lighthouse/beacon_node
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
..
beacon_chain Broadcast address changes at Capella (#3919) 2023-02-07 17:13:49 +11:00
builder_client Merge remote-tracking branch 'origin/unstable' into capella 2023-01-12 16:22:00 +11:00
client Broadcast address changes at Capella (#3919) 2023-02-07 17:13:49 +11:00
eth1 exchangeCapabilities & Capella Readiness Logging (#3918) 2023-01-31 18:26:23 +01:00
execution_layer Don't Reject all Builder Bids After Capella (#3940) 2023-02-06 13:09:13 +11:00
genesis Fix the new BLS to execution change test 2023-01-25 15:47:07 +11:00
http_api Broadcast address changes at Capella (#3919) 2023-02-07 17:13:49 +11:00
http_metrics Support IPv6 in BN and VC HTTP APIs (#3104) 2022-03-24 00:04:49 +00:00
lighthouse_network Merge remote-tracking branch 'origin/unstable' into capella 2023-01-12 16:22:00 +11:00
network Broadcast address changes at Capella (#3919) 2023-02-07 17:13:49 +11:00
operation_pool Broadcast address changes at Capella (#3919) 2023-02-07 17:13:49 +11:00
src Improve validator monitor experience for high validator counts (#3728) 2023-01-09 08:18:55 +00:00
store Broadcast address changes at Capella (#3919) 2023-02-07 17:13:49 +11:00
tests Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
timer Use async code when interacting with EL (#3244) 2022-07-03 05:36:50 +00:00
Cargo.toml Remove withdrawals-processing feature (#3864) 2023-01-12 15:15:08 +11:00