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

Access account information without triggering changes #7852

Open
FlorianHuc opened this issue Nov 4, 2024 · 0 comments
Open

Access account information without triggering changes #7852

FlorianHuc opened this issue Nov 4, 2024 · 0 comments

Comments

@FlorianHuc
Copy link
Contributor

Description

In order to generate traces of the EVM, the arithmetization requires access to the accounts.

Current available method:

 MutableAccount getAccount(Address address);

gives the required information, but the implementation in the abstractWolrdUpdated as a side effect adds it to the updatedAccounts list which ends in state modification later during the processing. To avoid this unwanted modification, we need a method returning the same information without the side effect.

Acceptance Criteria

  • new method available to get data without tracking the account.
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 a pull request may close this issue.

1 participant