aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2018-07-27Fix accidental use of the addition assignment operator ("+="). Remove newline...practicalswift
2018-07-27Return void instead of bool for functions that cannot failpracticalswift
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-25Merge #13658: [moveonly] Extract RescanWallet to handle a simple rescanWladimir J. van der Laan
2018-07-24Merge #13656: Remove the boost/algorithm/string/predicate.hpp dependencyMarcoFalke
2018-07-24Merge #12257: [wallet] Use destination groups instead of coins in coin selectWladimir J. van der Laan
2018-07-24clean-up: Remove no longer used ivars from CInputCoinKarl-Johan Alm
2018-07-24wallet: Remove deprecated OutputEligibleForSpendingKarl-Johan Alm
2018-07-24wallet: Switch to using output groups instead of coins in coin selectionKarl-Johan Alm
2018-07-24wallet: Add output groupingKarl-Johan Alm
2018-07-24Add -avoidpartialspends and m_avoid_partial_spendsKarl-Johan Alm
2018-07-24wallet: Add input bytes to CInputCoinKarl-Johan Alm
2018-07-24moveonly: CoinElegibilityFilter into coinselection.hKarl-Johan Alm
2018-07-22Removes Boost predicate.hpp dependency251
2018-07-22Merge #13691: Remove redundant variables, statements and forward declarationsMarcoFalke
2018-07-22Merge #13683: wallet: Introduce assertion to document the assumption that cac...MarcoFalke
2018-07-20Merge #9662: Add createwallet "disableprivatekeys" option: a sane mode for wa...Wladimir J. van der Laan
2018-07-19Merge #13712: wallet: Fix non-determinism in ParseHDKeypath(...). Avoid using...MarcoFalke
2018-07-19Merge #13074: [trivial] Correct help text for `importaddress` RPCMarcoFalke
2018-07-19wallet: Add error handling. Check return value of ParseUInt32(...) in ParseHD...practicalswift
2018-07-19wallet: Add tests for ParseHDKeypath(...)practicalswift
2018-07-18Merge #13500: [wallet] Decouple wallet version from client versionWladimir J. van der Laan
2018-07-18Merge #13557: BIP 174 PSBT Serializations and RPCsWladimir J. van der Laan
2018-07-18Remove redundant statementpracticalswift
2018-07-17wallet: Avoid potential null pointer dereference in CWalletTx::GetAvailableCr...practicalswift
2018-07-16Tests for PSBTAndrew Chow
2018-07-16Create wallet RPCs for PSBTAndrew Chow
2018-07-16Merge #13652: rpc: Fix that CWallet::AbandonTransaction would leave the grand...Wladimir J. van der Laan
2018-07-15wallet: Fix backupwallet for multiwalletsDaniel Kraft
2018-07-14[moveonly] Extract RescanWallet to handle a simple rescanBen Woosley
2018-07-13Merge #13072: Update createmultisig RPC to support segwitPieter Wuille
2018-07-13Merge #13651: [moveonly] Extract CWallet::MarkInputsDirty, and privatize AddT...Pieter Wuille
2018-07-13Merge #13566: Fix get balancePieter Wuille
2018-07-13Merge #13630: Drop unused pindexRet arg to CMerkleTx::GetDepthInMainChainPieter Wuille
2018-07-13Refactor transaction creation and transaction funding logicAndrew Chow
2018-07-13Privatize CWallet::AddToWalletIfInvolvingMeBen Woosley
2018-07-13Extract CWallet::MarkInputsDirtyBen Woosley
2018-07-13Merge #12944: [wallet] ScanforWalletTransactions should mark input txns as dirtyJonas Schnelli
2018-07-13wallet: assert to ensure accuracy of CMerkleTx::GetBlocksToMaturityBen Woosley
2018-07-13Fix that CWallet::AbandonTransaction would only traverse one levelBen Woosley
2018-07-12[QA] add createwallet disableprivatekey testJonas Schnelli
2018-07-12Add disable privatekeys option to createwalletJonas Schnelli
2018-07-12Add option to disable private keys during internal wallet creationJonas Schnelli
2018-07-12Merge #13627: Free keystore.h from file scope level type aliasesWladimir J. van der Laan
2018-07-12Merge #13145: Use common getPath method to create temp directory in tests.MarcoFalke
2018-07-12Add facility to store wallet flags (64 bits)Jonas Schnelli
2018-07-11Use common SetDataDir method to create temp directory in tests.winder
2018-07-12Refactors `keystore.h` type aliases.251
2018-07-11Merge #13114: wallet/keystore: Add Clang thread safety annotations for variab...MarcoFalke
2018-07-11Drop unused pindexRet arg to CMerkleTx::GetDepthInMainChainBen Woosley