v0.1.24 - .

This commit is contained in:
Your Name
2025-12-21 09:17:43 -04:00
parent 0f420fc6d0
commit 840a5bbf5f
7 changed files with 15 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -68747,3 +68747,9 @@
[09:17:34.875] RECV relay.laantungir.net:443: ["OK", "0aee1e5e0cc79d460ade136c8a9f0c01a780d6ca9c66fdb95c20fb56e1b40f66", true, ""]
[09:17:34.936] RECV relay.laantungir.net:443: ["OK", "6f7edd7458588c1283d92c285ef42c59375e9a4526ca78f27b122de7b4b21f9a", true, ""]
[09:17:34.936] RECV relay.laantungir.net:443: ["EOSE", "pool_2_1765891054"]
[02:21:13.912] SEND relay.laantungir.net:443: ["REQ", "pool_2_1765891054", {
"kinds": [23458],
"#p": ["52e366edfa4e9cc6a6d4653828e51ccf828a2f5a05227d7a768f33b5a198681a"],
"since": 1765891054
}]
[02:21:20.252] RECV relay.laantungir.net:443: ["EOSE", "pool_2_1765891054"]

View File

@@ -10,8 +10,8 @@
// Version information (auto-updated by build system)
#define VERSION_MAJOR 0
#define VERSION_MINOR 1
#define VERSION_PATCH 23
#define VERSION "v0.1.23"
#define VERSION_PATCH 24
#define VERSION "v0.1.24"
#include <stddef.h>
#include <stdint.h>

View File

@@ -11,8 +11,13 @@ SERVER_URL="https://localhost:9443"
UPLOAD_ENDPOINT="${SERVER_URL}/upload"
TEST_FILE="test_blob_$(date +%s).txt"
CLEANUP_FILES=()
NOSTR_PRIVKEY="22cc83aa57928a2800234c939240c9a6f0f44a33ea3838a860ed38930b195afd"
NOSTR_PUBKEY="8ff74724ed641b3c28e5a86d7c5cbc49c37638ace8c6c38935860e7a5eedde0e"
NOSTR_PRIVKEY="39079f9fbdead31b5ec1724479e62c892a6866699c7873613c19832caff447bd"
NOSTR_PUBKEY="2a38db7fc1ffdabb43c79b5ad525f7d97102d4d235efc257dfd1514571f8159f"
# NOSTR_PRIVKEY="22cc83aa57928a2800234c939240c9a6f0f44a33ea3838a860ed38930b195afd"
# NOSTR_PUBKEY="8ff74724ed641b3c28e5a86d7c5cbc49c37638ace8c6c38935860e7a5eedde0e"
# Colors for output
RED='\033[0;31m'