-
Notifications
You must be signed in to change notification settings - Fork 3
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
Adapt vigiligante to pre-approval flow #67
Comments
Lazar955
added a commit
that referenced
this issue
Oct 3, 2024
… and inclusion proof reporting (#70) ### Summary This PR implements the necessary changes to support the [ADR-26](https://github.com/babylonlabs-io/pm/blob/main/adr/adr-026-pre-approval-staking-flow.md) pre-approval staking flow. ### Key Changes - **Renaming:** The `unbondingWatcher` has been renamed to `stakingEventWatcher` to reflect its broader responsibilities. - **Functionality Updates:** - Continues to report unbonding transactions as before. - Now reports inclusion proofs for staking transactions to Babylon. - **E2E** Introduced a new e2e test that verifies a delegation created without an inclusion proof will become active once the proof is provided. ### Related Issue Closes [#67](#67)
Lazar955
added a commit
that referenced
this issue
Oct 7, 2024
… and inclusion proof reporting (#70) ### Summary This PR implements the necessary changes to support the [ADR-26](https://github.com/babylonlabs-io/pm/blob/main/adr/adr-026-pre-approval-staking-flow.md) pre-approval staking flow. ### Key Changes - **Renaming:** The `unbondingWatcher` has been renamed to `stakingEventWatcher` to reflect its broader responsibilities. - **Functionality Updates:** - Continues to report unbonding transactions as before. - Now reports inclusion proofs for staking transactions to Babylon. - **E2E** Introduced a new e2e test that verifies a delegation created without an inclusion proof will become active once the proof is provided. ### Related Issue Closes [#67](#67)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WIth introduction of pre-approval flow https://github.com/babylonlabs-io/pm/pull/48, vigiliante will need to report staking transactions on BTC to Babylon
The text was updated successfully, but these errors were encountered: