eth2.0-specs/test_libs/pyspec/eth2spec/test/phase_0/epoch_processing
Danny Ryan 6dc306700b avoid overflow in slashing penalty calculation (#1286)
Change presentation to avoid uint64 overflow in slashing penalty calculation. (Factor out `EFFECTIVE_BALANCE_INCREMENT` from `validator.effective_balance`.)
2019-07-11 09:53:51 +01:00
..
__init__.py Separates tests into phases 2019-06-05 21:28:30 +02:00
run_epoch_process_base.py new process-slashings tests, and epoch processing bugfix with transition-to-excl not working when not yielded from 2019-06-26 22:22:21 +02:00
test_process_crosslinks.py WIP 2019-06-30 10:02:18 +01:00
test_process_final_updates.py new process-slashings tests, and epoch processing bugfix with transition-to-excl not working when not yielded from 2019-06-26 22:22:21 +02:00
test_process_justification_and_finalization.py `compute_slot_epoch`->`compute_epoch_of_slot` 2019-06-30 23:35:07 +02:00
test_process_registry_updates.py A few more cleanups 2019-06-30 14:11:46 +01:00
test_process_slashings.py avoid overflow in slashing penalty calculation (#1286) 2019-07-11 09:53:51 +01:00