lighthouse/beacon_node/beacon_chain/tests
Paul Hauner fbcf0f8e2e
Update VC and BN APIs for naive aggregation (#950)
* Refactor `Attestation` production

* Add constant

* Start refactor for aggregation

* Return early when no attesting validators

* Refactor into individual functions

* Tidy, add comments

* Add first draft of NaiveAggregationPool

* Further progress on naive aggregation pool

* Fix compile errors in VC

* Change locking logic for naive pool

* Introduce AttesationType

* Add pruning, comments

* Add MAX_ATTESTATIONS_PER_SLOT restriction

* Add pruning based on slot

* Update BN for new aggregation fns

* Fix test compile errors

* Fix failing rest_api test

* Move SignedAggregateAndProof into own file

* Update docs, fix warning

* Tidy some formatting in validator API

* Remove T::default_spec from signing

* Fix failing rest test

* Tidy

* Add test, fix bug

* Improve naive pool tests

* Add max attestations test

* Revert changes to the op_pool

* Refactor timer
2020-03-25 21:14:05 +11:00
..
attestation_production.rs Fix compile issue (#893) 2020-03-05 10:35:39 +11:00
attestation_tests.rs Update VC and BN APIs for naive aggregation (#950) 2020-03-25 21:14:05 +11:00
import_chain_segment_tests.rs Initial work towards v0.2.0 (#924) 2020-03-17 17:24:44 +11:00
persistence_tests.rs Optimise beacon chain persistence (#851) 2020-03-06 16:09:41 +11:00
store_tests.rs Update VC and BN APIs for naive aggregation (#950) 2020-03-25 21:14:05 +11:00
tests.rs Update VC and BN APIs for naive aggregation (#950) 2020-03-25 21:14:05 +11:00