Upgrading Ethereum | 3.3.6 Signed envelopes
There has been some discussion about changing this to also allow signing of a voluntary exit with the validator's offline withdrawal key. The introduction of multiple types of withdrawal credential makes this more complex, however, and it is no longer likely to be practical. BeaconBlocks are signed by the block proposer and unwrapped for block processing. This signature is what makes proposing a block "accountable". If two correctly signed conflicting blocks turn up, the signatures guarantee that the same proposer produced them both, and is therefore subject to being slashed. This is also why stakers need to closely guard their signing keys. This is used only when reporting proposer slashing, within a ProposerSlashing object. Through the magic of SSZ hash tree roots, a valid signature for a SignedBeaconBlock is also a valid signature for a SignedBeaconBlockHeader. Proposer slashing makes use of this to save space in slashing reports. A message requesting a change from BLS withdrawal cr
Upgrading Ethereum | 3.3.6 Signed envelopes Part 3: Annotated Specification Containers Signed envelopes The following are just wrappers for more basic types, with an added signature. SignedVoluntaryExit class SignedVoluntaryExit ( Container ) : message : VoluntaryExit signature : BLSSignature A voluntary exit is currently signed with the validator's online signing key. There has been some discussion about changing this to also allow signing of a voluntary exit with the validator's offline withdrawal key. The introduction of multiple types of withdrawal credential makes this more complex, howev
Explore this link on the map →related reading
- The Hitchhiker's Guide to Ethereum - Delphi Digitalmembers.delphidigital.io
- Phase 0 for Humans [v0.10.0] - HackMDnotes.ethereum.org
- Unbundling PBS: Towards protocol-enforced proposer commitments (PEPC) - Economics - Ethereum Researchethresear.ch
- Should Ethereum be okay with enshrining more things in the protocol?vitalik.eth.limo
- Time, slots, and the ordering of events in Ethereum Proof-of-Stake - Paradigmparadigm.xyz
- MEV-Boost using EigenLayer - HackMDhackmd.io
- Exploring Protocol-Enforced Proposer Commitments(PEPC) — YQmirror.xyz
- Possible futures of the Ethereum protocol, part 2: The Surgevitalik.eth.limo
- NFT | ERC-1155 | Address: 0x0521fa0b...bf20fbdaa | Etherscandegenscore.com
- thesis.pdfaayushg.com
- Upgrading Ethereum | 3.7.2 Bellatrix Fork Choiceeth2book.info
- Upgrading Ethereum | 3.3.4 Beacon stateeth2book.info