An open API service indexing awesome lists of open source software.

https://github.com/niklasb/ganache-fork-bugs


https://github.com/niklasb/ganache-fork-bugs

Last synced: about 1 year ago
JSON representation

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