aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
Commit message (Expand)AuthorAgeFilesLines
* Merge AuxPoW support from NamecoreRoss Nicoll2019-07-131-43/+6
* CreateTransaction: Assume minimum p2sh-p2wpkh spend size for unknown changeGregory Sanders2018-11-301-0/+3
* Merge #13666: Always create signatures with Low R valuesWladimir J. van der Laan2018-08-131-13/+16
|\
| * Use 72 byte dummy signatures when watching only inputs may be usedAndrew Chow2018-08-091-12/+15
| * Use 71 byte signature for DUMMY_SIGNATURE_CREATORAndrew Chow2018-08-091-1/+1
* | Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan2018-08-081-1/+1
|\ \ | |/ |/|
| * Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* | [wallet] Add wallet name to log messagesPierre Rochard2018-08-021-0/+13
* | trivial: correct typosVarunram2018-08-021-1/+1
* | Return void instead of bool for functions that cannot failpracticalswift2018-07-271-7/+7
|/
* Merge #13658: [moveonly] Extract RescanWallet to handle a simple rescanWladimir J. van der Laan2018-07-251-2/+0
|\
| * [moveonly] Extract RescanWallet to handle a simple rescanBen Woosley2018-07-141-2/+0
* | wallet: Remove deprecated OutputEligibleForSpendingKarl-Johan Alm2018-07-241-3/+0
* | wallet: Switch to using output groups instead of coins in coin selectionKarl-Johan Alm2018-07-241-1/+1
* | wallet: Add output groupingKarl-Johan Alm2018-07-241-3/+1
* | Add -avoidpartialspends and m_avoid_partial_spendsKarl-Johan Alm2018-07-241-0/+2
* | wallet: Add input bytes to CInputCoinKarl-Johan Alm2018-07-241-0/+5
* | moveonly: CoinElegibilityFilter into coinselection.hKarl-Johan Alm2018-07-241-11/+0
* | Merge #9662: Add createwallet "disableprivatekeys" option: a sane mode for wa...Wladimir J. van der Laan2018-07-201-1/+22
|\ \ | |/ |/|
| * Add option to disable private keys during internal wallet creationJonas Schnelli2018-07-121-3/+14
| * Add facility to store wallet flags (64 bits)Jonas Schnelli2018-07-121-0/+10
* | Merge #13072: Update createmultisig RPC to support segwitPieter Wuille2018-07-131-32/+1
|\ \
| * | Move AddAndGetDestinationForScript from wallet to outputype moduleAnthony Towns2018-07-101-6/+0
| * | Add outputtype moduleAnthony Towns2018-07-091-26/+1
* | | Merge #13651: [moveonly] Extract CWallet::MarkInputsDirty, and privatize AddT...Pieter Wuille2018-07-131-1/+18
|\ \ \
| * | | Privatize CWallet::AddToWalletIfInvolvingMeBen Woosley2018-07-131-1/+15
| * | | Extract CWallet::MarkInputsDirtyBen Woosley2018-07-131-0/+3
* | | | Merge #13566: Fix get balancePieter Wuille2018-07-131-4/+2
|\ \ \ \
| * | | | [wallet] GetBalance can take a min_depth argument.John Newbery2018-06-281-1/+1
| * | | | [wallet] factor out GetAvailableWatchOnlyBalance()John Newbery2018-06-281-1/+0
| * | | | [wallet] Factor out GetWatchOnlyBalance()John Newbery2018-06-281-1/+0
| * | | | [wallet] GetBalance can take an isminefilter filter.John Newbery2018-06-281-2/+2
| | |/ / | |/| |
* | | | Merge #13630: Drop unused pindexRet arg to CMerkleTx::GetDepthInMainChainPieter Wuille2018-07-131-3/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Drop unused pindexRet arg to CMerkleTx::GetDepthInMainChainBen Woosley2018-07-111-3/+2
| |/ /
* | | Merge #12944: [wallet] ScanforWalletTransactions should mark input txns as dirtyJonas Schnelli2018-07-131-2/+2
|\ \ \ | |_|/ |/| |
| * | ScanforWalletTransactions should mark input txns as dirtyGregory Sanders2018-06-141-2/+2
* | | Remove useless mapRequest tracking that just effects Qt display.Matt Corallo2018-07-091-12/+0
| |/ |/|
* | Merge #13111: Add unloadwallet RPCJonas Schnelli2018-06-211-0/+3
|\ \
| * | rpc: Add unloadwallet RPCJoão Barbosa2018-06-181-0/+3
* | | Merge #13437: wallet: Erase wtxOrderd wtx pointer on removeprunedfundsWladimir J. van der Laan2018-06-181-0/+1
|\ \ \ | |_|/ |/| |
| * | wallet: Erase wtxOrderd wtx pointer on removeprunedfundsMarcoFalke2018-06-111-0/+1
| |/
* / mempool: Add explicit max_descendantsKarl-Johan Alm2018-06-111-1/+3
|/
* Merge #13252: Wallet: Refactor ReserveKeyFromKeyPool for safetyWladimir J. van der Laan2018-05-301-1/+16
|\
| * Wallet: Refactor ReserveKeyFromKeyPool for safetyBen Woosley2018-05-161-1/+16
* | wallet: Use shared pointer to retain wallet instanceJoão Barbosa2018-05-221-5/+5
* | [wallet] Fix incorrect comment for DeriveNewSeed.John Newbery2018-05-211-1/+1
* | [refactor] manually change remaining instances of master key to seed.John Newbery2018-05-191-3/+3
* | scripted-diff: Rename master key to seedJohn Newbery2018-05-191-3/+3
|/
* [wallet] Pass error message back from CWallet::Verify()John Newbery2018-05-161-1/+1
* [wallet] Add CWallet::Verify functionJohn Newbery2018-05-161-0/+3