You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
denverbaumgartner
changed the title
improvement: transaction building
improvement: transaction building -> gas estimation
Nov 22, 2022
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.
The text was updated successfully, but these errors were encountered: