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.
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.