Skip to content

cgewecke/geth-revert-reason-repro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Screen Shot 2020-05-14 at 11 22 38 AM

1.9.14

npm run geth:1.9.14

Output

Screen Shot 2020-05-14 at 11 22 21 AM

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published