aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
AgeCommit message (Expand)Author
2019-03-11wallet: Refactor to use WalletLocationJoão Barbosa
2019-01-16rpc: Make unloadwallet wait for complete wallet unloadJoão Barbosa
2018-11-30CreateTransaction: Assume minimum p2sh-p2wpkh spend size for unknown changeGregory Sanders
2018-08-13Merge #13666: Always create signatures with Low R valuesWladimir J. van der Laan
2018-08-09Use 72 byte dummy signatures when watching only inputs may be usedAndrew Chow
2018-08-09Use 71 byte signature for DUMMY_SIGNATURE_CREATORAndrew Chow
2018-08-08Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan
2018-08-02[wallet] Add wallet name to log messagesPierre Rochard
2018-08-02trivial: correct typosVarunram
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-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-20Merge #9662: Add createwallet "disableprivatekeys" option: a sane mode for wa...Wladimir J. van der Laan
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-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-12Add option to disable private keys during internal wallet creationJonas Schnelli
2018-07-12Add facility to store wallet flags (64 bits)Jonas Schnelli
2018-07-11Drop unused pindexRet arg to CMerkleTx::GetDepthInMainChainBen Woosley
2018-07-09Remove useless mapRequest tracking that just effects Qt display.Matt Corallo
2018-07-10Move AddAndGetDestinationForScript from wallet to outputype moduleAnthony Towns
2018-07-09Add outputtype moduleAnthony Towns
2018-06-28[wallet] GetBalance can take a min_depth argument.John Newbery
2018-06-28[wallet] factor out GetAvailableWatchOnlyBalance()John Newbery
2018-06-28[wallet] Factor out GetWatchOnlyBalance()John Newbery
2018-06-28[wallet] GetBalance can take an isminefilter filter.John Newbery
2018-06-21Merge #13111: Add unloadwallet RPCJonas Schnelli
2018-06-18rpc: Add unloadwallet RPCJoão Barbosa
2018-06-18Merge #13437: wallet: Erase wtxOrderd wtx pointer on removeprunedfundsWladimir J. van der Laan
2018-06-14ScanforWalletTransactions should mark input txns as dirtyGregory Sanders
2018-06-11wallet: Erase wtxOrderd wtx pointer on removeprunedfundsMarcoFalke
2018-06-11mempool: Add explicit max_descendantsKarl-Johan Alm
2018-05-30Merge #13252: Wallet: Refactor ReserveKeyFromKeyPool for safetyWladimir J. van der Laan
2018-05-22wallet: Use shared pointer to retain wallet instanceJoão Barbosa
2018-05-21[wallet] Fix incorrect comment for DeriveNewSeed.John Newbery
2018-05-19[refactor] manually change remaining instances of master key to seed.John Newbery
2018-05-19scripted-diff: Rename master key to seedJohn Newbery
2018-05-16Wallet: Refactor ReserveKeyFromKeyPool for safetyBen Woosley
2018-05-16[wallet] Pass error message back from CWallet::Verify()John Newbery