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

Dual block replay during conversion moves incorrect number of leaves #276

Open
gballet opened this issue Sep 21, 2023 · 1 comment
Open

Comments

@gballet
Copy link
Owner

gballet commented Sep 21, 2023

Because the CurrentAccountAddress variable is unique, and stored in the statedb, if for whatever reason a block at a given height is re-executed, there will be an issue because the head will have moved. This will produce an incorrect converted hash.

In order to do this, the value of the iterator at a given block has to be stored and recoverable.

@gballet
Copy link
Owner Author

gballet commented Feb 5, 2024

fixed by #304

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

1 participant