lighthouse/beacon_node/beacon_chain/src
Pawan Dhananjay 3199b1a6f2
Use all attestation subnets (#1257)
* Update `milagro_bls` to new release (#1183)

* Update milagro_bls to new release

Signed-off-by: Kirk Baird <baird.k@outlook.com>

* Tidy up fake cryptos

Signed-off-by: Kirk Baird <baird.k@outlook.com>

* move SecretHash to bls and put plaintext back

Signed-off-by: Kirk Baird <baird.k@outlook.com>

* Update v0.12.0 to v0.12.1

* Add compute_subnet_for_attestation

* Replace CommitteeIndex topic with Attestation

* Fix warnings

* Fix attestation service tests

* fmt

* Appease clippy

* return error from validator_subscriptions

* move state out of loop

* Fix early break on error

* Get state from slot clock

* Fix beacon state in attestation tests

* Add failing test for lookahead > 1

* Minor change

* Address some review comments

* Add subnet verification to beacon chain

* Move subnet verification to processor

* Pass committee_count_at_slot to ValidatorDuty and ValidatorSubscription

* Pass subnet id for publishing attestations

* Fix attestation service tests

* Fix more tests

* Fix fork choice test

* Remove unused code

* Remove more unused and expensive code

Co-authored-by: Kirk Baird <baird.k@outlook.com>
Co-authored-by: Michael Sproul <michael@sigmaprime.io>
Co-authored-by: Age Manning <Age@AgeManning.com>
Co-authored-by: Paul Hauner <paul@paulhauner.com>
2020-06-18 19:11:03 +10:00
..
block_verification Add attestation gossip pre-verification (#983) 2020-05-06 21:42:56 +10:00
attestation_verification.rs Use all attestation subnets (#1257) 2020-06-18 19:11:03 +10:00
beacon_chain.rs Use all attestation subnets (#1257) 2020-06-18 19:11:03 +10:00
beacon_fork_choice_store.rs Apply store refactor to new fork choice 2020-06-17 15:20:44 +10:00
beacon_snapshot.rs Add no-copy block processing cache (#863) 2020-04-06 10:53:33 +10:00
block_verification.rs v0.12 fork choice update (#1229) 2020-06-17 11:10:22 +10:00
builder.rs Merge remote-tracking branch 'origin/master' into spec-v0.12 2020-06-17 12:34:11 +10:00
errors.rs v0.12 fork choice update (#1229) 2020-06-17 11:10:22 +10:00
eth1_chain.rs Make key value storage abstractions more accurate (#1267) 2020-06-16 11:34:04 +10:00
events.rs Add first Server Sent Events API endpoint (#1107) 2020-06-06 16:39:11 +10:00
head_tracker.rs Race condition fix + Reliability improvements around forks pruning (#1132) 2020-05-16 13:23:32 +10:00
lib.rs v0.12 fork choice update (#1229) 2020-06-17 11:10:22 +10:00
metrics.rs v0.12 fork choice update (#1229) 2020-06-17 11:10:22 +10:00
migrate.rs Make key value storage abstractions more accurate (#1267) 2020-06-16 11:34:04 +10:00
naive_aggregation_pool.rs Stable futures (#879) 2020-05-17 11:16:48 +00:00
observed_attestations.rs Move long-running tests to dbg (#1137) 2020-05-13 10:55:02 +10:00
observed_attesters.rs Stable futures (#879) 2020-05-17 11:16:48 +00:00
observed_block_producers.rs Add attestation gossip pre-verification (#983) 2020-05-06 21:42:56 +10:00
persisted_beacon_chain.rs Clean up database abstractions (#1200) 2020-06-01 08:13:49 +10:00
persisted_fork_choice.rs v0.12 fork choice update (#1229) 2020-06-17 11:10:22 +10:00
shuffling_cache.rs Optimize attestation processing (#841) 2020-03-05 17:19:35 +11:00
snapshot_cache.rs Add no-copy block processing cache (#863) 2020-04-06 10:53:33 +10:00
test_utils.rs Use all attestation subnets (#1257) 2020-06-18 19:11:03 +10:00
timeout_rw_lock.rs Add timeouts to canonical head rwlock (#759) 2020-01-06 17:30:37 +11:00
validator_pubkey_cache.rs Add attestation gossip pre-verification (#983) 2020-05-06 21:42:56 +10:00