forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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: merge bitcoin#20039, #22363, #23079, #23120, #23118, #23866, #23558, #24035, #23873, #23978, #23836, #24223, #24533, #24605 (test backports: part 2) #6520
Merged
Merged
Changes from 1 commit
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
bbb6599
merge bitcoin#20039: Convert amounts from float to decimal
kwvg 24eb44c
merge bitcoin#22363: use `script_util` helpers for creating P2{PKH,SH…
kwvg 473620f
test: make sure `MiniWallet().sendrawtransaction()` returns `txid`
kwvg adcc7a1
merge bitcoin#23079: use MiniWallet for p2p_filter.py
kwvg f01b2aa
merge bitcoin#23120: Remove unused and confusing main parameter from …
kwvg d908de9
merge bitcoin#23118: introduce `script_util` helper for creating P2PK…
kwvg 75e0be5
merge bitcoin#23866: use MiniWallet for rpc_scantxoutset.py
kwvg 7c313d0
merge bitcoin#23558: run rpc-generateblock.py even with wallet disabled
kwvg 4da044b
merge bitcoin#24035: use MiniWallet for mempool_accept.py
kwvg 16ffee4
merge bitcoin#23873: use MiniWallet for p2p_compactblocks.py
kwvg 0e3dadf
merge bitcoin#23978: use MiniWallet for mining_basic.py
kwvg 1c87d1c
merge bitcoin#23836: Expose block filters follow-ups
kwvg 9fec1be
merge bitcoin#24223: use MiniWallet for interface_rest.py
kwvg eba742d
merge bitcoin#24533: use MiniWallet for feature_maxuploadtarget.py
kwvg 14adbf5
merge bitcoin#24605: Use MiniWallet in feature_coinstatsindex
kwvg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev
Previous commit
merge bitcoin#24605: Use MiniWallet in feature_coinstatsindex
tx2 will spend 20.999 tDASH instead of 20.99 tDASH as the remnant (0.01 tDASH) would result in a "Fee exceeds maximum configured by user" error. A 0.001 tDASH fee is permissible.
- Loading branch information
commit 14adbf54669f23129f5ce76d413f353a56ba6c79
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
🛠️ Refactor suggestion
Add docstring for new
vout
parameterPlease update the function’s docstring to document the
vout
argument and its usage.