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
Currently when running against ganache our gas limit estimation code is effectively disabled, always returning a safe maximum value for gas limit. We would prefer to eliminate this network-specific code. So this ticket is about investigating why ganache gas limit estimations are coming up short in some cases, and if possible, eliminate the network-specific code.
The text was updated successfully, but these errors were encountered:
Currently when running against ganache our gas limit estimation code is effectively disabled, always returning a safe maximum value for gas limit. We would prefer to eliminate this network-specific code. So this ticket is about investigating why ganache gas limit estimations are coming up short in some cases, and if possible, eliminate the network-specific code.
The text was updated successfully, but these errors were encountered: