nimbus-eth2/tests/official
tersec c06ffc7804
proposed structure for altair (#2323)
* proposed structure for hf1

* refactor datatypes.nim into datatypes/{base, phase0, hf1}.nim

* hf1 is Altair

* some syncing with alpha 2

* adjust epoch processing to disambiguate access to RewardFlags

* relocate StateData to stay consistent with meaning phase 0 StateData

* passes v1.1.0 alpha 5 SSZ consensus object tests

* Altair block header test fixtures work

* fix slash_validator() so that Altair attester slashings, proposer slashings, and voluntary exit textures work

* deposit operation Altair test fixtures work

* slot sanity and all but a couple epoch transition tests switched to Altair

* attestation Altair test fixtures work

* Altair block sanity test fixtures work

* add working altair sync committee tests

* improve workarounds for sum-types-across-modules Nim bug; incorporate SignedBeaconBlock root reconstuction to SSZ byte reader
2021-05-28 15:25:58 +00:00
..
all_fixtures_require_ssz.nim proposed structure for altair (#2323) 2021-05-28 15:25:58 +00:00
fixtures_utils.nim use v1.1.0 phase 0 test vectors (#2592) 2021-05-24 10:42:40 +02:00
test_fixture_bls.nim Introduce unittest2 and junit reports (#2522) 2021-04-28 18:41:02 +02:00
test_fixture_const_sanity_check.nim proposed structure for altair (#2323) 2021-05-28 15:25:58 +00:00
test_fixture_operations_attestations.nim proposed structure for altair (#2323) 2021-05-28 15:25:58 +00:00
test_fixture_operations_attester_slashings.nim proposed structure for altair (#2323) 2021-05-28 15:25:58 +00:00
test_fixture_operations_block_header.nim proposed structure for altair (#2323) 2021-05-28 15:25:58 +00:00
test_fixture_operations_deposits.nim proposed structure for altair (#2323) 2021-05-28 15:25:58 +00:00
test_fixture_operations_proposer_slashings.nim proposed structure for altair (#2323) 2021-05-28 15:25:58 +00:00
test_fixture_operations_sync_committee.nim proposed structure for altair (#2323) 2021-05-28 15:25:58 +00:00
test_fixture_operations_voluntary_exit.nim proposed structure for altair (#2323) 2021-05-28 15:25:58 +00:00
test_fixture_rewards.nim use v1.1.0 phase 0 test vectors (#2592) 2021-05-24 10:42:40 +02:00
test_fixture_sanity_blocks.nim proposed structure for altair (#2323) 2021-05-28 15:25:58 +00:00
test_fixture_sanity_slots.nim proposed structure for altair (#2323) 2021-05-28 15:25:58 +00:00
test_fixture_ssz_consensus_objects.nim proposed structure for altair (#2323) 2021-05-28 15:25:58 +00: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 use v1.1.0 phase 0 test vectors (#2592) 2021-05-24 10:42:40 +02:00
test_fixture_state_transition_epoch.nim proposed structure for altair (#2323) 2021-05-28 15:25:58 +00:00