-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathMETA.json
More file actions
95 lines (95 loc) · 3.06 KB
/
Copy pathMETA.json
File metadata and controls
95 lines (95 loc) · 3.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"version": "1.0.0",
"description": "BSV cross-language conformance vector corpus",
"domains": [
"sdk",
"wallet",
"overlay",
"messaging",
"broadcast",
"auth",
"payments",
"storage",
"sync",
"transport"
],
"brc_coverage": {
"BRC-42": [
"sdk.keys.key-derivation",
"sdk.keys.privatekey",
"sdk.keys.publickey",
"sdk.crypto.signature"
],
"BRC-74": ["sdk.transactions.merklepath", "broadcast.merklepath"],
"BRC-77": ["sdk.compat.bsm"],
"BRC-31": [
"messaging.brc31.authrite-signature",
"auth.brc31-handshake",
"messaging.authsocket"
],
"BRC-29": ["wallet.brc29.payment-derivation", "payments.brc29-payment-protocol"],
"BRC-100": [
"wallet.brc100.getpublickey",
"wallet.brc100.createhmac",
"wallet.brc100.createsignature",
"wallet.brc100.encrypt",
"wallet.brc100.decrypt",
"wallet.brc100.verifyhmac",
"wallet.brc100.verifysignature",
"wallet.brc100.revealcounterpartykeylinkage",
"wallet.brc100.revealspecifickeylinkage",
"wallet.brc100.createaction",
"wallet.brc100.signaction",
"wallet.brc100.abortaction",
"wallet.brc100.listactions",
"wallet.brc100.internalizeaction",
"wallet.brc100.listoutputs",
"wallet.brc100.relinquishoutput",
"wallet.brc100.acquirecertificate",
"wallet.brc100.listcertificates",
"wallet.brc100.provecertificate",
"wallet.brc100.relinquishcertificate",
"wallet.brc100.discoverbyidentitykey",
"wallet.brc100.discoverbyattributes",
"wallet.brc100.isauthenticated",
"wallet.brc100.waitforauthentication",
"wallet.brc100.getheight",
"wallet.brc100.getheaderforheight",
"wallet.brc100.getnetwork",
"wallet.brc100.getversion",
"wallet.storage.adapterconformance"
],
"BRC-121": ["payments.brc121"],
"BRC-26": ["storage.uhrp-http"],
"BRC-62": ["overlay.submit"],
"BRC-22": ["overlay.lookup", "overlay.topicmanagement"],
"BRC-20": ["broadcast.arcsubmit", "broadcast.merklepath"],
"BRC-21": ["sync.gasprotocol"],
"BRC-40": ["sync.brc40"],
"BRC-14": ["sdk.scripts.evaluation"],
"merkle-service": ["broadcast.merkle-service"],
"message-box": ["messaging.messagebox-http"],
"chaintracks-v2": ["sync.chaintracks-v2-http"],
"BRC-141": ["transport.air-gap-optical"]
},
"stats": {
"total_files": 75,
"total_vectors": 6681,
"last_updated": "2026-07-30"
},
"regression_index": {
"beef-v2-txid-panic": "go-sdk#306",
"privatekey-modular-reduction": "ts-sdk#31",
"merkle-path-odd-node": "go-sdk#298",
"uhrp-url-parity": "go-sdk#310",
"script-lshift-truncation": "ts-sdk#493",
"script-shift-endianness": "ts-sdk#377",
"tx-sequence-zero-sighash": "ts-sdk#371",
"script-writebin-empty": "ts-sdk#336",
"script-fromasm-numeric-token": "ts-sdk#42",
"fee-model-mismatch": "go-sdk#267",
"bip276-hex-decode": "go-sdk#286",
"beef-isvalid-hydration": "go-sdk#167",
"brc40-stale-chunk-regress": "go-wallet-toolbox#853"
}
}