index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
txmempool.cpp
Age
Commit message (
Expand
)
Author
2016-03-21
Implement "feefilter" P2P message.
Alex Morcos
2016-03-17
Merge #7594: Mempool: Add tracking of ancestor packages
Wladimir J. van der Laan
2016-03-16
Merge #7187: Keep reorgs fast for SequenceLocks checks
Wladimir J. van der Laan
2016-03-16
Add LockPoints
Alex Morcos
2016-03-14
Check all ancestor state in CTxMemPool::check()
Suhas Daftuar
2016-03-14
Add ancestor feerate index to mempool
Suhas Daftuar
2016-03-14
Add ancestor tracking to mempool
Suhas Daftuar
2016-03-14
Remove work limit in UpdateForDescendants()
Suhas Daftuar
2016-03-14
Rename CTxMemPool::remove -> removeRecursive
Suhas Daftuar
2016-03-14
CTxMemPool::removeForBlock now uses RemoveStaged
Suhas Daftuar
2016-02-16
Add tags to mempool's mapTx indices
Suhas Daftuar
2016-02-12
Merge #7184: Implement SequenceLocks functions for BIP 68
Wladimir J. van der Laan
2016-02-10
Implement SequenceLocks functions
Alex Morcos
2016-01-05
Merge pull request #7205
Wladimir J. van der Laan
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-12-02
Fix mempool limiting for PrioritiseTransaction
Suhas Daftuar
2015-12-01
Get the set of now-uncacheable-txn from CTxMemPool::TrimToSize
Matt Corallo
2015-12-01
Add a score index to the mempool.
Alex Morcos
2015-12-01
Store the total sig op count of a tx.
Alex Morcos
2015-11-30
Fix removeForReorg to use MedianTimePast
Suhas Daftuar
2015-11-30
Track coinbase spends in CTxMemPoolEntry
Suhas Daftuar
2015-11-30
Fix comment in removeForReorg
Matt Corallo
2015-11-30
Fix removal of time-locked transactions during reorg
Matt Corallo
2015-11-19
Change GetPriority calculation.
Alex Morcos
2015-11-19
Modify variable names for entry height and priority
Alex Morcos
2015-11-24
Pass reference to estimateSmartFee and cleanup whitespace
Suhas Daftuar
2015-11-16
EstimateSmart functions consider mempool min fee
Alex Morcos
2015-11-16
Add smart fee estimation functions
Alex Morcos
2015-10-28
Merge pull request #6776
Pieter Wuille
2015-10-27
Merge pull request #6464
Wladimir J. van der Laan
2015-10-26
fix locking issue with new mempool limiting
Jonas Schnelli
2015-10-20
Support -checkmempool=N, which runs checks on average once every N transactions
Pieter Wuille
2015-10-19
Fix stale comment in CTxMemPool::TrimToSize.
Matt Corallo
2015-10-14
Undo GetMinFee-requires-extra-call-to-hit-0
Matt Corallo
2015-10-13
Implement on-the-fly mempool size limitation.
Matt Corallo
2015-10-13
Track (and define) ::minRelayTxFee in CTxMemPool
Matt Corallo
2015-10-13
Fix calling mempool directly, instead of pool, in ATMP
Matt Corallo
2015-10-13
Add Mempool Expire function to remove old transactions
Pieter Wuille
2015-09-23
Fix mempool package tracking edge case
Suhas Daftuar
2015-09-19
Track transaction packages in CTxMemPoolEntry
Suhas Daftuar
2015-09-19
TxMemPool: Change mapTx to a boost::multi_index_container
Ashley Holman
2015-08-03
Clean up tx prioritization when conflict mined
Casey Rodarmor
2015-08-03
Make sure LogPrintf strings are line-terminated
Wladimir J. van der Laan
2015-07-20
Separate core memory usage computation in core_memusage.h
Pieter Wuille
2015-07-10
Implement accurate memory accounting for mempool
Pieter Wuille
2015-06-23
Fix various warnings
Luke Dashjr
2015-05-15
Consensus: MOVEONLY: Move CValidationState from main consensus/validation
jtimon
2015-05-13
Merge pull request #5159
Wladimir J. van der Laan
2015-05-13
Create new BlockPolicyEstimator for fee estimates
Alex Morcos
2015-04-20
Consensus: Create consensus/consensus.h with some constants
jtimon
[next]