| .. |
|
test
|
Merge a8bbd4cc81 into merged_master (Bitcoin PR bitcoin/bitcoin#22938)
|
2023-04-26 11:26:28 +00:00 |
|
bdb.cpp
|
scripted-diff: Rename overloaded int GetArg to GetIntArg
|
2021-09-27 06:57:20 -04:00 |
|
bdb.h
|
|
|
|
coincontrol.cpp
|
refactor: Drop CCoinControl::SetNull
|
2021-04-18 21:10:47 +01:00 |
|
coincontrol.h
|
Merge 32692d2681 into merged_master (Bitcoin PR bitcoin/bitcoin#21359)
|
2021-07-08 16:08:49 +00:00 |
|
coinselection.cpp
|
Merge d5d0a5c604 into merged_master (Bitcoin PR bitcoin/bitcoin#17526)
|
2023-04-26 04:23:36 +00:00 |
|
coinselection.h
|
Merge d5d0a5c604 into merged_master (Bitcoin PR bitcoin/bitcoin#17526)
|
2023-04-26 04:23:36 +00:00 |
|
context.cpp
|
|
|
|
context.h
|
refactor: remove ::vpwallets and related global variables
|
2021-08-17 04:05:15 -04:00 |
|
crypter.cpp
|
refactor: Replace &foo[0] with foo.data()
|
2021-05-04 06:55:31 +02:00 |
|
crypter.h
|
|
|
|
db.cpp
|
Merge bitcoin/bitcoin#21944: wallet: Fix issues when walletdir is root directory
|
2021-06-09 22:53:36 +12:00 |
|
db.h
|
refactor: post Optional<> removal cleanups
|
2021-03-17 14:56:20 +08:00 |
|
dump.cpp
|
refactor: move first run detection to client code
|
2021-05-19 08:50:16 +02:00 |
|
dump.h
|
|
|
|
external_signer_scriptpubkeyman.cpp
|
Merge bitcoin/bitcoin#21365: Basic Taproot signing support for descriptor wallets
|
2021-06-18 09:12:44 +12:00 |
|
external_signer_scriptpubkeyman.h
|
refactor: remove m_internal from DescriptorSPKman
|
2021-06-30 08:37:50 +02:00 |
|
feebumper.cpp
|
Merge 629c4ab2e3 into merged_master (Bitcoin PR bitcoin/bitcoin#22100)
|
2023-04-14 06:13:01 +00:00 |
|
feebumper.h
|
|
|
|
fees.cpp
|
|
|
|
fees.h
|
|
|
|
init.cpp
|
Merge bitcoin/bitcoin#22219: multiprocess: Start using init makeNode, makeChain, etc methods
|
2021-09-16 08:47:38 +08:00 |
|
interfaces.cpp
|
Merge 09cb5ec6c8 into merged_master (Bitcoin PR bitcoin/bitcoin#23065)
|
2023-04-24 10:05:11 +00:00 |
|
ismine.h
|
Merge 16ae3368f2 into merged_master (Bitcoin PR #17350)
|
2021-06-18 20:50:35 +00:00 |
|
load.cpp
|
Enable clang-tidy bugprone-argument-comment and fix violations
|
2021-09-07 09:11:10 +02:00 |
|
load.h
|
refactor: remove ::vpwallets and related global variables
|
2021-08-17 04:05:15 -04:00 |
|
receive.cpp
|
fixes for Bitcoin PR bitcoin/bitcoin#22100
|
2023-04-20 12:27:33 +00:00 |
|
receive.h
|
fixes for Bitcoin PR bitcoin/bitcoin#22100
|
2023-04-20 12:27:33 +00:00 |
|
rpcdump.cpp
|
Merge 825f4a64e6 into merged_master (Bitcoin PR bitcoin/bitcoin#22976)
|
2023-04-24 11:40:49 +00:00 |
|
rpcwallet.cpp
|
Merge d6492d4ed0 into merged_master (Bitcoin PR bitcoin/bitcoin#22650)
|
2023-04-27 04:55:34 +00:00 |
|
rpcwallet.h
|
refactor: replace util::Ref by std::any (C++17)
|
2021-03-29 23:29:42 +02:00 |
|
salvage.cpp
|
refactor: Replace &foo[0] with foo.data()
|
2021-05-04 06:55:31 +02:00 |
|
salvage.h
|
|
|
|
scriptpubkeyman.cpp
|
Merge 825f4a64e6 into merged_master (Bitcoin PR bitcoin/bitcoin#22976)
|
2023-04-24 11:40:49 +00:00 |
|
scriptpubkeyman.h
|
Merge b20ad0eb16 into merged_master (Bitcoin PR bitcoin/bitcoin#22772)
|
2023-04-11 03:33:37 +00:00 |
|
spend.cpp
|
Merge d5d0a5c604 into merged_master (Bitcoin PR bitcoin/bitcoin#17526)
|
2023-04-26 04:23:36 +00:00 |
|
spend.h
|
fixes for Bitcoin PR bitcoin/bitcoin#22100
|
2023-04-20 12:27:33 +00:00 |
|
sqlite.cpp
|
wallet: refactor: dedup sqlite PRAGMA assignments
|
2021-05-17 17:22:36 +02:00 |
|
sqlite.h
|
|
|
|
transaction.cpp
|
MOVEONLY: CWallet transaction code out of wallet.cpp/.h
|
2021-05-26 06:32:51 -05:00 |
|
transaction.h
|
Merge f7189c4ce9 into merged_master (Bitcoin PR bitcoin/bitcoin#22941)
|
2023-04-21 13:07:52 +00:00 |
|
wallet.cpp
|
Merge 6a5381a06b into merged_master (Bitcoin PR bitcoin/bitcoin#20591)
|
2023-04-27 06:03:18 +00:00 |
|
wallet.h
|
Merge 6a5381a06b into merged_master (Bitcoin PR bitcoin/bitcoin#20591)
|
2023-04-27 06:03:18 +00:00 |
|
walletdb.cpp
|
Merge 09cb5ec6c8 into merged_master (Bitcoin PR bitcoin/bitcoin#23065)
|
2023-04-24 10:05:11 +00:00 |
|
walletdb.h
|
Merge 09cb5ec6c8 into merged_master (Bitcoin PR bitcoin/bitcoin#23065)
|
2023-04-24 10:05:11 +00:00 |
|
wallettool.cpp
|
refactor: move first run detection to client code
|
2021-05-19 08:50:16 +02:00 |
|
wallettool.h
|
|
|
|
walletutil.cpp
|
Merge c1604483d3 into merged_master (Bitcoin PR #20566)
|
2021-06-11 03:34:33 +00:00 |
|
walletutil.h
|
wallet: Upgrade existing descriptor caches
|
2021-06-24 13:49:22 -04:00 |