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

debug_TraceTransaction does not work #317

Open
gballet opened this issue Nov 30, 2023 · 0 comments
Open

debug_TraceTransaction does not work #317

gballet opened this issue Nov 30, 2023 · 0 comments

Comments

@gballet
Copy link
Owner

gballet commented Nov 30, 2023

This issue is meant to gather the current state of my investigation into this bug, which is blocking blockscout and other applications from working.

The issue is triggered by the fact that a StateDB is created (from stateAtTransaction/stateAtBlock) which doesn't load the conversion status (e.g. if the conversion has started or ended). As a result, it tries to read data from an empty tree and complains about a 0 nonce.

It should be easy to fix once the conversion status is saved in the database and #316 is fixed, since this might be a similar problem. The fix would be to ensure that LoadTransitionStatus is called from state.New and is initialized from the database.

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

No branches or pull requests

1 participant