-
Notifications
You must be signed in to change notification settings - Fork 15
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
test: op e2e finality gadget daemon itest #26
test: op e2e finality gadget daemon itest #26
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
now fixed and ready for review again @SebastianElvis @bap2pecs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Already approved, lgtm 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## Summary This is a small PR to fix several missed comments in #26 ## Test Plan ``` make lint make test-e2e-op ```
Summary
This PR adds integration tests for the new finality gadget daemon in
babylonlabs-io/finality-gadget
, a stateful program used to track consecutive quorum and query the latest BTC-finalized block.Test Plan