dash/src/wallet
pasta 5329f04ac4
Merge #6435: backport: bitcoin#24281, 24360, 24347, 24376, 24370, 24305
e738513a2c Merge bitcoin/bitcoin#24305: Docs: [policy] Remove outdated confusing comment (MarcoFalke)
d0e0381dfa Merge bitcoin/bitcoin#24370: rpc, cli: describe quality/recency filtering in getnodeaddresses and -addrinfo (MarcoFalke)
21cea475d8 Merge bitcoin/bitcoin#24376: doc: bitcoin-wallet fixes (help output and code comment) (MarcoFalke)
f1c5ab1fcb Merge bitcoin/bitcoin#24347: rpc: Fix implicit-integer-sign-change in verifychain (MarcoFalke)
19e3ee894e Merge bitcoin/bitcoin#24360: doc: improve -netinfo help based on feedback from users and devs (MarcoFalke)

Pull request description:

  Backports

ACKs for top commit:
  UdjinM6:
    utACK e738513a2c
  PastaPastaPasta:
    utACK e738513a2c

Tree-SHA512: 6a3c0caa11f55e17e52881761b4b3e20edb942daadad5ebb0af711ff23d8ddf7ef9987eb75ec4fc45e7211f7e82e3f00e2f59f3131dba17509d09ae018f8133a
2024-12-09 15:45:55 -06:00
..
test fix: add missing AddWallet call in TestLoadWallet 2024-12-02 23:00:09 +03:00
bdb.cpp Merge bitcoin/bitcoin#25115: scripted-diff: replace non-standard fixed width integer types (u_int... -> uint...) 2024-10-15 09:25:09 -05:00
bdb.h Merge bitcoin/bitcoin#25115: scripted-diff: replace non-standard fixed width integer types (u_int... -> uint...) 2024-10-15 09:25:09 -05:00
bip39_english.h
bip39.cpp
bip39.h
coincontrol.cpp
coincontrol.h
coinselection.cpp merge bitcoin#23104: Avoid breaking single log lines over multiple lines in the log file 2024-11-20 17:26:32 +00:00
coinselection.h merge bitcoin#22951: move amount.h into consensus 2024-10-25 16:00:12 +00:00
context.cpp
context.h
crypter.cpp
crypter.h
db.cpp Merge bitcoin/bitcoin#23385: refactor: get wallet path relative to wallet_dir 2024-08-14 12:13:17 +07:00
db.h merge bitcoin#23721: Move restorewallet() logic to the wallet section 2024-07-23 17:45:24 +00:00
dump.cpp Merge bitcoin/bitcoin#20773: refactor: split CWallet::Create 2024-08-12 20:38:05 +07:00
dump.h merge bitcoin#20744: Use std::filesystem. Remove Boost Filesystem & System 2024-08-06 18:00:39 +00:00
fees.cpp
fees.h merge bitcoin#22951: move amount.h into consensus 2024-10-25 16:00:12 +00:00
hdchain.cpp merge bitcoin#23595: Add ParseHex<std::byte>() helper 2024-10-29 07:52:53 +00:00
hdchain.h chore: run contrib/devtools/copyright_header.py update . 2024-10-05 23:17:41 +03:00
init.cpp
interfaces.cpp merge bitcoin#22951: move amount.h into consensus 2024-10-25 16:00:12 +00:00
ismine.h Merge bitcoin/bitcoin#23591: refactor: Use underlying type of isminetype for isminefilter 2024-09-14 20:23:47 +05:30
load.cpp merge bitcoin#24265: Drop StripRedundantLastElementsOfPath() function 2024-10-28 10:45:28 +00:00
load.h
rpcdump.cpp merge bitcoin#23595: Add ParseHex<std::byte>() helper 2024-10-29 07:52:53 +00:00
rpcwallet.cpp merge bitcoin#22951: move amount.h into consensus 2024-10-25 16:00:12 +00:00
rpcwallet.h merge bitcoin#23524: Fix typos in endif header comments 2024-12-04 15:55:10 +00:00
salvage.cpp
salvage.h
scriptpubkeyman.cpp merge bitcoin#23595: Add ParseHex<std::byte>() helper 2024-10-29 07:52:53 +00:00
scriptpubkeyman.h Merge bitcoin/bitcoin#21500: wallet, rpc: add an option to list private descriptors 2024-10-25 20:51:19 +07:00
sqlite.cpp merge bitcoin#24486: dedup sqlite blob binding 2024-10-29 07:52:53 +00:00
sqlite.h partial Merge #20842: docs: consolidate typo & url fixing 2024-07-26 13:32:54 +07:00
wallet.cpp Merge #6435: backport: bitcoin#24281, 24360, 24347, 24376, 24370, 24305 2024-12-09 15:45:55 -06:00
wallet.h refactor: sping LogAcceptCategory and LogAcceptDebug 2024-12-04 21:28:01 +03:00
walletdb.cpp chore: run contrib/devtools/copyright_header.py update . 2024-10-05 23:17:41 +03:00
walletdb.h merge bitcoin#22951: move amount.h into consensus 2024-10-25 16:00:12 +00:00
wallettool.cpp Merge bitcoin/bitcoin#20773: refactor: split CWallet::Create 2024-08-12 20:38:05 +07:00
wallettool.h
walletutil.cpp merge bitcoin#24265: Drop StripRedundantLastElementsOfPath() function 2024-10-28 10:45:28 +00:00
walletutil.h partial Merge bitcoin/bitcoin#28799: wallet: cache descriptor ID to avoid repeated descriptor string creation 2024-08-29 17:23:40 +07:00