This website requires JavaScript.
Explore
Help
Sign In
status-im
/
eth2.0-specs
Watch
2
Star
0
Fork
0
You've already forked eth2.0-specs
mirror of
https://github.com/status-im/eth2.0-specs.git
synced
2025-01-29 11:54:51 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
eth2.0-specs
/
test_libs
/
pyspec
/
eth2spec
/
test
/
phase_0
/
epoch_processing
History
Denis Bogdanas
1a65570c9b
test_process_rewards_and_penalties.py: test for case when eligible_validator_indices in get_attestation_deltas() != state.validators. In this test some validators were just never active.
2019-10-07 13:54:35 +03: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
just signing, attestations are already filled by get_valid_attestation
2019-09-24 12:24:45 +09:00
test_process_final_updates.py
do not reset start_shard until after processing compact root
2019-07-25 12:59:38 -06:00
test_process_justification_and_finalization.py
Test case for get_matching_target_attestations() with some real filtering going on
2019-10-07 13:54:35 +03:00
test_process_registry_updates.py
A few more cleanups
2019-06-30 14:11:46 +01:00
test_process_rewards_and_penalties.py
test_process_rewards_and_penalties.py: test for case when eligible_validator_indices in get_attestation_deltas() != state.validators. In this test some validators were just never active.
2019-10-07 13:54:35 +03:00
test_process_slashings.py
avoid overflow in slashing penalty calculation (
#1286
)
2019-07-11 09:53:51 +01:00