ethereumjs-monorepo
ethereumjs-monorepo copied to clipboard
Tx: Class names not fully consistent yet
Following tx type class names still needs shortening from Transaction to Tx to be consistent with the other class names. 🙂
AccessList2930TransactionEOACode7702Transaction
Correct example: FeeMarketEIP1559Transaction -> FeeMarket1559Tx
I will address this among the refactor PR(s). (Might break up the refactor in multiple PRs)
Ok, interesting how we missed this one, because you are right, for EIP1559 and for EIP4844 the names are correct :thinking:
It's super easy to miss out on these renamings, there is so much stuff all over the place