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

Light client recovers from fork too early in rotate to sentinel case #1595

Closed
danwt opened this issue Dec 2, 2024 · 2 comments
Closed

Light client recovers from fork too early in rotate to sentinel case #1595

danwt opened this issue Dec 2, 2024 · 2 comments

Comments

@danwt
Copy link
Contributor

danwt commented Dec 2, 2024

The AfterUpdateState hook will fire on the sequencer module first, incurring a hard fork, which is immediately resolved by the hook in the light client AfterUpdateState, which happens a few moments later.

@danwt
Copy link
Contributor Author

danwt commented Dec 2, 2024

It might cause #1593

@danwt
Copy link
Contributor Author

danwt commented Dec 3, 2024

fixed by #1594

@danwt danwt closed this as completed Dec 3, 2024
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