Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
877ad54
remove aggregatorCommittee from BeaconRole
MatheusFranco99 Dec 17, 2025
6042b46
remove aggregator and scc roles
MatheusFranco99 Dec 17, 2025
43c258c
remove agg and scc from ValidatorConsensusData
MatheusFranco99 Dec 17, 2025
77cafc6
generate ssz encoding
MatheusFranco99 Dec 17, 2025
c29cab4
align testingutils to remove reference to agg and scc alone
MatheusFranco99 Dec 17, 2025
d0fe1b7
add agg committee consensus data tests (and remove agg and scc from v…
MatheusFranco99 Dec 17, 2025
80d2575
generate types JSON tests
MatheusFranco99 Dec 17, 2025
15c0097
drop agg and scc runners; fix agg committee runner issue
MatheusFranco99 Dec 17, 2025
3a90436
align testingutils for agg committee tests
MatheusFranco99 Dec 17, 2025
eb2603b
value check tests
MatheusFranco99 Dec 17, 2025
2f36539
preconsensus tests
MatheusFranco99 Dec 17, 2025
35494fe
post consensus tests
MatheusFranco99 Dec 17, 2025
29f8546
duties tests
MatheusFranco99 Dec 17, 2025
0d94a9f
runner construction tests
MatheusFranco99 Dec 17, 2025
5522634
consensus tests
MatheusFranco99 Dec 17, 2025
1eea4d8
happy flow test
MatheusFranco99 Dec 17, 2025
c95d636
dutyexe tests
MatheusFranco99 Dec 17, 2025
e746f6f
add test docs; fix msg processing test
MatheusFranco99 Dec 17, 2025
e93301b
add all tests
MatheusFranco99 Dec 17, 2025
0ca88b3
generate JSON tests
MatheusFranco99 Dec 17, 2025
cafd39f
drop weird json tests in unintended directory
MatheusFranco99 Dec 20, 2025
2e3c59e
add mixed agg+scc pre-consensus tests
MatheusFranco99 Dec 20, 2025
0b017e7
generate JSON tests
MatheusFranco99 Dec 20, 2025
de5bb1d
add error code
MatheusFranco99 Dec 21, 2025
36b5db0
increase number of Contributors
MatheusFranco99 Dec 21, 2025
a1dcc04
add post-consensus mixed agg committee tests
MatheusFranco99 Dec 21, 2025
c8ced68
generate JSON tests
MatheusFranco99 Dec 21, 2025
983436a
add agg committee duty validation; add psgi msg sorting;
MatheusFranco99 Dec 21, 2025
725412b
add sorting and duty validation tests
MatheusFranco99 Dec 21, 2025
e67f91f
generate JSON tests
MatheusFranco99 Dec 21, 2025
995ff50
fixed remaining mixed tests
MatheusFranco99 Dec 23, 2025
ed7b9f1
generate JSON tests
MatheusFranco99 Dec 23, 2025
e94dd0a
fix lint (remove unused functions)
MatheusFranco99 Dec 23, 2025
49fe3cf
Merge branch 'agg-comm-mixed-duties' into agg-comm-improvements
MatheusFranco99 Dec 23, 2025
b1a471f
change AggregatorCommitteeConsensusData to reduce duplicated data ove…
MatheusFranco99 Dec 23, 2025
32abf8c
align tests
MatheusFranco99 Dec 23, 2025
95d33d9
generate JSON tests
MatheusFranco99 Dec 23, 2025
307ca56
fix maximum ssz sizes
MatheusFranco99 Dec 23, 2025
c6b8215
avoid in-place sorting
MatheusFranco99 Dec 23, 2025
c42950f
add test docs
MatheusFranco99 Dec 23, 2025
603009d
remove unused test docs
MatheusFranco99 Dec 23, 2025
67d01c2
fix maximum-size tests
MatheusFranco99 Dec 23, 2025
28a2857
generate JSON tests
MatheusFranco99 Dec 23, 2025
ed8afc0
Merge branch 'aggregator-committee' into agg-comm-mixed-duties
MatheusFranco99 Dec 24, 2025
20c25bb
Merge branch 'agg-comm-mixed-duties' into agg-comm-improvements
MatheusFranco99 Dec 24, 2025
4b026a6
Merge branch 'aggregator-committee' into agg-comm-improvements
MatheusFranco99 Dec 24, 2025
e055e09
fix test: duty with diff slots
MatheusFranco99 Dec 24, 2025
a049b2f
add max size test for aggCommCD
MatheusFranco99 Dec 24, 2025
69ba19e
add size tests for phase0 and electra attestations; fix ssz max size …
MatheusFranco99 Dec 24, 2025
6129218
fix lint issues
MatheusFranco99 Dec 24, 2025
3689cb7
fix test dir (no multiple duty)
MatheusFranco99 Dec 24, 2025
0eb1e47
fix versions data
MatheusFranco99 Dec 24, 2025
cd761b8
maximum duty possible test
MatheusFranco99 Dec 24, 2025
28ab5c9
fix lint
MatheusFranco99 Dec 24, 2025
b1dde26
apply suggestions (remove sorting feature; remove unused errors; use …
MatheusFranco99 Dec 26, 2025
c6e5fd8
clarify validator sync committee index usage
MatheusFranco99 Dec 26, 2025
6d4decb
change subnetID computation to avoid errors
MatheusFranco99 Dec 26, 2025
4f30d5b
generate JSON tests
MatheusFranco99 Dec 26, 2025
d184645
tests for: invalid quorum; invalid quorum then valid quorum;
MatheusFranco99 Dec 26, 2025
63c6233
generate JSON tests
MatheusFranco99 Dec 26, 2025
172ef5b
Merge branch 'aggregator-committee' into agg-comm-improvements
MatheusFranco99 Dec 26, 2025
1bb7ec3
generate JSON tests with new error numbers
MatheusFranco99 Dec 26, 2025
e2815a7
Merge branch 'aggregator-committee' into agg-comm-improvements
MatheusFranco99 Dec 26, 2025
6c97016
rename ValidatorConsensusData -> ProposerConsensusData
MatheusFranco99 Dec 26, 2025
90a8eb4
align tests
MatheusFranco99 Dec 26, 2025
0075a06
generate JSON tests
MatheusFranco99 Dec 26, 2025
1b48c21
Merge branch 'aggregator-committee' into proposer-cd
MatheusFranco99 Jan 2, 2026
ecd4c37
fix renaming on merge
MatheusFranco99 Jan 2, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
],
"EncodedMessages": null,
"ExpectedRoots": null,
"ExpectedErrorCode": 33
"ExpectedErrorCode": 31
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
],
"EncodedMessages": null,
"ExpectedRoots": null,
"ExpectedErrorCode": 33
"ExpectedErrorCode": 31
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
],
"EncodedMessages": null,
"ExpectedRoots": null,
"ExpectedErrorCode": 31
"ExpectedErrorCode": 29
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
],
"EncodedMessages": null,
"ExpectedRoots": null,
"ExpectedErrorCode": 18
"ExpectedErrorCode": 16
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
],
"EncodedMessages": null,
"ExpectedRoots": null,
"ExpectedErrorCode": 19
"ExpectedErrorCode": 17
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}
],
"OutputMessages": null,
"ExpectedErrorCode": 64,
"ExpectedErrorCode": 62,
"PrivateKeys": {
"ValidatorSK": "3515c7d08e5affd729e9579f7588d30f2342ee6f6a9334acf006345262162c6f",
"ValidatorPK": "8e80066551a81b318258709edaf7dd1f63cd686a0e4db8b29bbb7acfe65608677af5a527d9448ee47835485e02b50bc0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
],
"OutputMessages": null,
"ExpectedErrorCode": 18,
"ExpectedErrorCode": 16,
"PrivateKeys": {
"ValidatorSK": "3515c7d08e5affd729e9579f7588d30f2342ee6f6a9334acf006345262162c6f",
"ValidatorPK": "8e80066551a81b318258709edaf7dd1f63cd686a0e4db8b29bbb7acfe65608677af5a527d9448ee47835485e02b50bc0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}
],
"OutputMessages": null,
"ExpectedErrorCode": 59,
"ExpectedErrorCode": 57,
"PrivateKeys": {
"ValidatorSK": "3515c7d08e5affd729e9579f7588d30f2342ee6f6a9334acf006345262162c6f",
"ValidatorPK": "8e80066551a81b318258709edaf7dd1f63cd686a0e4db8b29bbb7acfe65608677af5a527d9448ee47835485e02b50bc0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}
],
"OutputMessages": null,
"ExpectedErrorCode": 58,
"ExpectedErrorCode": 56,
"PrivateKeys": {
"ValidatorSK": "3515c7d08e5affd729e9579f7588d30f2342ee6f6a9334acf006345262162c6f",
"ValidatorPK": "8e80066551a81b318258709edaf7dd1f63cd686a0e4db8b29bbb7acfe65608677af5a527d9448ee47835485e02b50bc0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}
],
"OutputMessages": null,
"ExpectedErrorCode": 65,
"ExpectedErrorCode": 63,
"PrivateKeys": {
"ValidatorSK": "3515c7d08e5affd729e9579f7588d30f2342ee6f6a9334acf006345262162c6f",
"ValidatorPK": "8e80066551a81b318258709edaf7dd1f63cd686a0e4db8b29bbb7acfe65608677af5a527d9448ee47835485e02b50bc0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
}
],
"OutputMessages": null,
"ExpectedErrorCode": 23,
"ExpectedErrorCode": 21,
"PrivateKeys": {
"ValidatorSK": "3515c7d08e5affd729e9579f7588d30f2342ee6f6a9334acf006345262162c6f",
"ValidatorPK": "8e80066551a81b318258709edaf7dd1f63cd686a0e4db8b29bbb7acfe65608677af5a527d9448ee47835485e02b50bc0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
}
],
"OutputMessages": null,
"ExpectedErrorCode": 23,
"ExpectedErrorCode": 21,
"PrivateKeys": {
"ValidatorSK": "3515c7d08e5affd729e9579f7588d30f2342ee6f6a9334acf006345262162c6f",
"ValidatorPK": "8e80066551a81b318258709edaf7dd1f63cd686a0e4db8b29bbb7acfe65608677af5a527d9448ee47835485e02b50bc0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
}
],
"OutputMessages": null,
"ExpectedErrorCode": 23,
"ExpectedErrorCode": 21,
"PrivateKeys": {
"ValidatorSK": "3515c7d08e5affd729e9579f7588d30f2342ee6f6a9334acf006345262162c6f",
"ValidatorPK": "8e80066551a81b318258709edaf7dd1f63cd686a0e4db8b29bbb7acfe65608677af5a527d9448ee47835485e02b50bc0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
}
],
"OutputMessages": null,
"ExpectedErrorCode": 23,
"ExpectedErrorCode": 21,
"PrivateKeys": {
"ValidatorSK": "3515c7d08e5affd729e9579f7588d30f2342ee6f6a9334acf006345262162c6f",
"ValidatorPK": "8e80066551a81b318258709edaf7dd1f63cd686a0e4db8b29bbb7acfe65608677af5a527d9448ee47835485e02b50bc0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
}
],
"OutputMessages": null,
"ExpectedErrorCode": 23,
"ExpectedErrorCode": 21,
"PrivateKeys": {
"ValidatorSK": "3515c7d08e5affd729e9579f7588d30f2342ee6f6a9334acf006345262162c6f",
"ValidatorPK": "8e80066551a81b318258709edaf7dd1f63cd686a0e4db8b29bbb7acfe65608677af5a527d9448ee47835485e02b50bc0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
}
],
"OutputMessages": null,
"ExpectedErrorCode": 23,
"ExpectedErrorCode": 21,
"PrivateKeys": {
"ValidatorSK": "3515c7d08e5affd729e9579f7588d30f2342ee6f6a9334acf006345262162c6f",
"ValidatorPK": "8e80066551a81b318258709edaf7dd1f63cd686a0e4db8b29bbb7acfe65608677af5a527d9448ee47835485e02b50bc0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
}
],
"OutputMessages": null,
"ExpectedErrorCode": 23,
"ExpectedErrorCode": 21,
"PrivateKeys": {
"ValidatorSK": "3515c7d08e5affd729e9579f7588d30f2342ee6f6a9334acf006345262162c6f",
"ValidatorPK": "8e80066551a81b318258709edaf7dd1f63cd686a0e4db8b29bbb7acfe65608677af5a527d9448ee47835485e02b50bc0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
}
],
"OutputMessages": null,
"ExpectedErrorCode": 23,
"ExpectedErrorCode": 21,
"PrivateKeys": {
"ValidatorSK": "3515c7d08e5affd729e9579f7588d30f2342ee6f6a9334acf006345262162c6f",
"ValidatorPK": "8e80066551a81b318258709edaf7dd1f63cd686a0e4db8b29bbb7acfe65608677af5a527d9448ee47835485e02b50bc0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
}
],
"OutputMessages": null,
"ExpectedErrorCode": 23,
"ExpectedErrorCode": 21,
"PrivateKeys": {
"ValidatorSK": "3515c7d08e5affd729e9579f7588d30f2342ee6f6a9334acf006345262162c6f",
"ValidatorPK": "8e80066551a81b318258709edaf7dd1f63cd686a0e4db8b29bbb7acfe65608677af5a527d9448ee47835485e02b50bc0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
}
],
"OutputMessages": null,
"ExpectedErrorCode": 23,
"ExpectedErrorCode": 21,
"PrivateKeys": {
"ValidatorSK": "3515c7d08e5affd729e9579f7588d30f2342ee6f6a9334acf006345262162c6f",
"ValidatorPK": "8e80066551a81b318258709edaf7dd1f63cd686a0e4db8b29bbb7acfe65608677af5a527d9448ee47835485e02b50bc0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
}
],
"OutputMessages": null,
"ExpectedErrorCode": 23,
"ExpectedErrorCode": 21,
"PrivateKeys": {
"ValidatorSK": "3515c7d08e5affd729e9579f7588d30f2342ee6f6a9334acf006345262162c6f",
"ValidatorPK": "8e80066551a81b318258709edaf7dd1f63cd686a0e4db8b29bbb7acfe65608677af5a527d9448ee47835485e02b50bc0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
}
],
"OutputMessages": null,
"ExpectedErrorCode": 23,
"ExpectedErrorCode": 21,
"PrivateKeys": {
"ValidatorSK": "3515c7d08e5affd729e9579f7588d30f2342ee6f6a9334acf006345262162c6f",
"ValidatorPK": "8e80066551a81b318258709edaf7dd1f63cd686a0e4db8b29bbb7acfe65608677af5a527d9448ee47835485e02b50bc0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
}
],
"OutputMessages": null,
"ExpectedErrorCode": 23,
"ExpectedErrorCode": 21,
"PrivateKeys": {
"ValidatorSK": "3515c7d08e5affd729e9579f7588d30f2342ee6f6a9334acf006345262162c6f",
"ValidatorPK": "8e80066551a81b318258709edaf7dd1f63cd686a0e4db8b29bbb7acfe65608677af5a527d9448ee47835485e02b50bc0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
}
],
"OutputMessages": null,
"ExpectedErrorCode": 23,
"ExpectedErrorCode": 21,
"PrivateKeys": {
"ValidatorSK": "3515c7d08e5affd729e9579f7588d30f2342ee6f6a9334acf006345262162c6f",
"ValidatorPK": "8e80066551a81b318258709edaf7dd1f63cd686a0e4db8b29bbb7acfe65608677af5a527d9448ee47835485e02b50bc0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
],
"OutputMessages": null,
"ExpectedErrorCode": 62,
"ExpectedErrorCode": 60,
"PrivateKeys": {
"ValidatorSK": "3515c7d08e5affd729e9579f7588d30f2342ee6f6a9334acf006345262162c6f",
"ValidatorPK": "8e80066551a81b318258709edaf7dd1f63cd686a0e4db8b29bbb7acfe65608677af5a527d9448ee47835485e02b50bc0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"OutputMessages": null,
"ExpectedErrorCode": 66,
"ExpectedErrorCode": 64,
"Controller": {
"Identifier": "AQIDBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=",
"Height": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}
],
"OutputMessages": null,
"ExpectedErrorCode": 70,
"ExpectedErrorCode": 68,
"Controller": {
"Identifier": "AQIDBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=",
"Height": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"OutputMessages": null,
"ExpectedErrorCode": 66,
"ExpectedErrorCode": 64,
"Controller": {
"Identifier": "AQIDBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=",
"Height": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}
],
"OutputMessages": null,
"ExpectedErrorCode": 71,
"ExpectedErrorCode": 69,
"Controller": {
"Identifier": "AQIDBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=",
"Height": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"OutputMessages": null,
"ExpectedErrorCode": 66,
"ExpectedErrorCode": 64,
"Controller": {
"Identifier": "AQIDBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=",
"Height": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
}
],
"OutputMessages": null,
"ExpectedErrorCode": 71,
"ExpectedErrorCode": 69,
"PrivateKeys": {
"ValidatorSK": "3515c7d08e5affd729e9579f7588d30f2342ee6f6a9334acf006345262162c6f",
"ValidatorPK": "8e80066551a81b318258709edaf7dd1f63cd686a0e4db8b29bbb7acfe65608677af5a527d9448ee47835485e02b50bc0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
}
],
"OutputMessages": null,
"ExpectedErrorCode": 61,
"ExpectedErrorCode": 59,
"ExpectedTimerState": null,
"PrivateKeys": {
"ValidatorSK": "3515c7d08e5affd729e9579f7588d30f2342ee6f6a9334acf006345262162c6f",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"FullData": null
}
],
"ExpectedErrorCode": 61,
"ExpectedErrorCode": 59,
"ExpectedTimerState": null,
"PrivateKeys": {
"ValidatorSK": "3515c7d08e5affd729e9579f7588d30f2342ee6f6a9334acf006345262162c6f",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
}
],
"OutputMessages": null,
"ExpectedErrorCode": 57,
"ExpectedErrorCode": 55,
"ExpectedTimerState": null,
"PrivateKeys": {
"ValidatorSK": "3515c7d08e5affd729e9579f7588d30f2342ee6f6a9334acf006345262162c6f",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
}
],
"OutputMessages": null,
"ExpectedErrorCode": 60,
"ExpectedErrorCode": 58,
"ExpectedTimerState": null,
"PrivateKeys": {
"ValidatorSK": "3515c7d08e5affd729e9579f7588d30f2342ee6f6a9334acf006345262162c6f",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
}
],
"OutputMessages": null,
"ExpectedErrorCode": 68,
"ExpectedErrorCode": 66,
"ExpectedTimerState": null,
"PrivateKeys": {
"ValidatorSK": "3515c7d08e5affd729e9579f7588d30f2342ee6f6a9334acf006345262162c6f",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
}
],
"OutputMessages": null,
"ExpectedErrorCode": 62,
"ExpectedErrorCode": 60,
"ExpectedTimerState": null,
"PrivateKeys": {
"ValidatorSK": "3515c7d08e5affd729e9579f7588d30f2342ee6f6a9334acf006345262162c6f",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
}
],
"OutputMessages": null,
"ExpectedErrorCode": 62,
"ExpectedErrorCode": 60,
"ExpectedTimerState": null,
"PrivateKeys": {
"ValidatorSK": "3515c7d08e5affd729e9579f7588d30f2342ee6f6a9334acf006345262162c6f",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
}
],
"OutputMessages": null,
"ExpectedErrorCode": 56,
"ExpectedErrorCode": 54,
"ExpectedTimerState": null,
"PrivateKeys": {
"ValidatorSK": "3515c7d08e5affd729e9579f7588d30f2342ee6f6a9334acf006345262162c6f",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
}
],
"OutputMessages": null,
"ExpectedErrorCode": 56,
"ExpectedErrorCode": 54,
"ExpectedTimerState": null,
"PrivateKeys": {
"ValidatorSK": "3515c7d08e5affd729e9579f7588d30f2342ee6f6a9334acf006345262162c6f",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
],
"OutputMessages": null,
"ExpectedErrorCode": 56,
"ExpectedErrorCode": 54,
"ExpectedTimerState": null,
"PrivateKeys": {
"ValidatorSK": "3515c7d08e5affd729e9579f7588d30f2342ee6f6a9334acf006345262162c6f",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
}
],
"OutputMessages": null,
"ExpectedErrorCode": 56,
"ExpectedErrorCode": 54,
"ExpectedTimerState": null,
"PrivateKeys": {
"ValidatorSK": "3515c7d08e5affd729e9579f7588d30f2342ee6f6a9334acf006345262162c6f",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
}
],
"OutputMessages": null,
"ExpectedErrorCode": 64,
"ExpectedErrorCode": 62,
"ExpectedTimerState": null,
"PrivateKeys": {
"ValidatorSK": "3515c7d08e5affd729e9579f7588d30f2342ee6f6a9334acf006345262162c6f",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
}
],
"OutputMessages": null,
"ExpectedErrorCode": 57,
"ExpectedErrorCode": 55,
"ExpectedTimerState": null,
"PrivateKeys": {
"ValidatorSK": "3515c7d08e5affd729e9579f7588d30f2342ee6f6a9334acf006345262162c6f",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
}
],
"OutputMessages": null,
"ExpectedErrorCode": 61,
"ExpectedErrorCode": 59,
"ExpectedTimerState": null,
"PrivateKeys": {
"ValidatorSK": "3515c7d08e5affd729e9579f7588d30f2342ee6f6a9334acf006345262162c6f",
Expand Down
Loading