-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
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
Validate txParams in TransactionStateManager.addTx #6713
Conversation
6725169
to
7ee7b14
Compare
@akshitkrnagpal thanks for this, would you mind rebase this on the latest |
7ee7b14
to
f689b7b
Compare
f689b7b
to
1afda81
Compare
@whymarrh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you mind writing tests for this?
@frankiebee Would these tests cover the needs?
For which invalid values should I test this for? |
i would test for gas passed as an object sense that seems to be the issue in reference but yes i would test the keys in txParams
this is good yes |
@frankiebee |
@Gudahtt Thanks for approving. @frankiebee Can you take a look so this can be merged? 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great thank you
Fixes #6707.