Skip to content
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

Wallet: add BIP125 RBF bump fee #1170

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

wallet rbf: add new in/out when change output is too low for RBF fee

14e5743
Select commit
Loading
Failed to load commit list.
Open

Wallet: add BIP125 RBF bump fee #1170

wallet rbf: add new in/out when change output is too low for RBF fee
14e5743
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 22, 2023 in 0s

83.45% of diff hit (target 70.41%)

View this Pull Request on Codecov

83.45% of diff hit (target 70.41%)

Annotations

Check warning on line 369 in lib/client/wallet.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/client/wallet.js#L369

Added line #L369 was not covered by tests

Check warning on line 860 in lib/client/wallet.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/client/wallet.js#L860

Added line #L860 was not covered by tests

Check warning on line 522 in lib/mempool/mempool.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/mempool/mempool.js#L522

Added line #L522 was not covered by tests

Check warning on line 837 in lib/mempool/mempool.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/mempool/mempool.js#L835-L837

Added lines #L835 - L837 were not covered by tests

Check warning on line 864 in lib/mempool/mempool.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/mempool/mempool.js#L864

Added line #L864 was not covered by tests

Check warning on line 1817 in lib/mempool/mempool.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/mempool/mempool.js#L1817

Added line #L1817 was not covered by tests

Check warning on line 1819 in lib/mempool/mempool.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/mempool/mempool.js#L1819

Added line #L1819 was not covered by tests

Check warning on line 1912 in lib/mempool/mempool.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/mempool/mempool.js#L1912

Added line #L1912 was not covered by tests

Check warning on line 560 in lib/wallet/http.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/wallet/http.js#L553-L560

Added lines #L553 - L560 were not covered by tests

Check warning on line 563 in lib/wallet/http.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/wallet/http.js#L563

Added line #L563 was not covered by tests

Check warning on line 565 in lib/wallet/http.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/wallet/http.js#L565

Added line #L565 was not covered by tests

Check warning on line 1443 in lib/wallet/wallet.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/wallet/wallet.js#L1443

Added line #L1443 was not covered by tests

Check warning on line 1449 in lib/wallet/wallet.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/wallet/wallet.js#L1449

Added line #L1449 was not covered by tests