aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [wallet] Add regression test for vValue sort orderMarcoFalke2016-01-051-0/+18
* [wallet] Adjust pruning testMarcoFalke2015-12-091-8/+10
* Merge pull request #4906Wladimir J. van der Laan2015-12-082-0/+28
|\
| * Added a test for the pruning of extraneous inputs after ApproximateBestSetMurch2015-12-072-6/+26
| * Moved set reduction to the end of ApproximateBestSubset to reduce performance...Murch2015-12-071-16/+11
| * Coinselection prunes extraneous inputs from ApproximateBestSubsetAlSzacrel2015-12-061-0/+13
* | net: Account for `sendheaders` `verack` messagesWladimir J. van der Laan2015-12-071-1/+2
* | Merge pull request #6589Wladimir J. van der Laan2015-12-073-12/+66
|\ \ | |/ |/|
| * log bytes recv/sent per commandJonas Schnelli2015-12-073-12/+66
* | Don't do mempool lookups for "mempool" command without a filterMatt Corallo2015-12-051-6/+7
|/
* Disconnect on mempool requests from peers when over the upload limit.Gregory Maxwell2015-12-031-0/+6
* Merge pull request #7113Wladimir J. van der Laan2015-12-033-30/+75
|\
| * Switch to a more efficient rolling Bloom filterPieter Wuille2015-11-283-30/+75
* | Merge pull request #7133Wladimir J. van der Laan2015-12-037-165/+15
|\ \
| * | Actually only use filterInventoryKnown with MSG_TX inventory messages.Gregory Maxwell2015-11-301-9/+7
| * | Only use filterInventoryKnown with MSG_TX inventory messages.Patick Strateman2015-11-301-2/+3
| * | Rename setInventoryKnown filterInventoryKnownPatick Strateman2015-11-303-8/+8
| * | Remove mruset as it is no longer used.Gregory Maxwell2015-11-305-149/+0
| * | Replace setInventoryKnown with a rolling bloom filter.Gregory Maxwell2015-11-303-9/+9
* | | Now that 0.12 has been branched, master is 0.12.99Wladimir J. van der Laan2015-12-031-1/+1
* | | Merge pull request #7158Wladimir J. van der Laan2015-12-032-8/+43
|\ \ \
| * | | [qt] Use tr() instead of _()MarcoFalke2015-12-022-8/+43
* | | | Fix typo in wallet.cppMarcoFalke2015-12-021-1/+1
* | | | PartitionCheck: remove useless spacespaveljanik2015-12-021-3/+3
* | | | TRIVIAL: Chainparams: Remove unused CBaseUnitTestParamsJorge Timón2015-12-021-13/+0
* | | | Update miner.cpp: Fix typo in commentantonio-fr2015-12-021-1/+1
* | | | [trivial] Fix typo in peertablemodel.cppMarcoFalke2015-12-021-1/+1
* | | | Fix various typospaveljanik2015-12-023-5/+5
|/ / /
* | | Merge pull request #7128Wladimir J. van der Laan2015-12-024-6/+13
|\ \ \
| * | | Constrain rpcport default values to a single location in codeLuke Dashjr2015-12-014-6/+13
* | | | qt: Final translation update before 0.12 forkWladimir J. van der Laan2015-12-0263-1476/+8915
* | | | Merge pull request #6216Wladimir J. van der Laan2015-12-021-9/+19
|\ \ \ \
| * | | | Take the training wheels off anti-fee-snipingPeter Todd2015-06-211-9/+19
* | | | | Merge pull request #7147Wladimir J. van der Laan2015-12-0216-83/+205
|\ \ \ \ \
| * | | | | Merge commit '982709199f1b4e9e35211c419a81938f9f1dd4ed' into bitcoinMarcoFalke2015-12-0216-83/+205
* | | | | | 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