We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following tx type class names still needs shortening from Transaction to Tx to be consistent with the other class names. 🙂
Transaction
Tx
AccessList2930Transaction
EOACode7702Transaction
Correct example: FeeMarketEIP1559Transaction -> FeeMarket1559Tx
FeeMarketEIP1559Transaction
FeeMarket1559Tx
The text was updated successfully, but these errors were encountered:
I will address this among the refactor PR(s). (Might break up the refactor in multiple PRs)
Sorry, something went wrong.
Ok, interesting how we missed this one, because you are right, for EIP1559 and for EIP4844 the names are correct 🤔
It's super easy to miss out on these renamings, there is so much stuff all over the place
jochem-brouwer
Successfully merging a pull request may close this issue.
Following tx type class names still needs shortening from
Transaction
toTx
to be consistent with the other class names. 🙂AccessList2930Transaction
EOACode7702Transaction
Correct example:
FeeMarketEIP1559Transaction
->FeeMarket1559Tx
The text was updated successfully, but these errors were encountered: