aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
Commit message (Expand)AuthorAgeFilesLines
...
* | Use MTP for importmulti "now" timestampsRussell Yanofsky2017-02-101-1/+1
* | Require timestamps for importmulti keysRussell Yanofsky2017-02-101-6/+29
|/
* Merge #9227: Make nWalletDBUpdated atomic to avoid a potential race.Wladimir J. van der Laan2017-02-065-33/+43
|\
| * Make nWalletDBUpdated atomic to avoid a potential race.Patrick Strateman2016-12-215-33/+43
* | Merge #9378: [trivial] Add documentation for CWalletTx::fFromMe member.Wladimir J. van der Laan2017-02-061-0/+5
|\ \
| * | Add documentation for CWalletTx::fFromMe member.Russell Yanofsky2016-12-151-0/+5
* | | [wallet] Set correct metadata on bumpfee wallet transactionsRussell Yanofsky2017-02-021-0/+5
* | | Merge #9663: [RPC] clarify listunspent amount descriptionWladimir J. van der Laan2017-02-021-1/+1
|\ \ \
| * | | clarify listunspent amount descriptionGregory Sanders2017-02-011-1/+1
* | | | rpc: bumpfee: handle errors more gracefullySuhas Daftuar2017-01-311-2/+12
* | | | rpc: bumpfee: use correct maximum signed tx size for fee calculationSuhas Daftuar2017-01-311-4/+35
* | | | wallet: Refactor dummy signature signing for reusabilitySuhas Daftuar2017-01-302-15/+30
* | | | Merge #9615: Wallet incremental feeWladimir J. van der Laan2017-01-303-30/+58
|\ \ \ \
| * | | | Change bumpfee result value from 'oldfee' to 'origfee'.Alex Morcos2017-01-261-3/+3
| * | | | Introduce WALLET_INCREMENTAL_RELAY_FEEAlex Morcos2017-01-262-4/+14
| * | | | Use CWallet::GetMinimumFee in bumpfeeAlex Morcos2017-01-261-17/+25
| * | | | Refactor GetMinimumFee to give option of providing targetFeeAlex Morcos2017-01-252-2/+12
| * | | | [rpc] Add incremental relay fee to getnetworkinfoAlex Morcos2017-01-201-2/+2
| * | | | Fix missing use of dustRelayFeeAlex Morcos2017-01-191-1/+1
| * | | | Use incrementalRelayFee for BIP 125 replacementAlex Morcos2017-01-191-7/+7
* | | | | [trivial] Fix typos in commentspracticalswift2017-01-271-1/+1
* | | | | Merge #9613: [wallet] Clarify getbalance help string to explain interaction w...Wladimir J. van der Laan2017-01-261-5/+19
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | [wallet] Clarify getbalance help string to explain interaction with bumpfeeRussell Yanofsky2017-01-231-5/+19
* | | | | Better document usage of SyncTransactionAlex Morcos2017-01-231-2/+10
* | | | | Merge #9516: Bug-fix: listsinceblock: use fork point as reference for blocks ...Wladimir J. van der Laan2017-01-231-4/+14
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Bug-fix: listsinceblock: use closest common ancestor when a block hash was pr...Karl-Johan Alm2017-01-181-4/+14
* | | | | Merge #9377: fundrawtransaction: Keep change-output keys by default, make it ...Wladimir J. van der Laan2017-01-203-3/+13
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | [Wallet] Add an option to keep the change address key, true by defaultJonas Schnelli2017-01-193-3/+13
* | | | | Merge #8456: [RPC] Simplified bumpfee command.Wladimir J. van der Laan2017-01-193-9/+382
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [RPC] bumpfeemrbandrews2017-01-193-0/+331
| * | | | [wallet] Add include_unsafe argument to listunspent RPCRussell Yanofsky2017-01-191-9/+22
| * | | | [wallet] Add IsAllFromMe: true if all inputs are from walletSuhas Daftuar2017-01-102-0/+29
* | | | | Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compa...Wladimir J. van der Laan2017-01-191-1/+1
|\ \ \ \ \
| * | | | | Make ATMP optionally return the CTransactionRefs it replacedMatt Corallo2017-01-091-1/+1
* | | | | | Merge #9512: Fix various things -fsanitize complains aboutWladimir J. van der Laan2017-01-181-4/+8
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Fix memory leak in wallet testsPieter Wuille2017-01-121-4/+8
* | | | | | Merge #9380: Separate different uses of minimum feesWladimir J. van der Laan2017-01-161-5/+5
|\ \ \ \ \ \
| * | | | | | Introduce -dustrelayfeeAlex Morcos2017-01-161-5/+5
* | | | | | | Replace FindLatestBefore used by importmuti with FindEarliestAtLeast.Gregory Maxwell2017-01-121-2/+2
| |/ / / / / |/| | | | |
* | | | | | Merge #9222: Add 'subtractFeeFromAmount' option to 'fundrawtransaction'.Wladimir J. van der Laan2017-01-123-11/+40
|\ \ \ \ \ \
| * | | | | | Add 'subtractFeeFromOutputs' option to 'fundrawtransaction'.Chris Moore2016-12-133-11/+40
* | | | | | | Merge #9472: Disentangle progress estimation from checkpoints and update itWladimir J. van der Laan2017-01-121-4/+4
|\ \ \ \ \ \ \
| * | | | | | | Remove SIGCHECK_VERIFICATION_FACTORPieter Wuille2017-01-041-3/+3
| * | | | | | | Move tx estimation data out of CCheckPointDataPieter Wuille2017-01-041-4/+4
| * | | | | | | [MOVEONLY] Move progress estimation out of checkpointsPieter Wuille2017-01-041-4/+4
| | |/ / / / / | |/| | | | |
* | | | | | | RPC help updatedMichael Rotarius2017-01-111-20/+33
| |_|_|/ / / |/| | | | |
* | | | | | Merge #8811: rpc: Add support for JSON-RPC named argumentsWladimir J. van der Laan2017-01-102-112/+112
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Update RPC argument namesJohn Newbery2017-01-101-31/+31
| * | | | | rpc: Argument name consistencyWladimir J. van der Laan2017-01-052-33/+33
| * | | | | rpc: Named arguments for wallet callsWladimir J. van der Laan2017-01-052-75/+75