| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | Merge pull request #7146 | Wladimir J. van der Laan | 2015-12-02 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | Name union to prevent compiler warning | Pavel Janík | 2015-12-02 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | Merge pull request #7118 | Wladimir J. van der Laan | 2015-12-02 | 1 | -3/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Describe maxmempool and mempoolminfee in the getmempoolinfo RPC help. | Pavel Janík | 2015-12-01 | 1 | -3/+5 | |
| * | | | | | | | | | | | | | | | Merge pull request #7144 | Wladimir J. van der Laan | 2015-12-02 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | test: Disable scheduler test manythreads | Wladimir J. van der Laan | 2015-12-01 | 1 | -0/+2 | |
| | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Flush coins cache also after transaction processing | Pieter Wuille | 2015-12-01 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | Uncache input txn in utxo cache if a tx is not accepted to mempool | Matt Corallo | 2015-12-01 | 1 | -3/+22 | |
| * | | | | | | | | | | | | | | | Add CCoinsViewCache::HaveCoinsInCache to check if a tx is cached | Matt Corallo | 2015-12-01 | 2 | -0/+12 | |
| * | | | | | | | | | | | | | | | Discard txn cache entries that were loaded for removed mempool txn | Matt Corallo | 2015-12-01 | 1 | -8/+15 | |
| * | | | | | | | | | | | | | | | Get the set of now-uncacheable-txn from CTxMemPool::TrimToSize | Matt Corallo | 2015-12-01 | 2 | -4/+25 | |
| * | | | | | | | | | | | | | | | Add method to remove a tx from CCoinsViewCache if it is unchanged | Matt Corallo | 2015-12-01 | 2 | -0/+15 | |
| | |_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Rewrite CreateNewBlock | Alex Morcos | 2015-12-01 | 2 | -205/+156 | |
| * | | | | | | | | | | | | | | Expose FormatStateMessage | Alex Morcos | 2015-12-01 | 2 | -1/+3 | |
| * | | | | | | | | | | | | | | Make accessing mempool parents and children public | Alex Morcos | 2015-12-01 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | Add TxPriority class and comparator | Alex Morcos | 2015-12-01 | 1 | -0/+13 | |
| * | | | | | | | | | | | | | | Add a score index to the mempool. | Alex Morcos | 2015-12-01 | 4 | -12/+106 | |
| * | | | | | | | | | | | | | | Store the total sig op count of a tx. | Alex Morcos | 2015-12-01 | 5 | -8/+13 | |
| |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | qt: periodic translations update | Wladimir J. van der Laan | 2015-12-01 | 13 | -163/+778 | |
| * | | | | | | | | | | | | | Merge pull request #7141 | Wladimir J. van der Laan | 2015-12-01 | 3 | -10/+23 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | rpc: Don't translate warning messages | Wladimir J. van der Laan | 2015-12-01 | 3 | -10/+23 | |
| * | | | | | | | | | | | | | | Merge pull request #7143 | Wladimir J. van der Laan | 2015-12-01 | 1 | -1/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | qt: use QMetaObject::invokeMethod for cross-thread signaling in clientmodel | Wladimir J. van der Laan | 2015-12-01 | 1 | -1/+4 | |
| | | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge pull request #6915 | Wladimir J. van der Laan | 2015-12-01 | 7 | -70/+95 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | Fix removeForReorg to use MedianTimePast | Suhas Daftuar | 2015-11-30 | 3 | -6/+6 | |
| | * | | | | | | | | | | | | | | Don't call removeForReorg if DisconnectTip fails | Suhas Daftuar | 2015-11-30 | 1 | -7/+1 | |
| | * | | | | | | | | | | | | | | Track coinbase spends in CTxMemPoolEntry | Suhas Daftuar | 2015-11-30 | 6 | -18/+38 | |
| | * | | | | | | | | | | | | | | removeForReorg calls once-per-disconnect-> once-per-reorg | Matt Corallo | 2015-11-30 | 2 | -9/+15 | |
| | * | | | | | | | | | | | | | | Make indentation in ActivateBestChainStep readable | Matt Corallo | 2015-11-30 | 1 | -33/+33 | |
| | * | | | | | | | | | | | | | | Fix comment in removeForReorg | Matt Corallo | 2015-11-30 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | Fix removal of time-locked transactions during reorg | Matt Corallo | 2015-11-30 | 3 | -12/+17 | |
| * | | | | | | | | | | | | | | | Merge pull request #7022 | Wladimir J. van der Laan | 2015-12-01 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Change default block priority size to 0 | Alex Morcos | 2015-11-30 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | Merge pull request #7136 | Wladimir J. van der Laan | 2015-12-01 | 2 | -3/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | HelpMessage: Don't hide -mintxfee behind showDebug | MarcoFalke | 2015-11-30 | 1 | -2/+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 | 19 | -68/+874 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | Prevector type | Pieter Wuille | 2015-11-13 | 19 | -68/+874 | |
| * | | | | | | | | | | | | | | | Merge pull request #7096 | Wladimir J. van der Laan | 2015-12-01 | 5 | -11/+32 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | [Qt] improve minimum absolute fee option | Jonas Schnelli | 2015-11-30 | 1 | -5/+22 | |
| | * | | | | | | | | | | | | | | [Qt] make use of the nMinimumTotalFee (absolute) in coincontrols fee calculation | Jonas Schnelli | 2015-11-30 | 1 | -0/+3 | |
| | * | | | | | | | | | | | | | | [Qt] use ASYMP_UTF8 (≈) whenever we show a fee that is not absolute | Jonas Schnelli | 2015-11-30 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | Move fPayAtLeastCustomFee function to CC | Pieter Wuille | 2015-11-30 | 3 | -5/+6 | |
| * | | | | | | | | | | | | | | | 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 | |
| * | | | | | | | | | | | | | | | | Merge pull request #7079 | Wladimir J. van der Laan | 2015-12-01 | 3 | -1/+12 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | Limit setAskFor and retire requested entries only when a getdata returns. | Gregory Maxwell | 2015-11-23 | 3 | -3/+8 | |
| | * | | | | | | | | | | | | | | | | prevent peer flooding request queue for an inv | kazcw | 2015-11-23 | 3 | -0/+6 | |
| * | | | | | | | | | | | | | | | | | Merge pull request #7072 | Gregory Maxwell | 2015-11-30 | 2 | -0/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | [RPC] Add transaction size to JSON output | Nick | 2015-11-28 | 2 | -0/+4 | |