-
Notifications
You must be signed in to change notification settings - Fork 327
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/LIVE-1414 RBF new implementation for Bitcoin #502
Conversation
The latest updates on your projects. Learn more about Vercel for Git βοΈ
|
π¦ Changeset detectedLatest commit: 733f8e1 The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Screenshots: β
There are no changes in the screenshots for this PR. If this is expected, you are good to go. |
Codecov Report
@@ Coverage Diff @@
## release #502 +/- ##
===========================================
+ Coverage 47.54% 47.56% +0.01%
===========================================
Files 601 601
Lines 26606 26606
Branches 6832 6830 -2
===========================================
+ Hits 12649 12654 +5
+ Misses 13902 13897 -5
Partials 55 55
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
* release: (38 commits) fix changelogs fix changelogs Smartling on-demand translation delivery from release (#570) π release prerelease [LLD(2.44.0-next.1), LLM(3.4.0-next.4)] add changelog to swap fix fix typo π release prerelease [LLD(2.44.0-next.0), LLM(3.4.0-next.4)] Bugfix/fix swap tos text (#545) ci: add github token to prevent the changelog formatter from throwing Bugfix/minor swap fixes (#541) add missing dependencies for changelog clean g++ fix (#500) fix: changelog formatter typo fix: no major on LLD Revert ":rocket: release prerelease [LLD(3.0.0-next.5), LLM(3.4.0-next.4)]" fix LLD version :rocket: release prerelease [LLD(3.0.0-next.5), LLM(3.4.0-next.4)] Feat/LIVE-1414 RBF new implementation for Bitcoin (#502) update changelog format (#504) π release prerelease [LLD(2.44.0-next.4), LLM(3.4.0-next.3)] ...
* release: (136 commits) fix changelogs fix changelogs Smartling on-demand translation delivery from release (#570) π release prerelease [LLD(2.44.0-next.1), LLM(3.4.0-next.4)] add changelog to swap fix fix typo π release prerelease [LLD(2.44.0-next.0), LLM(3.4.0-next.4)] Bugfix/fix swap tos text (#545) ci: add github token to prevent the changelog formatter from throwing Bugfix/minor swap fixes (#541) add missing dependencies for changelog clean g++ fix (#500) fix: changelog formatter typo fix: no major on LLD Revert ":rocket: release prerelease [LLD(3.0.0-next.5), LLM(3.4.0-next.4)]" fix LLD version :rocket: release prerelease [LLD(3.0.0-next.5), LLM(3.4.0-next.4)] Feat/LIVE-1414 RBF new implementation for Bitcoin (#502) update changelog format (#504) π release prerelease [LLD(2.44.0-next.4), LLM(3.4.0-next.3)] ...
π Description
RBF new implementation
β Context
It is a merge of
two PRs before the monorepo:
LedgerHQ/ledger-live-desktop#4862
and
LedgerHQ/ledger-live-common#1826
Jira tickets:
https://ledgerhq.atlassian.net/browse/LIVE-1415
https://ledgerhq.atlassian.net/browse/LIVE-1416
https://ledgerhq.atlassian.net/browse/LIVE-1414
β Checklist
πΈ Demo
Screenshot: (the rbf related options and checkboxes are removed)
π Expectations to reach
Please make sure you follow these Important Steps.
Pull Requests must pass the CI and be internally validated in order to be merged.