nimbus-eth2/tests/official
Zahary Karadjov 0bcdabfcdf Detect another invalid SSZ input found through fuzzing
The first offset of an SSZ object should always have a fixed constant
value. Otherwise, some unused bytes may appear between the fixed portion
and the dynamic portion.

Please note that this fix shutds down the minimal forward compatibility
currently supported by the SSZ format (and thus, the expected behavior
must be clarified in the SSZ spec).
2020-05-30 14:47:35 +03:00
..
all_fixtures_require_ssz.nim Generate markdown test reports 2020-03-13 14:38:59 +00:00
fixtures_utils.nim Remove SszReader.maxObjectSize 2020-05-28 19:15:16 +03:00
test_fixture_bls.nim Generate markdown test reports 2020-03-13 14:38:59 +00:00
test_fixture_const_sanity_check.nim skip skipped constant sanity checks also from markdown reports' perspectives (#1053) 2020-05-21 19:56:09 +02:00
test_fixture_operations_attestations.nim ssz: move ref support outside (#943) 2020-04-29 22:12:07 +02:00
test_fixture_operations_attester_slashings.nim ssz: move ref support outside (#943) 2020-04-29 22:12:07 +02:00
test_fixture_operations_block_header.nim ssz: move ref support outside (#943) 2020-04-29 22:12:07 +02:00
test_fixture_operations_deposits.nim ssz: move ref support outside (#943) 2020-04-29 22:12:07 +02:00
test_fixture_operations_proposer_slashings.nim ssz: move ref support outside (#943) 2020-04-29 22:12:07 +02:00
test_fixture_operations_voluntary_exit.nim ssz: move ref support outside (#943) 2020-04-29 22:12:07 +02:00
test_fixture_sanity_blocks.nim avoid stack allocations in some tests (#1079) 2020-05-28 10:28:14 +02:00
test_fixture_sanity_slots.nim avoid stack allocations in some tests (#1079) 2020-05-28 10:28:14 +02:00
test_fixture_shuffling.nim measure/find slow tests (#624) 2019-12-05 11:27:00 +01:00
test_fixture_ssz_consensus_objects.nim avoid stack allocations in some tests (#1079) 2020-05-28 10:28:14 +02:00
test_fixture_ssz_consensus_objects.nim.cfg Ssz fixes (#566) 2019-11-19 12:04:51 +01:00
test_fixture_ssz_generic_types.nim Detect another invalid SSZ input found through fuzzing 2020-05-30 14:47:35 +03:00
test_fixture_state_transition_epoch.nim ssz: move ref support outside (#943) 2020-04-29 22:12:07 +02:00