aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Return void instead of bool for functions that cannot failpracticalswift2018-07-273-44/+20
| | |_|/ | |/| |
* / | | Fix accidental use of the addition assignment operator ("+="). Remove newline...practicalswift2018-07-271-2/+2
|/ / /
* | | Merge #13658: [moveonly] Extract RescanWallet to handle a simple rescanWladimir J. van der Laan2018-07-252-30/+15
|\ \ \
| * | | [moveonly] Extract RescanWallet to handle a simple rescanBen Woosley2018-07-142-30/+15
| |/ /
* | | Merge #13656: Remove the boost/algorithm/string/predicate.hpp dependencyMarcoFalke2018-07-241-2/+2
|\ \ \
| * | | Removes Boost predicate.hpp dependency2512018-07-221-2/+2
* | | | Merge #12257: [wallet] Use destination groups instead of coins in coin selectWladimir J. van der Laan2018-07-248-199/+308
|\ \ \ \ | |/ / / |/| | |
| * | | clean-up: Remove no longer used ivars from CInputCoinKarl-Johan Alm2018-07-241-2/+0
| * | | wallet: Remove deprecated OutputEligibleForSpendingKarl-Johan Alm2018-07-242-20/+0
| * | | wallet: Switch to using output groups instead of coins in coin selectionKarl-Johan Alm2018-07-245-150/+161
| * | | wallet: Add output groupingKarl-Johan Alm2018-07-244-3/+94
| * | | Add -avoidpartialspends and m_avoid_partial_spendsKarl-Johan Alm2018-07-244-13/+29
| * | | wallet: Add input bytes to CInputCoinKarl-Johan Alm2018-07-242-0/+13
| * | | moveonly: CoinElegibilityFilter into coinselection.hKarl-Johan Alm2018-07-242-11/+11
* | | | Merge #13691: Remove redundant variables, statements and forward declarationsMarcoFalke2018-07-221-1/+1
|\ \ \ \
| * | | | Remove redundant statementpracticalswift2018-07-181-1/+1
* | | | | Merge #13683: wallet: Introduce assertion to document the assumption that cac...MarcoFalke2018-07-221-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | wallet: Avoid potential null pointer dereference in CWalletTx::GetAvailableCr...practicalswift2018-07-171-0/+1
| |/ / /
* | | | Merge #9662: Add createwallet "disableprivatekeys" option: a sane mode for wa...Wladimir J. van der Laan2018-07-206-30/+154
|\ \ \ \
| * | | | [QA] add createwallet disableprivatekey testJonas Schnelli2018-07-121-0/+9
| * | | | Add disable privatekeys option to createwalletJonas Schnelli2018-07-121-5/+11
| * | | | Add option to disable private keys during internal wallet creationJonas Schnelli2018-07-124-28/+95
| * | | | Add facility to store wallet flags (64 bits)Jonas Schnelli2018-07-124-1/+43
* | | | | Merge #13712: wallet: Fix non-determinism in ParseHDKeypath(...). Avoid using...MarcoFalke2018-07-192-1/+79
|\ \ \ \ \
| * | | | | wallet: Add error handling. Check return value of ParseUInt32(...) in ParseHD...practicalswift2018-07-191-1/+3
| * | | | | wallet: Add tests for ParseHDKeypath(...)practicalswift2018-07-191-0/+76
* | | | | | Merge #13074: [trivial] Correct help text for `importaddress` RPCMarcoFalke2018-07-191-6/+6
|\ \ \ \ \ \
| * | | | | | [wallet] [rpc] Fix importaddress help textJohn Newbery2018-04-251-6/+6
* | | | | | | Merge #13500: [wallet] Decouple wallet version from client versionWladimir J. van der Laan2018-07-182-3/+3
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Decouple wallet version from client versionAndrew Chow2018-06-182-3/+3
* | | | | | | Merge #13557: BIP 174 PSBT Serializations and RPCsWladimir J. van der Laan2018-07-183-90/+498
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Tests for PSBTAndrew Chow2018-07-161-0/+74
| * | | | | | Create wallet RPCs for PSBTAndrew Chow2018-07-162-0/+331
| * | | | | | Refactor transaction creation and transaction funding logicAndrew Chow2018-07-131-90/+93
* | | | | | | Merge #13652: rpc: Fix that CWallet::AbandonTransaction would leave the grand...Wladimir J. van der Laan2018-07-161-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Fix that CWallet::AbandonTransaction would only traverse one levelBen Woosley2018-07-131-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge #13072: Update createmultisig RPC to support segwitPieter Wuille2018-07-134-117/+4
|\ \ \ \ \ \
| * | | | | | Move AddAndGetDestinationForScript from wallet to outputype moduleAnthony Towns2018-07-103-31/+1
| * | | | | | Add outputtype moduleAnthony Towns2018-07-094-86/+3
* | | | | | | Merge #13651: [moveonly] Extract CWallet::MarkInputsDirty, and privatize AddT...Pieter Wuille2018-07-132-35/+31
|\ \ \ \ \ \ \
| * | | | | | | Privatize CWallet::AddToWalletIfInvolvingMeBen Woosley2018-07-132-14/+15
| * | | | | | | Extract CWallet::MarkInputsDirtyBen Woosley2018-07-132-21/+16
* | | | | | | | Merge #13566: Fix get balancePieter Wuille2018-07-133-88/+63
|\ \ \ \ \ \ \ \
| * | | | | | | | [RPC] [wallet] allow getbalance to use min_conf and watch_only without accounts.John Newbery2018-06-291-29/+36
| * | | | | | | | [wallet] GetBalance can take a min_depth argument.John Newbery2018-06-282-3/+3
| * | | | | | | | [wallet] factor out GetAvailableWatchOnlyBalance()John Newbery2018-06-282-7/+1
| * | | | | | | | [wallet] deduplicate GetAvailableCredit logicJohn Newbery2018-06-281-25/+4
| * | | | | | | | [wallet] Factor out GetWatchOnlyBalance()John Newbery2018-06-282-17/+0
| * | | | | | | | [wallet] GetBalance can take an isminefilter filter.John Newbery2018-06-282-11/+23
* | | | | | | | | Merge #13630: Drop unused pindexRet arg to CMerkleTx::GetDepthInMainChainPieter Wuille2018-07-132-5/+3
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |