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

chain: statestore needs to include accounts or drop accounts? #85

Open
VandeurenGlenn opened this issue Apr 20, 2024 · 0 comments
Open
Labels
critical Needs to be done asap

Comments

@VandeurenGlenn
Copy link
Contributor

Whenever a node connects it will try to update from the state store, meaning accounts should be in the state also or empty nodes will fail getting the account nonce

Solutions

  • drop accounts (easy but means no easy way to check for total transfers)
  • rewrite accounts so that when a state is saved we include the accounts in state and clear the local accountsstore.
@VandeurenGlenn VandeurenGlenn added the critical Needs to be done asap label Apr 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
critical Needs to be done asap
Projects
None yet
Development

No branches or pull requests

1 participant