aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* include the chaintip *blockIndex in the SyncTransaction signalJonas Schnelli2015-12-047-15/+16
* 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
* | | | | | | 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