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
Part of #1717
Very small remaining breaking-release task:
Throw when hash() is called on unsigned legacy txs (so: align with behavior from typed txs), see also comment added along with #1445.
hash()
So if one is looking at e.g. the EIP-1559 Tx hash() function, the function throws if tx not signed, for the legacy tx this is not the case.
Will assign @ScottyPoi since he asked for a small EthereumJS task. 🙂
The text was updated successfully, but these errors were encountered:
Can this be closed?
Sorry, something went wrong.
ScottyPoi
No branches or pull requests
Part of #1717
Very small remaining breaking-release task:
Throw when
hash()
is called on unsigned legacy txs (so: align with behavior from typed txs), see also comment added along with #1445.So if one is looking at e.g. the EIP-1559 Tx
hash()
function, the function throws if tx not signed, for the legacy tx this is not the case.Will assign @ScottyPoi since he asked for a small EthereumJS task. 🙂
The text was updated successfully, but these errors were encountered: