dash/src/wallet
2023-02-07 10:53:33 -06:00
..
test Merge #17156: psbt: check that various indexes and amounts are within bounds 2023-02-04 10:02:37 -06:00
bdb.cpp partial bitcoin#19077: Add sqlite as an alternative wallet database and use it for new descriptor wallets 2023-02-07 10:53:33 -06:00
bdb.h partial bitcoin#19077: Add sqlite as an alternative wallet database and use it for new descriptor wallets 2023-02-07 10:53:33 -06:00
coincontrol.cpp Merge #17518: refactor, wallet: Nuke coincontrol circular dependency 2023-01-19 23:41:50 -06:00
coincontrol.h Merge #17518: refactor, wallet: Nuke coincontrol circular dependency 2023-01-19 23:41:50 -06:00
coinselection.cpp merge bitcoin#21415: remove Optional & nullopt 2022-10-20 16:08:45 -05:00
coinselection.h Merge #14244: amount: Move CAmount CENT to unit test header 2021-07-01 16:57:02 -05:00
context.cpp merge bitcoin#19096: Remove g_rpc_chain global 2022-05-18 20:50:50 +05:30
context.h merge bitcoin#18923: Never schedule MaybeCompactWalletDB when -flushwallet is off 2022-07-03 00:14:47 +05:30
crypter.cpp Bitcoin backport #16227 refactoring CWallet (#4903) 2022-07-12 22:46:31 -05:00
crypter.h Bitcoin backport #16227 refactoring CWallet (#4903) 2022-07-12 22:46:31 -05:00
db.cpp merge bitcoin#19619: Remove wallet.dat path handling from wallet.cpp, rpcwallet.cpp 2022-10-17 08:03:10 +05:30
db.h partial bitcoin#19077: Add sqlite as an alternative wallet database and use it for new descriptor wallets 2023-02-07 10:53:33 -06:00
fees.cpp Merge #11882: Disable default fallbackfee on mainnet 2022-01-30 18:30:28 -05:00
fees.h merge bitcoin#15288: Remove wallet -> node global function calls 2021-11-14 15:32:37 +05:30
init.cpp Merge #17518: refactor, wallet: Nuke coincontrol circular dependency 2023-01-19 23:41:50 -06:00
ismine.h Merge #17260: Split some CWallet functions into new LegacyScriptPubKeyMan (#4938) 2022-08-08 11:05:21 -05:00
load.cpp Merge #20199: wallet: ignore (but warn) on duplicate -wallet parameters 2023-01-23 12:22:32 -06:00
load.h revert: revert bitcoin#15454 (Remove the automatic creation and loading of the default wallet) 2022-12-04 18:02:40 -06:00
psbtwallet.cpp Merge #17156: psbt: check that various indexes and amounts are within bounds 2023-02-04 10:02:37 -06:00
psbtwallet.h Merge #17264: rpc: set default bip32derivs to true for psbt methods 2022-10-20 11:47:02 -04:00
rpcdump.cpp Merge #17381: LegacyScriptPubKeyMan code cleanups 2023-01-19 23:41:50 -06:00
rpcwallet.cpp Merge #18459: rpc: remove unused getbalances() code 2023-01-23 12:22:30 -06:00
rpcwallet.h Merge #17381: LegacyScriptPubKeyMan code cleanups 2023-01-19 23:41:50 -06:00
salvage.cpp refactor: remove dependency of dummyWallet in RecoverDatabaseFile on NodeContext (#5178) 2023-02-06 13:57:24 -06:00
salvage.h merge bitcoin#19457: Cleanup wallettool salvage and walletdb extraneous declarations 2022-05-13 18:04:32 +05:30
scriptpubkeyman.cpp refactor: implementation of CheckDecryptionKey is unified with bitcoin's implementation 2023-01-19 23:41:50 -06:00
scriptpubkeyman.h refactor: implementation of CheckDecryptionKey is unified with bitcoin's implementation 2023-01-19 23:41:50 -06:00
sqlite.cpp partial bitcoin#19077: Add sqlite as an alternative wallet database and use it for new descriptor wallets 2023-02-07 10:53:33 -06:00
sqlite.h partial bitcoin#19077: Add sqlite as an alternative wallet database and use it for new descriptor wallets 2023-02-07 10:53:33 -06:00
wallet.cpp partial bitcoin#19077: Add sqlite as an alternative wallet database and use it for new descriptor wallets 2023-02-07 10:53:33 -06:00
wallet.h refactor: implementation of CheckDecryptionKey is unified with bitcoin's implementation 2023-01-19 23:41:50 -06:00
walletdb.cpp merge bitcoin#20156: Make sqlite support optional (compile-time) 2023-02-07 10:53:33 -06:00
walletdb.h merge bitcoin#20130: remove db mode string 2023-02-07 10:53:33 -06:00
wallettool.cpp merge bitcoin#19619: Remove wallet.dat path handling from wallet.cpp, rpcwallet.cpp 2022-10-17 08:03:10 +05:30
wallettool.h merge bitcoin#19619: Remove wallet.dat path handling from wallet.cpp, rpcwallet.cpp 2022-10-17 08:03:10 +05:30
walletutil.cpp merge bitcoin#20156: Make sqlite support optional (compile-time) 2023-02-07 10:53:33 -06:00
walletutil.h merge bitcoin#19619: Remove wallet.dat path handling from wallet.cpp, rpcwallet.cpp 2022-10-17 08:03:10 +05:30