-
Notifications
You must be signed in to change notification settings - Fork 11
fix: TransactionRequest TryFrom fn #170
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for openzeppelin-relayer ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
All contributors have signed the CLA ✍️ ✅ |
I confirm that I have read and hereby agree to the OpenZeppelin Contributor License Agreement |
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.
hi @limyeechern
Thank you for improving the code and for your contribution!
CLA assistant is failing, we have fix for this in pipeline |
Summary
We need to decode the calldata using hex::decode for TransactionInput, otherwise estimate_gas that converts EvmTransactionData to TransactionRequest will fail
Testing Process
Checklist