Holocene: use extraData instead of nonce for eip-1559 parameters#402
Conversation
628e257 to
f5f8784
Compare
|
Definitely most simple to just pass through the encoded params vs having them in a more human readable form. In theory, if there is an update to the serialization, we would be able to use hardfork branching to modify the way they are deserialized |
|
I'm going to change this to use ExecutionPayloadEnvelope as discussed on the call. |
Turned out to not be a great solution. Latest plan is to move from nonce to extradata for the params. extraData is already in the execution payload, so it simplifies things a lot. Plus we probably want to use Nonce for sub-second block increments later on. |
f5f8784 to
3f90f97
Compare
ca75c6a to
e271dd1
Compare
e271dd1 to
7e18f8b
Compare
yes. ok to do that in another PR? Want to get this in to unblock the op-node reviews |
9f0a005 to
d2e94b9
Compare
d2e94b9 to
6c32375
Compare
|
Created tag |
Description
Use extraData for holocene EIP-1559 parameters so it will be propagated along with the execution payload.
Additional context
Corresponding spec update: ethereum-optimism/specs#428