293 Commits

Author SHA1 Message Date
protolambda
e8a3eac55e
cleanup code duplication, and build new context util for state customization 2019-10-23 17:03:18 +08:00
Denis Bogdanas
baded82247 test for process_rewards_and_penalties: Case when some eligible attestations are slashed. Modifies attesting_balance and consequently rewards/penalties. 2019-10-07 13:54:35 +03:00
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
Denis Bogdanas
c108d1a356 test for initialize_beacon_state_from_eth1, case when some small deposits don't contribute to active balance. 2019-10-07 13:54:35 +03:00
Denis Bogdanas
82d41db1b4 Test case for get_beacon_proposer_index(), loop with multiple iterations. 2019-10-07 13:54:35 +03:00
Denis Bogdanas
f47e023bf0 Test case for get_matching_target_attestations() with some real filtering going on
on line `if a.data.target.root == get_block_root(state, epoch)`.

Discovered by K coverage tool.
2019-10-07 13:54:35 +03:00
protolambda
525d733033
rewards testing now with cleaner attestation signing 2019-09-24 13:56:29 +09:00
protolambda
a6e543fd37
just signing, attestations are already filled by get_valid_attestation 2019-09-24 12:24:45 +09:00
Danny Ryan
1688721554
fix up attesation reward tests 2019-09-22 09:54:17 -05:00
Danny Ryan
1aa12034e5
make full_attestation reward test better 2019-09-22 09:51:12 -05:00
Danny Ryan
cf1323b79e
add rewards/penalties test for full epoch of attestations 2019-09-22 09:35:18 -05:00
Danny Ryan
b3f7dd9dae
fix up rewards/penalties test signatures 2019-09-20 16:05:10 -05:00
Danny Ryan
ad4da4cd14
rewards test for duplicate attestation 2019-09-20 12:45:46 -05:00
Danny Ryan
687b262f0d
add test case for crosslink tie breaking between epochs 2019-09-20 11:27:42 -05:00
protolambda
5f33560b47
Merge branch 'v08x' into testgen-reorg 2019-07-30 22:21:59 +02:00
protolambda
7165932012
output list-type parts correctly 2019-07-30 14:08:50 +02:00
protolambda
eb7c3b9651
make test gen output SSZ in addition to yaml files for SSZ objects 2019-07-30 00:40:01 +02:00
protolambda
d7728e60c9
handle meta tags passed from inner testgen decorator 2019-07-27 00:26:05 +02:00
protolambda
8a83fce3ab
fixes to decorator order, and make functions fully yield, with pytest compat. 2019-07-26 23:53:03 +02:00
protolambda
e8b3f9985b
update testgen, make epoch proc work 2019-07-26 22:40:49 +02:00
protolambda
69052ac750
Update testgen code, and if force is not on, test generation won't run if it already exists. 2019-07-26 19:19:36 +02:00
Diederik Loerakker
d791e9f7e8
Merge pull request #1319 from ethereum/compact_committees-shard
Fix start shard for compact committees root
2019-07-25 21:40:06 +02:00
Danny Ryan
1ec20f6c1f
do not reset start_shard until after processing compact root 2019-07-25 12:59:38 -06:00
Danny Ryan
bd69dc7e3c
add tests for bit lengths 2019-07-25 12:28:29 -06:00
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
Danny Ryan
e1030843d6
Merge branch 'dev' into last-minute-cleanups-2 2019-06-30 22:11:48 -05:00
Danny Ryan
350b9d79ae
Merge pull request #1250 from ethereum/fork_choice_rule_test
Fix `justified_checkpoint` update
2019-06-30 22:03:27 -05:00
Hsiao-Wei Wang
83a68feac6
Merge branch 'dev' into last-minute-cleanups-2 2019-07-01 09:36:13 +08:00
Hsiao-Wei Wang
8b65127c68
fix 2019-07-01 09:33:28 +08:00
Hsiao-Wei Wang
9e5117aff7
Merge branch 'dev' into fork_choice_rule_test 2019-07-01 09:27:55 +08:00
Hsiao-Wei Wang
b29c751cb7
Merge branch 'dev' into last-minute-cleanups-2 2019-07-01 09:25:06 +08:00
Danny Ryan
2ab55bf1e4
Merge pull request #1247 from ethereum/add-active-index-roots-back
add back in active_index_roots
2019-06-30 19:23:15 -06:00
Hsiao-Wei Wang
1869cfed2e
test finalized_checkpoint update 2019-07-01 07:48:20 +08:00
Justin Drake
aeba6ee8fb compute_domain for consistency with get_domain 2019-07-01 00:35:09 +01:00
protolambda
ab2001e237
Merge branch 'dev' into last-minute-cleanups 2019-07-01 01:17:18 +02:00
protolambda
b7e8733812
fix usage of bls withdrawal byte in tests 2019-07-01 00:36:24 +02:00
Hsiao-Wei Wang
84d8ca740c
Improve fork choice rule test coverage 2019-07-01 06:33:10 +08:00
Carl Beekhuizen
6e5f43c033
merge in dev and resolve conflicts 2019-06-30 23:37:56 +02:00
Carl Beekhuizen
918192cdab
compute_slot_epoch->compute_epoch_of_slot 2019-06-30 23:35:07 +02:00
Carl Beekhuizen
fe68a8d1f0
Minor python style tweaks 2019-06-30 22:59:12 +02:00
Danny Ryan
c42b26b0c4
add back in active_index_roots 2019-06-30 15:19:52 -05:00
Carl Beekhuizen
cb71409114
Merge in dev 2019-06-30 22:03:19 +02:00
Danny Ryan
83e961d5cc
Merge branch 'dev' into update-generators 2019-06-30 14:48:12 -05:00
Carl Beekhuizen
0fd1d38417
Misc function rename 2019-06-30 20:58:02 +02:00
Danny Ryan
4aa676bae7
fix mainnet attestation test 2019-06-30 13:52:35 -05:00
Danny Ryan
6d5e4da3e0
PR feedback 2019-06-30 12:42:24 -05:00
protolambda
8415e6c79d
mark incompatible mainnet tests 2019-06-30 18:42:54 +02:00
protolambda
cb01f3ccd9
speed up remaining attestation tests by mocking slots 2019-06-30 18:40:43 +02:00
protolambda
4b93f5d921
disable some super-long tests, and fix a few attestation signatures 2019-06-30 18:15:36 +02:00
Justin Drake
0be2b8e620 Cleanup 2019-06-30 16:10:22 +01:00