https://github.com/niklasb/ganache-fork-bugs
https://github.com/niklasb/ganache-fork-bugs
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/niklasb/ganache-fork-bugs
- Owner: niklasb
- Created: 2019-07-17T10:02:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T07:46:38.000Z (about 3 years ago)
- Last Synced: 2025-01-08T14:39:11.065Z (over 1 year ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Ganache fork bug: extcodesize
Reproduce:
```
$ npm install
$ ./node_modules/.bin/ganache-cli -p 9545 &
$ ./node_modules/.bin/ganache-cli -f 'http://localhost:9545'
```
In different terminal:
```
$ ./node_modules/.bin/truffle test
$ ./node_modules/.bin/truffle test --network ganache
```
### Expected result
Both tests pass
### Actual result
The first test passes, but the second run against the forked ganache instance fails