| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Use MTP for importmulti "now" timestamps | Russell Yanofsky | 2017-02-10 | 1 | -1/+1 | |
| * | | Require timestamps for importmulti keys | Russell Yanofsky | 2017-02-10 | 1 | -6/+29 | |
| |/ | ||||||
| * | Merge #9227: Make nWalletDBUpdated atomic to avoid a potential race. | Wladimir J. van der Laan | 2017-02-06 | 5 | -33/+43 | |
| |\ | ||||||
| | * | Make nWalletDBUpdated atomic to avoid a potential race. | Patrick Strateman | 2016-12-21 | 5 | -33/+43 | |
| * | | Merge #9378: [trivial] Add documentation for CWalletTx::fFromMe member. | Wladimir J. van der Laan | 2017-02-06 | 1 | -0/+5 | |
| |\ \ | ||||||
| | * | | Add documentation for CWalletTx::fFromMe member. | Russell Yanofsky | 2016-12-15 | 1 | -0/+5 | |
| * | | | [wallet] Set correct metadata on bumpfee wallet transactions | Russell Yanofsky | 2017-02-02 | 1 | -0/+5 | |
| * | | | Merge #9663: [RPC] clarify listunspent amount description | Wladimir J. van der Laan | 2017-02-02 | 1 | -1/+1 | |
| |\ \ \ | ||||||
| | * | | | clarify listunspent amount description | Gregory Sanders | 2017-02-01 | 1 | -1/+1 | |
| * | | | | rpc: bumpfee: handle errors more gracefully | Suhas Daftuar | 2017-01-31 | 1 | -2/+12 | |
| * | | | | rpc: bumpfee: use correct maximum signed tx size for fee calculation | Suhas Daftuar | 2017-01-31 | 1 | -4/+35 | |
| * | | | | wallet: Refactor dummy signature signing for reusability | Suhas Daftuar | 2017-01-30 | 2 | -15/+30 | |
| * | | | | Merge #9615: Wallet incremental fee | Wladimir J. van der Laan | 2017-01-30 | 3 | -30/+58 | |
| |\ \ \ \ | ||||||
| | * | | | | Change bumpfee result value from 'oldfee' to 'origfee'. | Alex Morcos | 2017-01-26 | 1 | -3/+3 | |
| | * | | | | Introduce WALLET_INCREMENTAL_RELAY_FEE | Alex Morcos | 2017-01-26 | 2 | -4/+14 | |
| | * | | | | Use CWallet::GetMinimumFee in bumpfee | Alex Morcos | 2017-01-26 | 1 | -17/+25 | |
| | * | | | | Refactor GetMinimumFee to give option of providing targetFee | Alex Morcos | 2017-01-25 | 2 | -2/+12 | |
| | * | | | | [rpc] Add incremental relay fee to getnetworkinfo | Alex Morcos | 2017-01-20 | 1 | -2/+2 | |
| | * | | | | Fix missing use of dustRelayFee | Alex Morcos | 2017-01-19 | 1 | -1/+1 | |
| | * | | | | Use incrementalRelayFee for BIP 125 replacement | Alex Morcos | 2017-01-19 | 1 | -7/+7 | |
| * | | | | | [trivial] Fix typos in comments | practicalswift | 2017-01-27 | 1 | -1/+1 | |
| * | | | | | Merge #9613: [wallet] Clarify getbalance help string to explain interaction w... | Wladimir J. van der Laan | 2017-01-26 | 1 | -5/+19 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | [wallet] Clarify getbalance help string to explain interaction with bumpfee | Russell Yanofsky | 2017-01-23 | 1 | -5/+19 | |
| * | | | | | Better document usage of SyncTransaction | Alex Morcos | 2017-01-23 | 1 | -2/+10 | |
| * | | | | | Merge #9516: Bug-fix: listsinceblock: use fork point as reference for blocks ... | Wladimir J. van der Laan | 2017-01-23 | 1 | -4/+14 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Bug-fix: listsinceblock: use closest common ancestor when a block hash was pr... | Karl-Johan Alm | 2017-01-18 | 1 | -4/+14 | |
| * | | | | | Merge #9377: fundrawtransaction: Keep change-output keys by default, make it ... | Wladimir J. van der Laan | 2017-01-20 | 3 | -3/+13 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | [Wallet] Add an option to keep the change address key, true by default | Jonas Schnelli | 2017-01-19 | 3 | -3/+13 | |
| * | | | | | Merge #8456: [RPC] Simplified bumpfee command. | Wladimir J. van der Laan | 2017-01-19 | 3 | -9/+382 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | [RPC] bumpfee | mrbandrews | 2017-01-19 | 3 | -0/+331 | |
| | * | | | | [wallet] Add include_unsafe argument to listunspent RPC | Russell Yanofsky | 2017-01-19 | 1 | -9/+22 | |
| | * | | | | [wallet] Add IsAllFromMe: true if all inputs are from wallet | Suhas Daftuar | 2017-01-10 | 2 | -0/+29 | |
| * | | | | | Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compa... | Wladimir J. van der Laan | 2017-01-19 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Make ATMP optionally return the CTransactionRefs it replaced | Matt Corallo | 2017-01-09 | 1 | -1/+1 | |
| * | | | | | | Merge #9512: Fix various things -fsanitize complains about | Wladimir J. van der Laan | 2017-01-18 | 1 | -4/+8 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | Fix memory leak in wallet tests | Pieter Wuille | 2017-01-12 | 1 | -4/+8 | |
| * | | | | | | Merge #9380: Separate different uses of minimum fees | Wladimir J. van der Laan | 2017-01-16 | 1 | -5/+5 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Introduce -dustrelayfee | Alex Morcos | 2017-01-16 | 1 | -5/+5 | |
| * | | | | | | | Replace FindLatestBefore used by importmuti with FindEarliestAtLeast. | Gregory Maxwell | 2017-01-12 | 1 | -2/+2 | |
| | |/ / / / / |/| | | | | | ||||||
| * | | | | | | Merge #9222: Add 'subtractFeeFromAmount' option to 'fundrawtransaction'. | Wladimir J. van der Laan | 2017-01-12 | 3 | -11/+40 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Add 'subtractFeeFromOutputs' option to 'fundrawtransaction'. | Chris Moore | 2016-12-13 | 3 | -11/+40 | |
| * | | | | | | | Merge #9472: Disentangle progress estimation from checkpoints and update it | Wladimir J. van der Laan | 2017-01-12 | 1 | -4/+4 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Remove SIGCHECK_VERIFICATION_FACTOR | Pieter Wuille | 2017-01-04 | 1 | -3/+3 | |
| | * | | | | | | | Move tx estimation data out of CCheckPointData | Pieter Wuille | 2017-01-04 | 1 | -4/+4 | |
| | * | | | | | | | [MOVEONLY] Move progress estimation out of checkpoints | Pieter Wuille | 2017-01-04 | 1 | -4/+4 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | RPC help updated | Michael Rotarius | 2017-01-11 | 1 | -20/+33 | |
| | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | | Merge #8811: rpc: Add support for JSON-RPC named arguments | Wladimir J. van der Laan | 2017-01-10 | 2 | -112/+112 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | Update RPC argument names | John Newbery | 2017-01-10 | 1 | -31/+31 | |
| | * | | | | | rpc: Argument name consistency | Wladimir J. van der Laan | 2017-01-05 | 2 | -33/+33 | |
| | * | | | | | rpc: Named arguments for wallet calls | Wladimir J. van der Laan | 2017-01-05 | 2 | -75/+75 | |