eth2.0-specs/test_libs/pyspec/eth2spec/test/helpers
dankrad b345dc0f5f Legendre custody construction (#1305)
* Stab at Legendre custody construction + some tests

* Fix some problems and fix function puller to remove phase0 only lines in phase1

* Pass the linter

* Add headings

* Fix domain for BLS stub

* Change Jacobi to Legendre

* n -> q to clarify notation

* Headings

* Another missing heading

* Custody subchunks via padding

* Fix max_reveal_lateness stuff

* Better names for reveal period functions

* Better parametrization of max_reveal_lateness computation and tests for custody reveal processing

* Fix linter

* Allow challenging for one period after the custody reveal, shorter periods for minimal tests

* Fix lint

* Fix linter error
2019-08-11 13:05:17 -04:00
..
phase1 Add testing helpers 2019-08-01 14:22:01 +08:00
__init__.py clean up helpers, make helpers pkg 2019-05-15 18:36:32 +02:00
attestations.py `compute_slot_epoch`->`compute_epoch_of_slot` 2019-06-30 23:35:07 +02:00
attester_slashings.py WIP 2019-06-30 10:02:18 +01:00
block.py `compute_slot_epoch`->`compute_epoch_of_slot` 2019-06-30 23:35:07 +02:00
block_header.py Implements new SSZ types 2019-06-05 15:29:26 +02:00
custody.py Legendre custody construction (#1305) 2019-08-11 13:05:17 -04:00
deposits.py Legendre custody construction (#1305) 2019-08-11 13:05:17 -04:00
genesis.py Merge branch 'dev' into last-minute-cleanups-2 2019-07-01 09:36:13 +08:00
keys.py reduce validator key count again, fix valid attestation creation - snippet from Danny 2019-05-17 21:26:18 +02:00
proposer_slashings.py fix get_active_validator_indices typing usage 2019-06-22 18:34:33 +02:00
state.py fix 2019-07-01 09:33:28 +08:00
transfers.py fix usage of bls withdrawal byte in tests 2019-07-01 00:36:24 +02:00
voluntary_exits.py Implements new SSZ types 2019-06-05 15:29:26 +02:00