Description
Provide compatibilty for Verkle-enabled execution clients by receiving and propagating the ExecutionWitness inside the ExecutionPayload.
Useful Links
Major Tasks
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?
Description
Provide compatibilty for Verkle-enabled execution clients by receiving and propagating the
ExecutionWitnessinside theExecutionPayload.Useful Links
Optionalimplementation: Add SSZ Optionals ssz_types#13Major Tasks
ExecutionWitnesstype.Union[None, T].Kaustinen Testnet
Pending information...
Outstanding Questions
In the
ExecutionWitness, thesuffixfield inside eachStateSuffixDiffis 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?