forked from bsv-blockchain/ts-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMETA.json
More file actions
118 lines (118 loc) · 3.03 KB
/
Copy pathMETA.json
File metadata and controls
118 lines (118 loc) · 3.03 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"version": "1.0.0",
"description": "BSV cross-language conformance vector corpus",
"domains": [
"sdk",
"wallet",
"overlay",
"messaging",
"broadcast",
"auth",
"payments",
"storage",
"sync"
],
"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-14": [
"sdk.scripts.evaluation"
],
"merkle-service": [
"broadcast.merkle-service"
],
"message-box": [
"messaging.messagebox-http"
]
},
"stats": {
"total_files": 71,
"total_vectors": 6601,
"last_updated": "2026-05-07"
},
"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"
}
}