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

eth - Storage root retrieval for accounts #436

Merged
merged 3 commits into from
Jul 27, 2018
Merged

eth - Storage root retrieval for accounts #436

merged 3 commits into from
Jul 27, 2018

Conversation

vsmk98
Copy link
Contributor

@vsmk98 vsmk98 commented Jul 9, 2018

Enablling eth.storageRoot call

@vsmk98 vsmk98 changed the title Esr eth - Storage root retrieval for accounts Jul 9, 2018

emptyRoot := so.storageRoot(db)
if emptyRoot != empty {
t.Errorf("Invalid empty storate root, expected %x, got %x", empty, emptyRoot)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo: storate -> storage

Typo corrected
@jpmsam
Copy link
Contributor

jpmsam commented Jul 15, 2018

Thanks @vsmk98 for re-adding the API, we'll review. The endpoint was missed in the 2.x upgrade.

@jpmsam jpmsam merged commit ad7c031 into Consensys:master Jul 27, 2018
@vsmk98 vsmk98 deleted the ESR branch August 13, 2018 03:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants