Skip to content
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

improvement: transaction building -> gas estimation #6

Closed
denverbaumgartner opened this issue Nov 22, 2022 · 0 comments · Fixed by #56
Closed

improvement: transaction building -> gas estimation #6

denverbaumgartner opened this issue Nov 22, 2022 · 0 comments · Fixed by #56

Comments

@denverbaumgartner
Copy link
Contributor

today: we either utilize the gas value provided by the user or default to a value of 300000 when signing transactions.

soon: we should be dynamically setting gas based on estimation. web3.py has a function to deal with this, but upon trying to implement this function i received values that were significantly underestimated. worth digging back into to see if it was, most likely, an issue in my implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant