https://github.com/cgewecke/checkpoint-repro
Reproduces ethereumjs-vm 672
https://github.com/cgewecke/checkpoint-repro
Last synced: 2 months ago
JSON representation
Reproduces ethereumjs-vm 672
- Host: GitHub
- URL: https://github.com/cgewecke/checkpoint-repro
- Owner: cgewecke
- License: mit
- Created: 2020-03-05T22:01:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-05T22:11:43.000Z (over 5 years ago)
- Last Synced: 2025-02-09T02:26:20.383Z (4 months ago)
- Language: JavaScript
- Size: 164 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# checkpoint-repro
Reproduces [ethereumjs-vm 672][1].**Index.js output**
```
first error --> Error: Returned error: Value overflow
second error --> Error: Returned error: Cannot get state root with uncommitted checkpoints
```## Install
```
npm install
```## Run
```
npm test
```