https://github.com/cgewecke/geth-revert-reason-repro
https://github.com/cgewecke/geth-revert-reason-repro
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cgewecke/geth-revert-reason-repro
- Owner: cgewecke
- License: mit
- Created: 2020-05-14T01:06:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-14T18:29:29.000Z (about 5 years ago)
- Last Synced: 2025-02-09T02:26:41.786Z (4 months ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# geth-revert-reason-repro
Reproduces difference between geth 1.9.13 and 1.9.14 in data returned by
`eth_call` for methods which revert with a reason string.## Install
```
npm install
```## Use
**Requires docker.**
The npm commands below launche a geth `--dev` instance pulled from the docker hub tag and run `.index.js`.
(Client is automatically shut down at the end of command.)
### 1.9.13
```
npm run geth:1.9.13
```**Output**

### 1.9.14
```
npm run geth:1.9.14
```**Output**
