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

feat: support auto recover when pbss meet unclean shutdown #125

Merged
merged 3 commits into from
Jul 11, 2024

Conversation

krish-nr
Copy link
Contributor

@krish-nr krish-nr commented Jul 5, 2024

Description

This PR is part of the geth code for automatically recovering PBSS after an abnormal shutdown. It adds an inconsistent state to mark situations where the state and block data are inconsistent, along with subsequent data deletion handling.

Rationale

this feature is for automatically recovering PBSS after an abnormal shutdown

Example

N/A

Changes

Notable changes:

  • inconsistent state added
  • delete data func added

@krish-nr krish-nr force-pushed the pbss_autorecover branch from 7fa33d7 to 345b0a2 Compare July 7, 2024 19:28
@krish-nr krish-nr marked this pull request as ready for review July 7, 2024 19:30
@github-actions github-actions bot requested review from andyzhang2023 and bnoieh July 7, 2024 19:30
owen-reorg
owen-reorg previously approved these changes Jul 10, 2024
eth/catalyst/api.go Outdated Show resolved Hide resolved
@owen-reorg owen-reorg merged commit 887404f into bnb-chain:develop Jul 11, 2024
1 check passed
bnoieh pushed a commit to bnoieh/op-geth that referenced this pull request Nov 29, 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

Successfully merging this pull request may close these issues.

3 participants