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

feat(evm): expose account_mut on substate #98

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

gakonst
Copy link
Contributor

@gakonst gakonst commented Feb 12, 2022

@sorpaas unfortunately #92 wasn't sufficient because we have our own MemoryStackStateOwned implementation which owns the backend, so we do need to access the substate's method, instead of via the MemoryStackState. Would appreciate if we can get this merged with a quicker turnaround time, given our previous discussion

@gakonst
Copy link
Contributor Author

gakonst commented Feb 19, 2022

Hi @sorpaas, could you please take a look? This has been blocking us on the linked PR for a while and would love to get it over the line!

@sorpaas
Copy link
Member

sorpaas commented Feb 19, 2022

Really sorry. I'll take a look at the linked PR today and see what could be done.

@gakonst
Copy link
Contributor Author

gakonst commented Feb 19, 2022

@sorpaas thanks! We need to mutate an account's nonce. That can be done by exposing a mutable reference to it, as done in this PR. Otherwise, we'll need to add get/set nonce methods everywhere

@gakonst
Copy link
Contributor Author

gakonst commented Feb 25, 2022

@sorpaas giving this one more bump... if there's no intention of merging pls let us know if possible so we consider alternative routes!

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.

2 participants