dash/src/wallet
MeshCollider d5d3490a95
Merge #15784: rpc: Remove dependency on interfaces::Chain in SignTransaction
99e88a372 rpc: Remove dependency on interfaces::Chain in SignTransaction (Antoine Riard)

Pull request description:

  Assuming wallet RPCs and node RPCs will go into different processes, signrawtransactionwithkey doesn't need to access Coins via interfaces::Chain, it may use directly utility in node/coins.cpp

  Obviously will need rebase after #15638

Tree-SHA512: 42ee8fcbcd38643bbd82210db6f68249bed5ee036a4c930a1db534d0469a133e287b8869c977bf0cc79a7296dde04f72adb74d24e1cd20f4a280f4c2b7fceb74
2022-01-03 18:55:38 +05:30
..
test merge bitcoin#16208: Consume ReserveDestination on successful CreateTransaction 2021-12-22 19:43:18 +05:30
coincontrol.cpp
coincontrol.h Merge #15557: Enhance bumpfee to include inputs when targeting a feerate 2021-12-26 22:23:01 -05:00
coinselection.cpp
coinselection.h
crypter.cpp Merge #15226: Allow creating blank (empty) wallets (alternative) 2021-12-17 21:11:10 +03:00
crypter.h Merge #16659: refactoring: Remove unused includes 2021-12-12 16:44:54 -05:00
db.cpp merge bitcoin#15741: Batch write imported stuff in importmulti 2021-12-22 19:43:18 +05:30
db.h Merge pull request #4619 from PastaPastaPasta/remove-includes 2021-12-17 20:21:12 +03:00
fees.cpp merge bitcoin#16257: abort when attempting to fund a transaction above -maxtxfee 2021-12-22 19:43:18 +05:30
fees.h
init.cpp Remove KeePass integration (#4628) 2021-12-22 12:53:11 +03:00
load.cpp merge bitcoin#15632: Remove ResendWalletTransactions from the Validation Interface 2021-12-12 21:27:51 +05:30
load.h merge bitcoin#16796: Fix segfault in CreateWalletFromFile 2021-12-12 18:57:02 +05:30
psbtwallet.cpp
psbtwallet.h Merge #16659: refactoring: Remove unused includes 2021-12-12 16:44:54 -05:00
rpcdump.cpp Merge pull request #4636 from PastaPastaPasta/develop-trivial-2021-12-21 2021-12-29 00:44:05 +03:00
rpcwallet.cpp Merge #15784: rpc: Remove dependency on interfaces::Chain in SignTransaction 2022-01-03 18:55:38 +05:30
rpcwallet.h
wallet.cpp Merge pull request #4632 from Munkybooty/backports-0.19-pr11 2021-12-29 14:32:26 -05:00
wallet.h merge bitcoin#16208: Consume ReserveDestination on successful CreateTransaction 2021-12-22 19:43:18 +05:30
walletdb.cpp merge bitcoin#16502: Drop unused OldKey 2021-12-12 22:36:50 +05:30
walletdb.h merge bitcoin#15741: Batch write imported stuff in importmulti 2021-12-22 19:43:18 +05:30
wallettool.cpp Merge #15226: Allow creating blank (empty) wallets (alternative) 2021-12-17 21:11:10 +03:00
wallettool.h Merge #16659: refactoring: Remove unused includes 2021-12-12 16:44:54 -05:00
walletutil.cpp
walletutil.h