aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-28Merge bitcoin/bitcoin#23840: doc: Fix -changetype help textfanquake
2021-12-27doc: Remove fixed TODO from wallet/feebumperMarcoFalke
2021-12-22scripted-diff: Rename interfaces::WalletClient to interfaces::WalletLoaderRussell Yanofsky
2021-12-22doc: Fix -changetype help textMarcoFalke
2021-12-21wallet: add taprootEnabled() to interfaceSjors Provoost
2021-12-20Merge bitcoin/bitcoin#23341: RPC: Better safety with newkeypool command and w...Andrew Chow
2021-12-17wallet: Strictly match tx change type to improve privacyMarcoFalke
2021-12-16Merge bitcoin/bitcoin#23750: rpcwallet: mention labels are disabled for range...MarcoFalke
2021-12-16Merge bitcoin/bitcoin#23721: wallet, refactor: Move restorewallet() logic to ...MarcoFalke
2021-12-15refactor: remove the wallet folder if the restore failsw0xlt
2021-12-15refactor: Move restorewallet() RPC logic to the wallet sectionw0xlt
2021-12-14refactor: Implement restorewallet() logic in the wallet sectionw0xlt
2021-12-13wallet: Replace Assume with Assert where needed in coinselectionMarcoFalke
2021-12-12rpcwallet: mention labels are deactivated for ranged descriptorsAntoine Poinsot
2021-12-12rpc: Add warning to user about newkeypool commandSamuel Dobson
2021-12-11Merge bitcoin/bitcoin#23113: Add warnings to createmultisig and addmultisig i...MarcoFalke
2021-12-10Merge bitcoin/bitcoin#22514: psbt: Actually use SIGHASH_DEFAULT for PSBT signingMarcoFalke
2021-12-10Merge bitcoin/bitcoin#23628: Check descriptors returned by external signersfanquake
2021-12-09Merge bitcoin/bitcoin#22019: wallet: Introduce SelectionResult for encapsulat...W. J. van der Laan
2021-12-09Merge bitcoin/bitcoin#23346: util, refactor: Improve headers for bitcoin-wall...MarcoFalke
2021-12-09Check descriptors returned by external signerssstone
2021-12-09Merge bitcoin/bitcoin#23703: scripted-diff: Use named args in RPC docsfanquake
2021-12-08rpc: Document that DEFAULT is for Taproot, ALL for everything elseAndrew Chow
2021-12-08psbt: Actually use SIGHASH_DEFAULTAndrew Chow
2021-12-08psbt: Make sighash_type std::optional<int>Andrew Chow
2021-12-08scripted-diff: Use named args in RPC docsMarcoFalke
2021-12-08Merge bitcoin/bitcoin#23254: doc: Fix typo and grammarSamuel Dobson
2021-12-08Add warnings field to addmultisigaddress to warn about uncompressed keysSamuel Dobson
2021-12-08MOVEONLY: Move abortrescan from backup.cpp to transactions.cppSamuel Dobson
2021-12-08Remove unused imports from rpc/wallet and reorder RPCsSamuel Dobson
2021-12-08MOVEONLY: Move rpcwallet to rpc/walletSamuel Dobson
2021-12-08MOVEONLY: Move spending RPCs to spend.cppSamuel Dobson
2021-12-08MOVEONLY: Move balance and utxo RPCs to coins.cppSamuel Dobson
2021-12-08MOVEONLY: Move address related functions from rpcwallet to addresses.cppSamuel Dobson
2021-12-08MOVEONLY: Move transaction related wallet RPCs to transactions.cppSamuel Dobson
2021-12-07Merge bitcoin/bitcoin#14707: [RPC] Include coinbase transactions in receivedb...MarcoFalke
2021-12-07Merge bitcoin/bitcoin#20583: rpc: Add missing BlockUntilSyncedToCurrentChain ...MarcoFalke
2021-12-07Merge bitcoin/bitcoin#23687: Remove unused (and broken) functionality in Span...MarcoFalke
2021-12-07Merge bitcoin/bitcoin#23676: rpc: correct `getnewaddress`/`getrawchangeaddres...MarcoFalke
2021-12-07Merge bitcoin/bitcoin#23644: wallet: Replace confusing getAdjustedTime() with...MarcoFalke
2021-12-06Remove unused (and broken) functionality in SpanReaderPieter Wuille
2021-12-06Include coinbase transactions in receivedby wallet rpcsAndrew Toth
2021-12-05Use SelectionResult in SelectCoinsAndrew Chow
2021-12-05Use SelectionResult in AttemptSelectionAndrew Chow
2021-12-05Use SelectionResult for waste calculationAndrew Chow
2021-12-05Make an OutputGroup for preset inputsAndrew Chow
2021-12-05Return SelectionResult from SelectCoinsSRDAndrew Chow
2021-12-05Return SelectionResult from KnapsackSolverAndrew Chow
2021-12-05Return SelectionResult from SelectCoinsBnBAndrew Chow