Skip to content
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

Closed
d11e9 opened this issue Oct 8, 2015 · 1 comment
Closed

Expose constructors #14

d11e9 opened this issue Oct 8, 2015 · 1 comment

Comments

@d11e9
Copy link

d11e9 commented Oct 8, 2015

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?

@wanderer
Copy link
Member

wanderer commented Oct 8, 2015

ok so i exposed them on the ethVM.deps object if you are in the browser. I didn't do Transaction since the vm never directly requires it.

@wanderer wanderer closed this as completed Oct 8, 2015
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
ryanio pushed a commit that referenced this issue Jan 10, 2022
Fix README.md typos and grammar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants