daostack / arc.js_legacy

This repository is deprecated
GNU General Public License v3.0
28 stars 14 forks source link

investigate why ganache gas limit estimations are coming up short #357

Open dkent600 opened 6 years ago

dkent600 commented 6 years ago

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 commented 6 years ago

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