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

Add state.Configure to load state/trees before migrations are run #3358

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

gerardsn
Copy link
Member

@gerardsn gerardsn commented Sep 11, 2024

fixes #3355

from logs:

level=debug msg="Received 0 new transaction references via Gossip from peer" 
level=debug msg="XOR is different from peer but Gossip contained no new transactions"
level=debug msg="Requesting state from peer" 

The migration happens while the network is offline, so the changes aren't gossiped to peers. Should be fine though

@gerardsn gerardsn merged commit 6e0d0db into master Sep 13, 2024
8 of 9 checks passed
@gerardsn gerardsn deleted the fix-3355/load-state-trees-before-migration branch September 13, 2024 06:47
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.

VDR controller migration results in invalid state
2 participants