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

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

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
```