beacon-kit
beacon-kit copied to clipboard
EIP-6110: Supply validator deposits on chain
Brings https://eips.ethereum.org/EIPS/eip-6110 to BeaconKit
Provides validator deposits as a list of deposit operations added to the Execution Layer block
We will decide whether to implement this after the pectra withdrawals hardfork. There is still some debate about whether we should implement it or if there are other priorities.
Noting down that an alternative implementation using Cosmos merkleDB is provided in:
- https://github.com/berachain/beacon-kit/pull/2778
- https://github.com/berachain/beacon-kit/pull/2779
- https://github.com/berachain/beacon-kit/pull/2774