forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…itcoin#22798, bitcoin#22994, bitcoin#23014, bitcoin#23126, bitcoin-core/gui#336, gui#342, gui#430 9faa63f Merge bitcoin#22650: Remove -deprecatedrpc=addresses flag and corresponding code/logic (Samuel Dobson) 7cae481 partial Merge bitcoin#22798: doc: Fix RPC result documentation (fanquake) 8ef72e0 Merge bitcoin#22585: fuzz: add guide to fuzzing with Eclipser v1.x (W. J. van der Laan) 2cc9aa1 Merge bitcoin-core/gui#342: wallet: Move wallets loading out from the main GUI thread (Hennadii Stepanov) 3a5f35e Merge bitcoin-core/gui#336: Do not exit and re-enter main event loop during shutdown (W. J. van der Laan) 4a82d49 Merge bitcoin#23126: doc: update developer docs for subtree renaming (fanquake) 0e093b3 Merge bitcoin-core/gui#430: Improvements to the open up transaction in third-party link action (Hennadii Stepanov) c358d84 Merge bitcoin#23014: ci: Bump distro version, disable feature_bind_extra for two configurations (merge-script) df518cf Merge bitcoin#22994: ci: use Debian Bullseye in ARM CI (merge-script) 1c75354 build: remove windows native build from cirrus. (Konstantin Akimov) f437964 Merge bitcoin#21551: ci: Move Windows MSVC build from AppVeyor to Cirrus (MarcoFalke) Pull request description: ## What was done? Regular backports from Bitcoin Core v23 ## How Has This Been Tested? Run unit & functional tests Backport bitcoin-core/gui#342 made loading heavy wallet by RPC `loadwallet` on my machine from 23 seconds to just 19 seconds (20% faster), due to no waiting 5 seconds on `cs_wallets` mutex. ## Breaking Changes - The `-deprecatedrpc=addresses` configuration option has been removed. RPCs `gettxout`, `getrawtransaction`, `decoderawtransaction`, `decodescript`, `gettransaction verbose=true` and REST endpoints `/rest/tx`, `/rest/getutxos`, `/rest/block` no longer return the `addresses` and `reqSigs` fields, which were previously deprecated in 22.0. ## Checklist: - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added or updated relevant unit/integration/functional/e2e tests - [ ] I have made corresponding changes to the documentation - [x] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_ ACKs for top commit: PastaPastaPasta: ACK 9faa63f Tree-SHA512: 9db7b434896565618d96029c8c738b2d29fbb0608666f6f186c7beccd74398d0ee4cbfda91903c022529b131c05a6084004b1ae84e89df90d554f92be3cbf629
- Loading branch information
Showing
42 changed files
with
387 additions
and
546 deletions.
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Updated RPCs | ||
------------ | ||
|
||
- The `-deprecatedrpc=addresses` configuration option has been removed. RPCs | ||
`gettxout`, `getrawtransaction`, `decoderawtransaction`, `decodescript`, | ||
`gettransaction verbose=true` and REST endpoints `/rest/tx`, `/rest/getutxos`, | ||
`/rest/block` no longer return the `addresses` and `reqSigs` fields, which | ||
were previously deprecated in 21.0. (#6569) | ||
|
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
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
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.