arc.js_legacy
arc.js_legacy copied to clipboard
investigate why ganache gas limit estimations are coming up short
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.
A recent ganache bug: https://github.com/trufflesuite/ganache-core/issues/151