Closed yash-atreya closed 3 days ago
Recent changes in consensus types brought breaking changes to serialization/deserialization usecases.
consensus
See https://github.com/foundry-rs/foundry/pull/9280/files/999eea97817168b67318f15b3e58f33d378e8c96#r1844004048 and https://github.com/foundry-rs/foundry/issues/9324.
Add aliases to avoid breaking changes
sha3Uncles
ommersHash
miner
beneficiary
Header
gas
gasLimit
Motivation
Recent changes in
consensus
types brought breaking changes to serialization/deserialization usecases.See https://github.com/foundry-rs/foundry/pull/9280/files/999eea97817168b67318f15b3e58f33d378e8c96#r1844004048 and https://github.com/foundry-rs/foundry/issues/9324.
Solution
Add aliases to avoid breaking changes
sha3Uncles
withommersHash
andminer
withbeneficiary
inHeader
.gas
withgasLimit
in tx types.PR Checklist