-
Notifications
You must be signed in to change notification settings - Fork 690
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: issue RBF when burnchain/miner config changed #5924
feat: issue RBF when burnchain/miner config changed #5924
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #5924 +/- ##
============================================
+ Coverage 68.14% 83.71% +15.56%
============================================
Files 521 521
Lines 382814 382987 +173
Branches 323 323
============================================
+ Hits 260884 320611 +59727
+ Misses 121922 62368 -59554
Partials 8 8
... and 306 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
@obycode tagged for re-review when you can! 🙏 |
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!
442519e
This adds a step in the relayer's
initiative
method to check for a burnchain or miner config change. If detected, theIssueBlockCommit
directive is returned.