nimbus-eth2/tests/official
Jacek Sieka 646923c3dd
add attestation stats tool to ncli_db (#2539)
This also makes future efforts to provide metrics and logs for
attestation efficiency easier

* Export rewards from epoch transition
* Use less memory for reward calculation (bool -> set[enum], field
alignment)
* Reuse reward memory when replaying, avoiding spike
* Allow replaying any range in ncli_db benchmark
2021-05-07 13:36:21 +02:00
..
all_fixtures_require_ssz.nim update nim-beacon-chain to nimbus-eth2 in beacon_chain/, ncli/, tests/, and README.md (#1843) 2020-10-08 19:02:05 +00:00
fixtures_utils.nim add attestation stats tool to ncli_db (#2539) 2021-05-07 13:36:21 +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 Introduce unittest2 and junit reports (#2522) 2021-04-28 18:41:02 +02:00
test_fixture_operations_attestations.nim Introduce unittest2 and junit reports (#2522) 2021-04-28 18:41:02 +02:00
test_fixture_operations_attester_slashings.nim Introduce unittest2 and junit reports (#2522) 2021-04-28 18:41:02 +02:00
test_fixture_operations_block_header.nim Introduce unittest2 and junit reports (#2522) 2021-04-28 18:41:02 +02:00
test_fixture_operations_deposits.nim Introduce unittest2 and junit reports (#2522) 2021-04-28 18:41:02 +02:00
test_fixture_operations_proposer_slashings.nim Introduce unittest2 and junit reports (#2522) 2021-04-28 18:41:02 +02:00
test_fixture_operations_voluntary_exit.nim Introduce unittest2 and junit reports (#2522) 2021-04-28 18:41:02 +02:00
test_fixture_rewards.nim add attestation stats tool to ncli_db (#2539) 2021-05-07 13:36:21 +02:00
test_fixture_sanity_blocks.nim add attestation stats tool to ncli_db (#2539) 2021-05-07 13:36:21 +02:00
test_fixture_sanity_slots.nim add attestation stats tool to ncli_db (#2539) 2021-05-07 13:36:21 +02:00
test_fixture_ssz_consensus_objects.nim Introduce unittest2 and junit reports (#2522) 2021-04-28 18:41:02 +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 Introduce unittest2 and junit reports (#2522) 2021-04-28 18:41:02 +02:00
test_fixture_state_transition_epoch.nim Introduce unittest2 and junit reports (#2522) 2021-04-28 18:41:02 +02:00