Skip to content

Commit a5e2899

Browse files
committed
Add ABLA test vectors
1 parent 2e581a9 commit a5e2899

39 files changed

Lines changed: 32040 additions & 0 deletions

blockchain/testdata/ebaa_vectors/config1-test2-activation-random32.json

Lines changed: 912 additions & 0 deletions
Large diffs are not rendered by default.

blockchain/testdata/ebaa_vectors/config1-test2-random128.json

Lines changed: 912 additions & 0 deletions
Large diffs are not rendered by default.

blockchain/testdata/ebaa_vectors/config1-test2-random2000.json

Lines changed: 912 additions & 0 deletions
Large diffs are not rendered by default.

blockchain/testdata/ebaa_vectors/config1-test2-random32.json

Lines changed: 912 additions & 0 deletions
Large diffs are not rendered by default.

blockchain/testdata/ebaa_vectors/config1-test2-random512.json

Lines changed: 912 additions & 0 deletions
Large diffs are not rendered by default.

blockchain/testdata/ebaa_vectors/config1-test2-random8196.json

Lines changed: 912 additions & 0 deletions
Large diffs are not rendered by default.

blockchain/testdata/ebaa_vectors/config1-test3-randomUINT64MAX.json

Lines changed: 912 additions & 0 deletions
Large diffs are not rendered by default.

blockchain/testdata/ebaa_vectors/config1-test4-activation-max.json

Lines changed: 912 additions & 0 deletions
Large diffs are not rendered by default.

blockchain/testdata/ebaa_vectors/config1-test4-hard-max.json

Lines changed: 912 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"ABLAConfig": {
3+
"epsilon0": "16000000",
4+
"beta0": "16000000",
5+
"n0": 100000,
6+
"zeta": 192,
7+
"gammaReciprocal": 37938,
8+
"delta": 10,
9+
"thetaReciprocal": 37938,
10+
"options": "-disable2GBLimit"
11+
},
12+
"testDescription": "Test vector for the lookahead function; using a sequence of 100% full blocks; using proposed configuration with the exception of n0 which will be determined from MTP activation.",
13+
"ABLAStateInitial": {
14+
"n": 1,
15+
"epsilon": "",
16+
"beta": ""
17+
},
18+
"blocksizeLimitInitial": "",
19+
"testVector": [
20+
{
21+
"lookahead": "100",
22+
"ABLAStateForLookaheadBlock": {
23+
"n": 100,
24+
"epsilon": "16000000",
25+
"beta": "16000000"
26+
},
27+
"blocksizeLimitForLookaheadBlock": "32000000"
28+
}
29+
]
30+
}

0 commit comments

Comments
 (0)