https://github.com/cgewecke/ganache-estimation-bug
https://github.com/cgewecke/ganache-estimation-bug
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cgewecke/ganache-estimation-bug
- Owner: cgewecke
- Created: 2019-05-24T03:57:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T00:10:24.000Z (over 2 years ago)
- Last Synced: 2025-02-09T02:26:10.201Z (8 months ago)
- Language: Shell
- Size: 202 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Ganache 6.4.3 gas estimation bug repro
### Install
```
npm install
```### Reproduction
Comes with a `buidler.config.js` with a commented out `networks.develop.gas`.To see estimation errors run
```
npm run test:ganache
```To see success under the same conditions with a geth client (requires docker) run:
```
npm run test:geth
```To see success with ganache & specified network gas, uncomment `networks.develop.gas` and run
```
npm run test:ganache
```