| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | include the chaintip *blockIndex in the SyncTransaction signal | Jonas Schnelli | 2015-12-04 | 2 | -2/+2 |
| * | Fix typo in wallet.cpp | MarcoFalke | 2015-12-02 | 1 | -1/+1 |
| * | Merge pull request #6216 | Wladimir J. van der Laan | 2015-12-02 | 1 | -9/+19 |
| |\ | |||||
| | * | Take the training wheels off anti-fee-sniping | Peter Todd | 2015-06-21 | 1 | -9/+19 |
| * | | Merge pull request #7136 | Wladimir J. van der Laan | 2015-12-01 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | rpcwallet: Clarify what settxfee does | MarcoFalke | 2015-11-30 | 1 | -1/+1 |
| * | | | Merge pull request #6914 | Wladimir J. van der Laan | 2015-12-01 | 1 | -5/+5 |
| |\ \ \ | |||||
| | * | | | Prevector type | Pieter Wuille | 2015-11-13 | 1 | -5/+5 |
| * | | | | Merge pull request #7096 | Wladimir J. van der Laan | 2015-12-01 | 2 | -5/+3 |
| |\ \ \ \ | |||||
| | * | | | | Move fPayAtLeastCustomFee function to CC | Pieter Wuille | 2015-11-30 | 2 | -5/+3 |
| | | |/ / | |/| | | |||||
| * | | | | Merge pull request #7105 | Wladimir J. van der Laan | 2015-12-01 | 3 | -21/+100 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | Keep track of explicit wallet conflicts instead of using mempool | Pieter Wuille | 2015-11-29 | 3 | -21/+100 |
| * | | | | Default fPayAtLeastCustomFee to false | Ryan Havar | 2015-11-28 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | [trivial] Reuse translation and cleanup DEFAULT_* values | MarcoFalke | 2015-11-28 | 2 | -2/+6 |
| * | | | Constrain constant values to a single location in code | Luke Dashjr | 2015-11-28 | 6 | -4/+9 |
| * | | | Merge pull request #6134 | Wladimir J. van der Laan | 2015-11-27 | 1 | -13/+11 |
| |\ \ \ | |||||
| | * | | | Pass reference to estimateSmartFee and cleanup whitespace | Suhas Daftuar | 2015-11-24 | 1 | -1/+1 |
| | * | | | Change wallet and GUI code to use new smart fee estimation calls. | Alex Morcos | 2015-11-16 | 1 | -14/+12 |
| * | | | | Merge pull request #7066 | Wladimir J. van der Laan | 2015-11-24 | 1 | -2/+3 |
| |\ \ \ \ | |||||
| | * | | | | Add missing "blocktime" description to listtransactions help, fix formatting. | Pavel Janík | 2015-11-20 | 1 | -2/+3 |
| | |/ / / | |||||
| * / / / | Optimisation: Store transaction list order in memory rather than compute it e... | Luke Dashjr | 2015-11-21 | 5 | -48/+40 |
| |/ / / | |||||
| * | | | Merge pull request #6991 | Gregory Maxwell | 2015-11-16 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | Clarify 'fee' field in fundrawtransaction help text | Peter Todd | 2015-11-11 | 1 | -1/+1 |
| | |/ / | |||||
| * | | | Better error message for fundrawtransaction w/ empty vout | Peter Todd | 2015-11-13 | 1 | -0/+3 |
| * | | | Actually use includeWatching value in fundrawtransaction | Peter Todd | 2015-11-13 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #5574 | Wladimir J. van der Laan | 2015-11-10 | 1 | -3/+14 |
| |\ \ | |||||
| | * | | wallet: Expose GUI labels in RPC | Luke Dashjr | 2015-10-02 | 1 | -3/+14 |
| * | | | Merge pull request #6163 | Wladimir J. van der Laan | 2015-11-10 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | Globals: Explicit Consensus::Params arg for main: | Jorge Timón | 2015-10-30 | 1 | -1/+1 |
| * | | | | Merge pull request #6887 | Wladimir J. van der Laan | 2015-11-05 | 2 | -2/+16 |
| |\ \ \ \ | |||||
| | * | | | | [qt] Properly display required fee instead of minTxFee | MarcoFalke | 2015-11-03 | 2 | -2/+16 |
| | |/ / / | |||||
| * | | | | Merge pull request #6669 | Wladimir J. van der Laan | 2015-11-04 | 3 | -55/+103 |
| |\ \ \ \ | |||||
| | * | | | | [wallet] Add comments for doxygen | MarcoFalke | 2015-10-28 | 2 | -2/+21 |
| | * | | | | [wallet] Refactor to use new MIN_CHANGE | MarcoFalke | 2015-10-28 | 3 | -55/+84 |
| * | | | | | Merge pull request #6905 | Wladimir J. van der Laan | 2015-11-04 | 2 | -1/+3 |
| |\ \ \ \ \ | |||||
| | * | | | | | Bugfix: Describe dblogsize option correctly (it refers to the wallet database... | Luke Dashjr | 2015-10-01 | 2 | -1/+3 |
| * | | | | | | Reject invalid pubkeys when reading ckey items from the wallet. | Gregory Maxwell | 2015-10-29 | 1 | -1/+6 |
| | |_|/ / / |/| | | | | |||||
| * | | | | | Only call TrimToSize once per reorg/blocks disconnect | Matt Corallo | 2015-10-13 | 1 | -1/+1 |
| |/ / / / | |||||
| * | | | | Merge pull request #6637 | Wladimir J. van der Laan | 2015-10-01 | 2 | -2/+2 |
| |\ \ \ \ | |||||
| | * | | | | [Univalue] add univalue over subtree | Jonas Schnelli | 2015-10-01 | 2 | -2/+2 |
| * | | | | | Merge pull request #5924 | Wladimir J. van der Laan | 2015-10-01 | 1 | -7/+4 |
| |\ \ \ \ \ | |/ / / / |/| | | | | |||||
| | * | | | | Clean up change computation in CreateTransaction. | Daniel Kraft | 2015-05-03 | 1 | -7/+4 |
| * | | | | | Merge pull request #6550 | Wladimir J. van der Laan | 2015-09-23 | 3 | -22/+6 |
| |\ \ \ \ \ | |||||
| | * | | | | | Do not store Merkle branches in the wallet. | Pieter Wuille | 2015-09-22 | 3 | -22/+6 |
| | | |/ / / | |/| | | | |||||
| * / | | | | Enable wallet key imports without rescan in pruned mode. | Gregory Maxwell | 2015-09-07 | 1 | -6/+9 |
| |/ / / / | |||||
| * | | | | Merge pull request #6539 | Wladimir J. van der Laan | 2015-08-19 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | typofixes (found by misspell_fixer) | Veres Lajos | 2015-08-10 | 1 | -1/+1 |
| * | | | | | Merge pull request #6415 | Wladimir J. van der Laan | 2015-08-14 | 7 | -45/+143 |
| |\ \ \ \ \ | |/ / / / |/| | | | | |||||
| | * | | | | SQUASH "Implement watchonly support in fundrawtransaction" | Matt Corallo | 2015-08-08 | 1 | -1/+1 |
| | * | | | | SQUASH "Add have-pubkey distinction to ISMINE flags" | Matt Corallo | 2015-08-08 | 2 | -5/+5 |