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

chore: Change Reprocessing state to Pending #1074

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

AshtonStephens
Copy link
Collaborator

Description

Closes: #1073

Changes

To simplify the design of what happens during a reorg, this PR is to put operations into the pending status instead of the reprocessing status when a reorg causes a deposit to have been created during a non-canonical fork.

Please note that I've left in the reprocessing status so that if any tables have it there aren't any errors, but this PR means that there won't be any more deposits with this status created.

Testing Information

Integration tests.

Checklist:

  • I have performed a self-review of my code
  • My changes generate no new warnings
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@AshtonStephens AshtonStephens added the emily API that communicates with Signers to trigger sBTC operations. label Dec 9, 2024
@AshtonStephens AshtonStephens self-assigned this Dec 9, 2024
@AshtonStephens AshtonStephens requested a review from Jiloc December 9, 2024 13:37
@AshtonStephens AshtonStephens marked this pull request as ready for review December 9, 2024 13:52
@aldur aldur added this to the sBTC 0.9, mainnet release milestone Dec 9, 2024
@AshtonStephens AshtonStephens merged commit 99c875e into main Dec 10, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
emily API that communicates with Signers to trigger sBTC operations.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Chore]: Change Emily Reprocessing to Pending on Reorg
3 participants