nimbus-eth2/tests
tersec 8a72ae89b9
fix mainnet finalization (#906)
* fix mainnet finalization and swith eth2_network_simulation to a kind of small-mainnet profile

* Fix slot reference in trace logging

* bump a couple of spec refs from v0.11.0 to v0.11.1

* bump another spec ref to v0.11.1, one more try at Jenkins test vector download CI issue

* fix other slot reference in trace logging and skip past single-block/multi-slot gaps to re-approach from ancestry side by state_transitioning, by requiring exact match on both root hash and slot for fast path

* make more precise the fast path condition

* redo logic to make uniform with BeaconChainDB; fix chronos deprecation warning

* revert not-working replacement of deprecated chronos futures `or`

* switch testnet1 to mainnet
2020-04-20 19:27:52 +02:00
..
fork_choice remove all but one UnusedImport warning (#881) 2020-04-10 16:06:24 +02:00
helpers crypto: cleanup (#882) 2020-04-11 10:51:07 +02:00
mocking create distinct CommitteeIndex type 2020-04-15 09:59:49 +00:00
official fix mainnet finalization (#906) 2020-04-20 19:27:52 +02:00
simulation fix mainnet finalization (#906) 2020-04-20 19:27:52 +02:00
spec_block_processing Mostly remove skipMerkleValidation by fixing Merkle proof construction/usage (#879) 2020-04-10 15:59:17 +02:00
spec_epoch_processing create distinct CommitteeIndex type 2020-04-15 09:59:49 +00:00
all_tests.nim [Ready 1/2] Fork choice rewrite (#865) 2020-04-09 18:15:00 +02:00
all_tests.nim.cfg Fix a strange build failure in the tests 2019-11-11 23:29:36 +00:00
test_attestation_pool.nim create distinct CommitteeIndex type 2020-04-15 09:59:49 +00:00
test_beacon_chain_db.nim Mostly remove skipMerkleValidation by fixing Merkle proof construction/usage (#879) 2020-04-10 15:59:17 +02:00
test_beacon_node.nim Generate markdown test reports 2020-03-13 14:38:59 +00:00
test_beaconstate.nim Remove more warnings, both deprecations and unused imports (#884) 2020-04-11 19:41:50 +02:00
test_block_pool.nim refactor some Merkle proof generation code outside tests; remove unused variables/functions 2020-04-15 09:59:49 +00:00
test_discovery_helpers.nim Generate markdown test reports 2020-03-13 14:38:59 +00:00
test_helpers.nim Generate markdown test reports 2020-03-13 14:38:59 +00:00
test_honest_validator.nim Fix test_honest_validator 2020-04-16 01:01:18 +03:00
test_interop.nim crypto: cleanup (#882) 2020-04-11 10:51:07 +02:00
test_kvstore.nim trie -> kv store 2020-01-20 13:39:37 +00:00
test_kvstore_sqlite3.nim sqlite kvstore backend (#749) 2020-02-20 11:49:34 +01:00
test_mocking.nim refactor some Merkle proof generation code outside tests; remove unused variables/functions 2020-04-15 09:59:49 +00:00
test_peer_connection.nim Implement most of the v0.11.1 networking changes 2020-04-16 01:01:18 +03:00
test_peer_pool.nim Fix gcsafety issues in the test suite 2020-03-24 22:14:40 +02:00
test_ssz.nim crypto: cleanup (#882) 2020-04-11 10:51:07 +02:00
test_state_transition.nim create distinct CommitteeIndex type 2020-04-15 09:59:49 +00:00
test_sync_manager.nim Syncing. (#909) 2020-04-20 16:59:18 +02:00
test_sync_protocol.nim Generate markdown test reports 2020-03-13 14:38:59 +00:00
test_validator.nim Generate markdown test reports 2020-03-13 14:38:59 +00:00
test_zero_signature.nim Generate markdown test reports 2020-03-13 14:38:59 +00:00
testblockutil.nim fix remaining block sanity test vectors (#902) 2020-04-18 00:09:34 +02:00
testutil.nim Mostly remove skipMerkleValidation by fixing Merkle proof construction/usage (#879) 2020-04-10 15:59:17 +02:00