aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | Merge pull request #7146Wladimir J. van der Laan2015-12-021-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Name union to prevent compiler warningPavel Janík2015-12-021-1/+1
* | | | | | | | | | | | | | | Merge pull request #7118Wladimir J. van der Laan2015-12-021-3/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Describe maxmempool and mempoolminfee in the getmempoolinfo RPC help.Pavel Janík2015-12-011-3/+5
* | | | | | | | | | | | | | | Merge pull request #7144Wladimir J. van der Laan2015-12-021-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | test: Disable scheduler test manythreadsWladimir J. van der Laan2015-12-011-0/+2
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Flush coins cache also after transaction processingPieter Wuille2015-12-011-0/+1
* | | | | | | | | | | | | | | Uncache input txn in utxo cache if a tx is not accepted to mempoolMatt Corallo2015-12-011-3/+22
* | | | | | | | | | | | | | | Add CCoinsViewCache::HaveCoinsInCache to check if a tx is cachedMatt Corallo2015-12-012-0/+12
* | | | | | | | | | | | | | | Discard txn cache entries that were loaded for removed mempool txnMatt Corallo2015-12-011-8/+15
* | | | | | | | | | | | | | | Get the set of now-uncacheable-txn from CTxMemPool::TrimToSizeMatt Corallo2015-12-012-4/+25
* | | | | | | | | | | | | | | Add method to remove a tx from CCoinsViewCache if it is unchangedMatt Corallo2015-12-012-0/+15
| |_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Rewrite CreateNewBlockAlex Morcos2015-12-012-205/+156
* | | | | | | | | | | | | | Expose FormatStateMessageAlex Morcos2015-12-012-1/+3
* | | | | | | | | | | | | | Make accessing mempool parents and children publicAlex Morcos2015-12-011-2/+2
* | | | | | | | | | | | | | Add TxPriority class and comparatorAlex Morcos2015-12-011-0/+13
* | | | | | | | | | | | | | Add a score index to the mempool.Alex Morcos2015-12-014-12/+106
* | | | | | | | | | | | | | Store the total sig op count of a tx.Alex Morcos2015-12-015-8/+13
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | qt: periodic translations updateWladimir J. van der Laan2015-12-0113-163/+778
* | | | | | | | | | | | | Merge pull request #7141Wladimir J. van der Laan2015-12-013-10/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | rpc: Don't translate warning messagesWladimir J. van der Laan2015-12-013-10/+23
* | | | | | | | | | | | | | Merge pull request #7143Wladimir J. van der Laan2015-12-011-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | qt: use QMetaObject::invokeMethod for cross-thread signaling in clientmodelWladimir J. van der Laan2015-12-011-1/+4
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #6915Wladimir J. van der Laan2015-12-017-70/+95
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fix removeForReorg to use MedianTimePastSuhas Daftuar2015-11-303-6/+6
| * | | | | | | | | | | | | | Don't call removeForReorg if DisconnectTip failsSuhas Daftuar2015-11-301-7/+1
| * | | | | | | | | | | | | | Track coinbase spends in CTxMemPoolEntrySuhas Daftuar2015-11-306-18/+38
| * | | | | | | | | | | | | | removeForReorg calls once-per-disconnect-> once-per-reorgMatt Corallo2015-11-302-9/+15
| * | | | | | | | | | | | | | Make indentation in ActivateBestChainStep readableMatt Corallo2015-11-301-33/+33
| * | | | | | | | | | | | | | Fix comment in removeForReorgMatt Corallo2015-11-301-1/+1
| * | | | | | | | | | | | | | Fix removal of time-locked transactions during reorgMatt Corallo2015-11-303-12/+17
* | | | | | | | | | | | | | | Merge pull request #7022Wladimir J. van der Laan2015-12-011-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Change default block priority size to 0Alex Morcos2015-11-301-1/+1
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #7136Wladimir J. van der Laan2015-12-012-3/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | HelpMessage: Don't hide -mintxfee behind showDebugMarcoFalke2015-11-301-2/+1
| * | | | | | | | | | | | | | rpcwallet: Clarify what settxfee doesMarcoFalke2015-11-301-1/+1
| | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #6914Wladimir J. van der Laan2015-12-0119-68/+874
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Prevector typePieter Wuille2015-11-1319-68/+874
* | | | | | | | | | | | | | | Merge pull request #7096Wladimir J. van der Laan2015-12-015-11/+32
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | [Qt] improve minimum absolute fee optionJonas Schnelli2015-11-301-5/+22
| * | | | | | | | | | | | | | [Qt] make use of the nMinimumTotalFee (absolute) in coincontrols fee calculationJonas Schnelli2015-11-301-0/+3
| * | | | | | | | | | | | | | [Qt] use ASYMP_UTF8 (≈) whenever we show a fee that is not absoluteJonas Schnelli2015-11-301-1/+1
| * | | | | | | | | | | | | | Move fPayAtLeastCustomFee function to CCPieter Wuille2015-11-303-5/+6
* | | | | | | | | | | | | | | Merge pull request #7105Wladimir J. van der Laan2015-12-013-21/+100
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Keep track of explicit wallet conflicts instead of using mempoolPieter Wuille2015-11-293-21/+100
* | | | | | | | | | | | | | | | Merge pull request #7079Wladimir J. van der Laan2015-12-013-1/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Limit setAskFor and retire requested entries only when a getdata returns.Gregory Maxwell2015-11-233-3/+8
| * | | | | | | | | | | | | | | | prevent peer flooding request queue for an invkazcw2015-11-233-0/+6
* | | | | | | | | | | | | | | | | Merge pull request #7072Gregory Maxwell2015-11-302-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | [RPC] Add transaction size to JSON outputNick2015-11-282-0/+4