eth2.0-specs/test_libs/pyspec/eth2spec/test/phase_0/epoch_processing
Diederik Loerakker b15669b7a5 Backport master (v0.9.1) to dev (#1482)
* p2p-interface: clarify that signing_root is used for block requests

* hash cleanups

* one more hash tree root gone for blocks - block hashes are always
signing roots!
* use simple serialize data types consistently

* Describe which finalized root/epoch to use

* remove custody_bits from attestation

* remove AttestationDataAndCustodyBit

* Specify inclusive range for genesis deposits

* add initial fork choice bounce prevention and tests

* PR feedback

* further test bounce attack

* wipe queued justified after epoch transition

* remove extra var

* minor fmt

* only allow attestatiosn to be considered from current and previous epoch

* use best_justified_checkpoint instead of queued_justified_checkpoints

* use helper for slots since epoch start

* be explicit about use of genesis epoch for previous epoch in fork choice on_block

* pr feedback

* add note aboutgenesis attestations

* cleanup get_eth1_vote

* make eth1_follow_distance clearer

* Update the expected proposer period

Since `SECONDS_PER_SLOT` is now `12`

* minor fix to comment in mainnet config

* Update 0_beacon-chain.md
2019-11-15 16:27:04 -05:00
..
__init__.py Separates tests into phases 2019-06-05 21:28:30 +02:00
run_epoch_process_base.py temporarily disable phase 1 tests 2019-10-12 13:24:17 +09:00
test_process_final_updates.py `test_compact_committees_root` will be moved to phase 1 2019-08-24 03:13:57 +08:00
test_process_justification_and_finalization.py Merge branch 'master' into master-to-dev 2019-10-28 15:27:41 +09:00
test_process_registry_updates.py Rename ACTIVATION_EXIT_DELAY to MAX_SEED_LOOKAHEAD for phase 1 2019-09-23 12:48:41 -06:00
test_process_rewards_and_penalties.py Backport master (v0.9.1) to dev (#1482) 2019-11-15 16:27:04 -05:00
test_process_slashings.py avoid overflow in slashing penalty calculation (#1286) 2019-07-11 09:53:51 +01:00