-
Notifications
You must be signed in to change notification settings - Fork 12
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
[backport] feat: add new cmd fpd commit-pubrand #153
Conversation
Could you fix rest of linter errors? |
Btw for backport, we plan to test out this workflow babylonlabs-io/babylon#299. If it works then probably we can port it here |
How does it work? Will CI auto create a PR? |
In theory yes, although we haven't seen it working yet |
based on my experience backporting PRs, I am not confident it will work. taking this pr as an example,
I feel there is no way for the CI to have those knowledge |
For those PRs that do not affect tests or have merge conflicts, this will work. Otherwise, someone needs to modify the PR and get it merged |
@bap2pecs Could you fix the lint error so that we can merge it? |
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.
Thanks for backporting it!
Co-authored-by: Cirrus Gai <[email protected]>
Summary
backport https://github.com/babylonlabs-io/finality-provider/pull/131/files
Test Plan
waiting for CI tests