elements/src/wallet
Russell Yanofsky 9044522ef7 Drop JSONRPCRequest constructors after #21366
This just makes an additional simplification after #21366 replaced
util::Ref with std::any. It was originally suggested
https://github.com/bitcoin/bitcoin/pull/21366#issuecomment-792044351 but
delayed for a followup. It would have prevented usage bug
https://github.com/bitcoin/bitcoin/pull/21572.
2021-04-07 04:53:26 -04:00
..
test Drop JSONRPCRequest constructors after #21366 2021-04-07 04:53:26 -04:00
bdb.cpp scripted-diff: remove MakeUnique<T>() 2021-03-11 13:45:14 +08:00
bdb.h
coincontrol.cpp
coincontrol.h refactor: post Optional<> removal cleanups 2021-03-17 14:56:20 +08:00
coinselection.cpp refactor: post Optional<> removal cleanups 2021-03-17 14:56:20 +08:00
coinselection.h Merge #20040: wallet: Refactor OutputGroups to handle fees and spending eligibility on grouping 2021-02-01 22:43:17 +13:00
context.cpp
context.h
crypter.cpp
crypter.h
db.cpp
db.h refactor: post Optional<> removal cleanups 2021-03-17 14:56:20 +08:00
dump.cpp
dump.h
external_signer.cpp rpc: send: support external signer 2021-02-23 14:34:32 +01:00
external_signer.h rpc: send: support external signer 2021-02-23 14:34:32 +01:00
external_signer_scriptpubkeyman.cpp rpc: signerdisplayaddress 2021-02-23 14:34:31 +01:00
external_signer_scriptpubkeyman.h rpc: send: support external signer 2021-02-23 14:34:32 +01:00
feebumper.cpp Merge #20536: wallet: Error with "Transaction too large" if the funded tx will end up being too large after signing 2021-03-09 10:42:21 +13:00
feebumper.h
fees.cpp
fees.h
init.cpp Add new format string placeholders for walletnotify to include relevant block information for transactions 2021-03-15 18:45:36 +02:00
interfaces.cpp Drop JSONRPCRequest constructors after #21366 2021-04-07 04:53:26 -04:00
ismine.h
load.cpp remove unnecessary newline from initWarning() argument 2021-03-24 04:31:48 -06:00
load.h
rpcdump.cpp Merge #21063: wallet, rpc: update listdescriptors response format 2021-04-02 13:18:35 +08:00
rpcsigner.cpp rpc: don't require wallet for enumeratesigners 2021-03-11 15:15:14 +01:00
rpcsigner.h rpc: add external signer RPC files 2021-02-23 14:34:30 +01:00
rpcwallet.cpp doc: fixup -Wdocumentation issues 2021-04-06 14:50:17 +08:00
rpcwallet.h refactor: replace util::Ref by std::any (C++17) 2021-03-29 23:29:42 +02:00
salvage.cpp scripted-diff: remove MakeUnique<T>() 2021-03-11 13:45:14 +08:00
salvage.h
scriptpubkeyman.cpp doc: fixup -Wdocumentation issues 2021-04-06 14:50:17 +08:00
scriptpubkeyman.h wallet: ExternalSigner: add GetDescriptors method 2021-02-23 14:34:31 +01:00
sqlite.cpp wallet: refactor: dedup sqlite statement deletions 2021-04-02 15:48:02 +02:00
sqlite.h
wallet.cpp Merge #21040: wallet: Fix already-loading message grammar 2021-03-21 07:51:11 +01:00
wallet.h refactor: Remove negative lock annotations from globals 2021-04-05 08:42:15 +02:00
walletdb.cpp refactor: post Optional<> removal cleanups 2021-03-17 14:56:20 +08:00
walletdb.h
wallettool.cpp refactor: Move all command dependend checks to ExecuteWalletToolFunc 2021-01-21 19:30:34 +01:00
wallettool.h refactor: Move all command dependend checks to ExecuteWalletToolFunc 2021-01-21 19:30:34 +01:00
walletutil.cpp
walletutil.h wallet: add external_signer flag 2021-02-23 14:34:30 +01:00