soulprint-network 0.6.1 → 0.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,3 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"PeerRegistry": "0x452fb66159dFCfC13f2fD9627aA4c56886BfB15b"
|
|
2
|
+
"PeerRegistry": "0x452fb66159dFCfC13f2fD9627aA4c56886BfB15b",
|
|
3
|
+
"NullifierRegistry": "0xf328383BAed260683Ba5Aa94966ACe0C30f43ED4",
|
|
4
|
+
"ReputationRegistry": "0x546830658b2de9eC82cc23463143dEC1B24458e1",
|
|
5
|
+
"ProtocolThresholds": "0xD8f78d65b35806101672A49801b57F743f2D2ab1",
|
|
6
|
+
"MCPRegistry": "0x59EA3c8f60ecbAe22B4c323A8dDc2b0BCd9D3C2a"
|
|
3
7
|
}
|
package/dist/code-hash.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"codeHash": "
|
|
3
|
-
"codeHashHex": "
|
|
4
|
-
"computedAt": "2026-03-
|
|
2
|
+
"codeHash": "229af41208730116f413be803fded62f3e48e84cf6d2d212626b2fd962f1c966",
|
|
3
|
+
"codeHashHex": "0x229af41208730116f413be803fded62f3e48e84cf6d2d212626b2fd962f1c966",
|
|
4
|
+
"computedAt": "2026-03-02T02:16:54.448Z",
|
|
5
5
|
"fileCount": 25,
|
|
6
6
|
"files": [
|
|
7
7
|
"blockchain/NullifierRegistryClient.ts",
|
package/dist/validator.js
CHANGED
|
@@ -24,7 +24,7 @@ const NULLIFIER_DB = join(NODE_DIR, "nullifiers.json");
|
|
|
24
24
|
const REPUTE_DB = join(NODE_DIR, "reputation.json");
|
|
25
25
|
const PEERS_DB = join(NODE_DIR, "peers.json");
|
|
26
26
|
const AUDIT_DB = join(NODE_DIR, "audit.json");
|
|
27
|
-
const VERSION = "0.6.
|
|
27
|
+
const VERSION = "0.6.1";
|
|
28
28
|
const MAX_BODY_BYTES = 64 * 1024;
|
|
29
29
|
// ── Protocol constants (inamovibles - no cambiar directamente aquí) ───────────
|
|
30
30
|
const RATE_LIMIT_MS = PROTOCOL.RATE_LIMIT_WINDOW_MS;
|
package/package.json
CHANGED