arc.js_legacy icon indicating copy to clipboard operation
arc.js_legacy copied to clipboard

investigate why ganache gas limit estimations are coming up short

Open dkent600 opened this issue 7 years ago • 1 comments

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.

dkent600 avatar Sep 20 '18 13:09 dkent600

A recent ganache bug: https://github.com/trufflesuite/ganache-core/issues/151

dkent600 avatar Sep 20 '18 19:09 dkent600