-
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
Expose constructors #14
Labels
Comments
ok so i exposed them on the |
holgerd77
added a commit
to holgerd77/ethereumjs-vm
that referenced
this issue
Nov 30, 2020
Fix peer-communication example connection reliability
holgerd77
added a commit
that referenced
this issue
Dec 1, 2020
Goal adjustments regarding future HFs
holgerd77
added a commit
that referenced
this issue
Dec 14, 2020
Fix insert a node in the middle leaf
holgerd77
pushed a commit
that referenced
this issue
Mar 11, 2021
Add rlphash() as a shorthand to hashing RLP encoding
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The newest version of ethereumjs-vm seems to have changes the api such that
Account
,Trie
,Transaction
etc are not publicly accessable meaning that users of the browserified version in./dist
need to re-require those libs to interact with the vm.Could these be re-exposed?
The text was updated successfully, but these errors were encountered: