You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement Optionals in SSZ and replace the instances of Union[None, T].
Rebase on Capella.
Rebase on Deneb.
Add Electra fork implementation.
Add tests.
Other unrelated fork additions?
Kaustinen Testnet
Pending information...
Outstanding Questions
In the ExecutionWitness, the suffix field inside each StateSuffixDiff is defined as a uint8. Does this value need to be quoted for consistency with other integer types? Does it also need to be serialized into big-endian hex?
Will there be any other additions into this fork beyond supporting Verkle Trees?
The text was updated successfully, but these errors were encountered:
Description
Provide compatibilty for Verkle-enabled execution clients by receiving and propagating the
ExecutionWitness
inside theExecutionPayload
.Useful Links
Optional
implementation: Add SSZ Optionals ssz_types#13Major Tasks
ExecutionWitness
type.Union[None, T]
.Kaustinen Testnet
Pending information...
Outstanding Questions
In the
ExecutionWitness
, thesuffix
field inside eachStateSuffixDiff
is defined as auint8
. Does this value need to be quoted for consistency with other integer types? Does it also need to be serialized into big-endian hex?Will there be any other additions into this fork beyond supporting Verkle Trees?
The text was updated successfully, but these errors were encountered: