lighthouse/beacon_node/operation_pool/src
Paul Hauner e062a7cf76
Broadcast address changes at Capella (#3919)
* Add first efforts at broadcast

* Tidy

* Move broadcast code to client

* Progress with broadcast impl

* Rename to address change

* Fix compile errors

* Use `while` loop

* Tidy

* Flip broadcast condition

* Switch to forgetting individual indices

* Always broadcast when the node starts

* Refactor into two functions

* Add testing

* Add another test

* Tidy, add more testing

* Tidy

* Add test, rename enum

* Rename enum again

* Tidy

* Break loop early

* Add V15 schema migration

* Bump schema version

* Progress with migration

* Update beacon_node/client/src/address_change_broadcast.rs

Co-authored-by: Michael Sproul <micsproul@gmail.com>

* Fix typo in function name

---------

Co-authored-by: Michael Sproul <micsproul@gmail.com>
2023-02-07 17:13:49 +11:00
..
attestation_id.rs Refactor op pool for speed and correctness (#3312) 2022-08-29 09:10:26 +00:00
attestation_storage.rs Refactor op pool for speed and correctness (#3312) 2022-08-29 09:10:26 +00:00
attestation.rs Clippy lints for rust 1.66 (#3810) 2022-12-16 04:04:00 +00:00
attester_slashing.rs Refactor op pool for speed and correctness (#3312) 2022-08-29 09:10:26 +00:00
bls_to_execution_changes.rs Broadcast address changes at Capella (#3919) 2023-02-07 17:13:49 +11:00
lib.rs Broadcast address changes at Capella (#3919) 2023-02-07 17:13:49 +11:00
max_cover.rs Refactor op pool for speed and correctness (#3312) 2022-08-29 09:10:26 +00:00
metrics.rs Refactor op pool for speed and correctness (#3312) 2022-08-29 09:10:26 +00:00
persistence.rs Broadcast address changes at Capella (#3919) 2023-02-07 17:13:49 +11:00
reward_cache.rs Refactor op pool for speed and correctness (#3312) 2022-08-29 09:10:26 +00:00
sync_aggregate_id.rs [Altair] Sync committee pools (#2321) 2021-07-15 00:52:02 +00:00