dash/src/wallet
pasta 02549598b2
Merge #6050: backport: trivial 2024 06 07
6777ab73a2 Merge bitcoin-core/gui#682: Don't directly delete abandoned txes from GUI (Hennadii Stepanov)
6e1a8c1fdc Merge bitcoin/bitcoin#26628: RPC: Reject RPC requests with same named parameter specified multiple times (MarcoFalke)
7c28b01c78 Merge bitcoin/bitcoin#26666: refactor: Deleted unreachable code in httpserver.cpp (MarcoFalke)
478fe51ead Merge bitcoin/bitcoin#26100: doc: clarify that NetPermissionFlags::Implicit is only about whitelists (MarcoFalke)
69b19cbfc0 Merge bitcoin/bitcoin#26546: test: remove unused class `NodePongAdd1` (fanquake)
245df942c4 Merge bitcoin/bitcoin#26380: Revert "test: check importing wallets when blocks are pruned throw an error" (MacroFake)
3db3bd0d31 Merge bitcoin/bitcoin#24269: test: add functional test for `-discover` (Andrew Chow)
c72ef299da Merge bitcoin/bitcoin#25896: wallet: Log when Wallet::SetMinVersion sets a different minversion (Andrew Chow)
12b438cb46 Merge bitcoin/bitcoin#25925: doc: add `{import,list}descriptors` to list of descriptor RPCs (Andrew Chow)
73d64c48a9 Merge bitcoin/bitcoin#25738: depends: use a patch instead of sed in libxcb (fanquake)
1fae0c2bbb Merge bitcoin/bitcoin#25333: test: Fix out-of-range port collisions (MacroFake)
b75089667c Merge bitcoin/bitcoin#25231: ci: Install documented packages for "Win64" CI task (fanquake)

Pull request description:

  ## Issue being fixed or feature implemented
  Batch of trivial backports

  ## What was done?
  Trivial backports

  ## How Has This Been Tested?
  Built; ran tests locally

  ## Breaking Changes
  None

  ## Checklist:
    _Go over all the following points, and put an `x` in all the boxes that apply._
  - [ ] 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:
  UdjinM6:
    utACK 6777ab73a2

Tree-SHA512: 60d68c8d0fb9875d0b2421cad97b46a9d4deb79e03ca011d66cc0595ed68bb7ad207f2fd95973a3b7a0b9bca2c2f0deaf0e1116f0312a4d9d315f009228fe485
2024-06-10 17:35:10 -05:00
..
test Merge bitcoin/bitcoin#24213: refactor: use Span in random.* 2024-06-06 22:58:30 -05:00
bdb.cpp
bdb.h
bip39_english.h
bip39.cpp Merge bitcoin/bitcoin#24213: refactor: use Span in random.* 2024-06-06 22:58:30 -05:00
bip39.h
coincontrol.cpp Merge bitcoin/bitcoin#21714: refactor: Drop CCoinControl::SetNull 2024-04-23 22:41:08 +07:00
coincontrol.h Merge bitcoin/bitcoin#21714: refactor: Drop CCoinControl::SetNull 2024-04-23 22:41:08 +07:00
coinselection.cpp Merge #20040: wallet: Refactor OutputGroups to handle fees and spending eligibility on grouping 2024-04-22 09:42:16 -05:00
coinselection.h Merge bitcoin/bitcoin#21759: wallet: document coin selection code 2024-05-19 11:19:51 -05:00
context.cpp
context.h
crypter.cpp
crypter.h Merge #20813: scripted-diff: Bump copyright headers 2024-04-10 03:19:34 +07:00
db.cpp
db.h
dump.cpp Merge bitcoin/bitcoin#23834: wallettool: Check that the dumpfile checksum is the correct size 2024-06-06 22:57:57 -05:00
dump.h Merge #19137: wallettool: Add dump and createfromdump commands 2024-04-10 01:58:59 +07:00
fees.cpp Merge #20813: scripted-diff: Bump copyright headers 2024-04-10 03:19:34 +07:00
fees.h
hdchain.cpp chore: drop debug printing of private keys to console stdout 2024-04-10 01:59:00 +07:00
hdchain.h chore: drop debug printing of private keys to console stdout 2024-04-10 01:59:00 +07:00
init.cpp
interfaces.cpp refactor: proper support for composite commands such as 'bls generate' 2024-06-10 15:15:49 +07:00
ismine.h
load.cpp scripted-diff: Merge #21836: Replace three dots with ellipsis in the UI string 2024-05-19 11:16:42 -05:00
load.h Merge #20813: scripted-diff: Bump copyright headers 2024-04-10 03:19:34 +07:00
rpcdump.cpp Merge bitcoin/bitcoin#24977: rpc: Explain active and internal in listdescriptors 2024-06-06 22:58:31 -05:00
rpcwallet.cpp Merge #6033: backport: bitcoin#18202, #19202, #19501, #19725, #19770, #19877, #20043, partial #18878 2024-05-29 12:04:08 -05:00
rpcwallet.h
salvage.cpp
salvage.h
scriptpubkeyman.cpp scripted-diff: Merge #21836: Replace three dots with ellipsis in the UI string 2024-05-19 11:16:42 -05:00
scriptpubkeyman.h Merge bitcoin/bitcoin#21329: descriptor wallet: Cache last hardened xpub and use in normalized descriptors 2024-05-10 14:02:01 +07:00
sqlite.cpp
sqlite.h
wallet.cpp Merge bitcoin/bitcoin#25896: wallet: Log when Wallet::SetMinVersion sets a different minversion 2024-06-08 20:59:37 -05:00
wallet.h Merge #19501: send* RPCs in the wallet returns the "fee reason" 2024-05-29 14:03:56 +07:00
walletdb.cpp Merge bitcoin/bitcoin#21329: descriptor wallet: Cache last hardened xpub and use in normalized descriptors 2024-05-10 14:02:01 +07:00
walletdb.h Merge bitcoin/bitcoin#21329: descriptor wallet: Cache last hardened xpub and use in normalized descriptors 2024-05-10 14:02:01 +07:00
wallettool.cpp feat: add option -usehd to wallettool to let create non-hd wallets 2024-04-10 01:59:00 +07:00
wallettool.h Merge #5973: backport: bitcoin#18772, #20690, #20789, #20813, #21531, bitcoin-core/gui#13, #72, 115, #139, #171 2024-04-12 10:16:32 -05:00
walletutil.cpp Merge #20403: wallet: upgradewallet fixes, improvements, test coverage 2024-05-10 13:59:59 +07:00
walletutil.h Merge bitcoin/bitcoin#21329: descriptor wallet: Cache last hardened xpub and use in normalized descriptors 2024-05-10 14:02:01 +07:00