aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Implement accurate memory accounting for mempoolPieter Wuille2015-07-101-1/+13
* Fix various warningsLuke Dashjr2015-06-231-1/+1
* Consensus: MOVEONLY: Move CValidationState from main consensus/validationjtimon2015-05-151-0/+1
* Merge pull request #5159Wladimir J. van der Laan2015-05-131-353/+29
|\
| * Create new BlockPolicyEstimator for fee estimatesAlex Morcos2015-05-131-353/+29
* | Consensus: Create consensus/consensus.h with some constantsjtimon2015-04-201-0/+1
|/
* Keep mempool consistent during block-reorgsGavin Andresen2015-03-261-0/+12
* src/txmempool.cpp: make numEntries a uint32_tWladimir J. van der Laan2015-03-061-2/+2
* Remove whitespaces before double colon in errors and logsPavel Janík2015-01-311-4/+4
* Decouple miner.o and txmempool.o from CTxUndojtimon2014-12-271-4/+3
* Merge pull request #5481Wladimir J. van der Laan2014-12-231-8/+18
|\
| * Apply AreSane() checks to the fees from the network.Gregory Maxwell2014-12-151-8/+18
* | Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* | make all catch() arguments constPhilip Kaufmann2014-12-171-2/+2
* | Fix small typos in comments and error messagesPavel Janík2014-12-161-2/+2
|/
* Make CTxMemPool::remove more effecient by avoiding recursionMatt Corallo2014-12-081-12/+18
* Make CTxMemPool::check more thourough by using CheckInputsMatt Corallo2014-12-081-1/+29
* Remove txn which are invalidated by coinbase maturity during reorgMatt Corallo2014-12-081-0/+26
* Update comments in txmempool to be doxygen compatibleMichael Ford2014-11-171-14/+24
* minor cleanup: include orders, end comments etc.Philip Kaufmann2014-10-311-3/+3
* Separate protocol versioning from clientversionCory Fields2014-10-291-0/+1
* MOVEONLY: Separate CTransaction and dependencies from corejtimon2014-10-271-1/+0
* boost: split stream classes out of serialize.hCory Fields2014-10-221-0/+1
* script: add a slew of includes all around and drop includes from script.hCory Fields2014-10-171-0/+1
* Merge pull request #4834Pieter Wuille2014-10-081-1/+1
|\
| * Get rid of the dummy CCoinsViewCache constructor argPieter Wuille2014-09-241-1/+1
* | Use a typedef for monetary valuesMark Friedenbach2014-09-261-8/+9
|/
* add nModSize init to default constructor of CTxMemPoolEntryPhilip Kaufmann2014-09-161-1/+1
* Merge pull request #4911Pieter Wuille2014-09-161-2/+2
|\
| * header include cleanupPhilip Kaufmann2014-09-141-2/+2
* | Fixing compiler warning C4101ENikS2014-09-151-2/+2
* | Merge pull request #4817Pieter Wuille2014-09-151-1/+3
|\ \ | |/ |/|
| * Track modified size in TxMemPoolEntry so that we can correctly compute priority.Alex Morcos2014-09-081-1/+3
* | Merge pull request #4822Pieter Wuille2014-09-101-2/+2
|\ \
| * | Combine CCoinsViewCache's HaveCoins and const GetCoins into AccessCoins.Pieter Wuille2014-09-031-2/+2
| |/
* / Remove some unnecessary c_strs() in logging and the GUIPhilip Kaufmann2014-09-091-1/+1
|/
* Fix a few "Uninitialized scalar field" warningsWladimir J. van der Laan2014-08-281-2/+5
* Merge pull request #4748Pieter Wuille2014-08-261-0/+1
|\
| * Split up util.cpp/hWladimir J. van der Laan2014-08-261-0/+1
* | Use const CCoinsView's at some places.Daniel Kraft2014-08-261-2/+2
* | Make appropriate getter-routines "const" in CCoinsView.Daniel Kraft2014-08-261-2/+2
|/
* Closely track mempool byte total. Add "getmempoolinfo" RPC.Jeff Garzik2014-08-141-0/+9
* Process fee estimate file into temporary vector first to let sanity checking ...Alex Morcos2014-07-291-4/+15
* Fix minor bug which only affected log messages.Alex Morcos2014-07-281-2/+6
* Fixed a bug with index bounds checkingAlex Morcos2014-07-271-1/+1
* Bugfix: make CCoinsViewMemPool support pruned entries in underlying cachePieter Wuille2014-07-231-3/+4
* Revert "Relay double-spends, subject to anti-DOS"Wladimir J. van der Laan2014-07-211-0/+1
* Move fee policy out of coreGavin Andresen2014-07-031-13/+13
* Sanity checks for estimatesGavin Andresen2014-07-031-2/+7
* Relay double-spends, subject to anti-DOSTom Harding2014-06-271-1/+0