Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

save modified storage state for debug trace transaction #330

Merged
merged 7 commits into from
Feb 25, 2019

Conversation

eshaben
Copy link
Contributor

@eshaben eshaben commented Feb 22, 2019

Modified storage wasn't being saved between multiple calls to an instantiated contract which ended up being a result of a vm mismatch. We were trying to pull data from the global vm and store it to a locally-scoped vm, which resulted in this issue.

@eshaben eshaben requested a review from davidmurdoch February 22, 2019 19:18
Copy link
Member

@davidmurdoch davidmurdoch left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants