-
Notifications
You must be signed in to change notification settings - Fork 765
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cache.flush: Cannot read property 'modified' of undefined #81
Labels
Comments
Experimented a bit with this, not really sure what to do with it. What is the functionality of the |
Getting it with ganache-cli, trying to mine 500 blocks in a loop. Adding the validation above makes it run without error, but it's annoying anyway. |
holgerd77
added a commit
that referenced
this issue
Jan 9, 2018
Fix #81 by checking it.value is valid
evertonfraga
added a commit
to evertonfraga/ethereumjs-vm
that referenced
this issue
Dec 16, 2019
Run gh actions on PR
holgerd77
added a commit
to holgerd77/ethereumjs-vm
that referenced
this issue
Nov 30, 2020
…nstructions Add instructions for updating diagram
holgerd77
pushed a commit
that referenced
this issue
Dec 1, 2020
Add eth_protocolVersion and modularize createNode in tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cache.flush (invoked by runCode) throws:
Of course, just adding "it.value &&" as precondition in the if prevents the error, but I'm not sure if it breaks something else...
The text was updated successfully, but these errors were encountered: