aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2022-08-22fixups for BIP125 doc cleanupglozow
2022-08-22Merge bitcoin/bitcoin#25775: docs: remove non-signaling mentions of BIP125fanquake
2022-08-22Merge bitcoin/bitcoin#23202: wallet: allow psbtbumpfee to work with txs with ...fanquake
2022-08-19wallet, tests: Test bumpfee's max input weight calculationAndrew Chow
2022-08-19Merge bitcoin/bitcoin#25784: Wallet: Document expectations for AddWalletFlags...Andrew Chow
2022-08-19Merge bitcoin/bitcoin#25869: wallet: remove UNKNOWN type from OUTPUT_TYPES arrayAndrew Chow
2022-08-19bumpfee: be able to bump fee of a tx with external inputsAndrew Chow
2022-08-19bumpfee: Clear scriptSigs and scriptWitnesses before calculated max sizeAndrew Chow
2022-08-19bumpfee: extract weights of external inputs when bumping feeAndrew Chow
2022-08-19bumpfee: Calculate fee by looking up UTXOsAndrew Chow
2022-08-19Merge bitcoin/bitcoin#25707: refactor: Make const references to avoid unneces...MacroFake
2022-08-19Merge bitcoin/bitcoin#25679: wallet: Correctly identify external inputs that ...fanquake
2022-08-18wallet: remove UNKNOWN type from OUTPUT_TYPES arrayfurszy
2022-08-18wallet: Try estimating input size with external data if wallet failsAndrew Chow
2022-08-18wallet: SelectExternal actually external inputsAndrew Chow
2022-08-17Merge bitcoin/bitcoin#25748: refactor: Avoid copies in FlatSigningProvider MergeAndrew Chow
2022-08-17Merge bitcoin/bitcoin#25077: Fix chain tip data race and corrupt rest responsefanquake
2022-08-17Merge bitcoin/bitcoin#24678: Prevent wallet unload on GetWalletForJSONRPCRequestfanquake
2022-08-16wallet: Add CWallet::IsMine(COutPoint)Andrew Chow
2022-08-16Merge bitcoin/bitcoin#25734: wallet, refactor: #24584 follow-upsAndrew Chow
2022-08-16Merge bitcoin/bitcoin#25504: RPC: allow to track coins by parent descriptorsAndrew Chow
2022-08-16rpc: add an include_change parameter to listsinceblockAntoine Poinsot
2022-08-16refactor: Add lock annotations to Active* methodsMacroFake
2022-08-15refactor: Remove not needed empty RPC doc std::stringMacroFake
2022-08-13Merge bitcoin/bitcoin#25235: GetExternalSigner(): fail if multiple signers ar...fanquake
2022-08-12refactor: Avoid copies in FlatSigningProvider MergeMacroFake
2022-08-11Merge bitcoin/bitcoin#25825: wallet: consolidate CoinSelectionParams::m_chang...Andrew Chow
2022-08-11Merge bitcoin/bitcoin#25664: refactor: Redefine `IsSolvable()` using descriptorsAndrew Chow
2022-08-11[coin selection] consolidate m_change_target and m_min_change_targetglozow
2022-08-11script/sign: remove needless IsSolvable() utilityAntoine Poinsot
2022-08-10Merge bitcoin/bitcoin#25642: Don't wrap around when deriving an extended key ...Andrew Chow
2022-08-10wallet: Return `util::Result` from WalletLoader methodsw0xlt
2022-08-10refactor: improve readability for AttemptSelectionjosibake
2022-08-10test: add missing BOOST_ASSERTjosibake
2022-08-10wallet: switch to new shuffle, erase, push_backjosibake
2022-08-10scripted-diff: Uppercase function namesjosibake
2022-08-10refactor: add new helper methodsjosibake
2022-08-10Merge bitcoin/bitcoin#25656: refactor: wallet: return util::Result from `GetR...MacroFake
2022-08-10refactor: add UNKNOWN OutputTypejosibake
2022-08-08Merge bitcoin/bitcoin#25790: wallet: improve `{LoadActive,Deactivate}ScriptPu...Andrew Chow
2022-08-05wallet: improve `{LoadActive,Deactivate}ScriptPubKeyMan` logw0xlt
2022-08-05Merge bitcoin/bitcoin#24699: wallet: Improve AvailableCoins performance by re...Andrew Chow
2022-08-05Merge bitcoin/bitcoin#22751: rpc/wallet: add simulaterawtransaction RPCAndrew Chow
2022-08-05refactor: wallet: return util::Result from `GetReservedDestination` methodsSebastian Falbesoner
2022-08-05Bugfix: Wallet: Document expectations for AddWalletFlags (now InitWalletFlags...Luke Dashjr
2022-08-05rpc/wallet: add simulaterawtransaction RPCKarl-Johan Alm
2022-08-04[doc] remove non-signaling mentions of BIP125glozow
2022-08-03Change mapWallet to be a std::unordered_mapAndrew Chow
2022-08-03Change getWalletTxs to return a set instead of a vectorAndrew Chow
2022-08-03Change mapTxSpends to be a std::unordered_multimapAndrew Chow