forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
backport: bitcoin#22539, #22918, #23093, #23268, #23287, #23314, #23320, #23323, #23341 #6577
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
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
135d650
Merge bitcoin/bitcoin#23314: build: explicitly disable libsecp256k1 o…
laanwj 4e8f6af
Merge bitcoin/bitcoin#23268: p2p: Use absolute FQDN for DNS seed domains
fanquake 6f46f58
Merge bitcoin/bitcoin#22918: rpc: Add level 3 verbosity to getblock R…
laanwj bf28e85
Merge bitcoin/bitcoin#23287: test: get and decode tx with a single `g…
5c226da
Merge bitcoin/bitcoin#23323: doc: Add note on deleting past-EOL relea…
cf6e969
Merge bitcoin/bitcoin#22539: Re-include RBF replacement txs in fee es…
laanwj 910f4c0
Merge bitcoin/bitcoin#23093: Add ability to flush keypool and always …
laanwj 6df2fae
Merge bitcoin/bitcoin#23341: RPC: Better safety with newkeypool comma…
achow101 ea107ac
Merge bitcoin/bitcoin#23320: rpc: Add RPC help for getblock verbosity…
laanwj 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
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| ## Updated RPCs | ||
|
|
||
| - The `getblock` RPC command now supports verbosity level 3 containing transaction inputs | ||
| `prevout` information. The existing `/rest/block/` REST endpoint is modified to contain | ||
| this information too. Every `vin` field will contain an additional `prevout` subfield | ||
| describing the spent output. `prevout` contains the following keys: | ||
| - `generated` - true if the spent coins was a coinbase. | ||
| - `height` | ||
| - `value` | ||
| - `scriptPubKey` | ||
|
|
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| Notable changes | ||
| =============== | ||
|
|
||
| Updated RPCs | ||
| ------------ | ||
|
|
||
| - a new RPC `newkeypool` has been added, which will flush (entirely | ||
| clear and refill) the keypool. | ||
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,6 +6,7 @@ Release Process | |
|
|
||
| Before every minor and major release: | ||
|
|
||
| * [ ] Review ["Needs backport" labels](https://github.com/dashpay/dash/labels?q=backport). | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 23323: nit: |
||
| * [ ] Update [bips.md](bips.md) to account for changes since the last release. | ||
| * [ ] Update DIPs with any changes introduced by this release (see [this pull request](https://github.com/dashpay/dips/pull/142) for an example) | ||
| * [ ] Update version in `configure.ac` (don't forget to set `CLIENT_VERSION_IS_RELEASE` to `true`) | ||
|
|
||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
why not also: https://github.com/bitcoin/bitcoin/pull/23093/files#diff-55604f94acaa0e77d34f79745e2677fc2c7573d5de48e7f5d5a7a4b554f7a293R7-R9
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.
because we have
upgradetohdfor it, which is compatible with mnemonics also