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.h
Age
Commit message (
Expand
)
Author
2017-03-07
Merge #9548: Remove min reasonable fee
Wladimir J. van der Laan
2017-03-07
Merge #9602: Remove coin age priority and free transactions - implementation
Wladimir J. van der Laan
2017-03-03
[cleanup] Remove coin age priority completely.
Alex Morcos
2017-03-03
[rpc] Remove priorityDelta from prioritisetransaction
Alex Morcos
2017-03-03
No longer allow "free" transactions
Alex Morcos
2017-02-28
Merge #9732: [Trivial] Remove nonsense #undef foreach
Wladimir J. van der Laan
2017-02-27
[cleanup] Remove estimatePriority and estimateSmartPriority
Alex Morcos
2017-02-27
[mining] Remove -blockprioritysize.
Alex Morcos
2017-02-21
Removed redundant parameter from mempool.PrioritiseTransaction
gubatron
2017-02-09
Remove nonsense #undef foreach
John Newbery
2017-01-27
[trivial] Fix typos in comments
practicalswift
2017-01-23
mempool: add notification for added/removed entries
Wladimir J. van der Laan
2017-01-17
Remove unnecessary min fee argument in CTxMemPool constructor
Alex Morcos
2017-01-16
Merge #9380: Separate different uses of minimum fees
Wladimir J. van der Laan
2017-01-16
Introduce -incrementalrelayfee
Alex Morcos
2017-01-05
Merge #9138: Improve fee estimation
Pieter Wuille
2017-01-05
Merge #8747: [rpc] Fix transaction size comments and RPC help text.
Wladimir J. van der Laan
2017-01-04
Always update fee estimates on new blocks.
Alex Morcos
2017-01-04
rename bool to validFeeEstimate
Alex Morcos
2017-01-04
Remove member variable hadNoDependencies from CTxMemPoolEntry
Alex Morcos
2017-01-04
Merge #9283: A few more CTransactionRef optimizations
Wladimir J. van der Laan
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-21
Make AcceptToMemoryPool take CTransactionRef
Pieter Wuille
2016-12-20
Merge #9262: Prefer coins that have fewer ancestors, sanity check txn before ...
Wladimir J. van der Laan
2016-12-13
SelectCoinsMinConf: Prefer coins with fewer ancestors
Gregory Sanders
2016-12-08
Fix transaction size comments. Size now refers to virtual size as defined in ...
jonnynewbs
2016-12-05
remove internal tracking of mempool conflicts for reporting to wallet
Alex Morcos
2016-12-05
remove external usage of mempool conflict tracking
Alex Morcos
2016-11-28
Fix some typos
fsb4000
2016-11-19
Introduce convenience type CTransactionRef
Pieter Wuille
2016-11-19
Make CBlock::vtx a vector of shared_ptr<CTransaction>
Pieter Wuille
2016-10-30
Add feedelta to TxMempoolInfo
Pieter Wuille
2016-10-21
Add some missing includes
Pieter Wuille
2016-10-21
Return shared_ptr<CTransaction> from mempool removes
Pieter Wuille
2016-10-21
Make removed and conflicted arguments optional to remove
Pieter Wuille
2016-10-17
Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-10-04
Use cmpctblock type 2 for segwit-enabled transfer
Pieter Wuille
2016-09-26
[trivial] fix mempool comment (outdated by BIP125)
jonnynewbs
2016-07-18
Rename "block cost" to "block weight"
Suhas Daftuar
2016-06-22
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-19
Provide a flat list of txid/terators to txn in CTxMemPool
Matt Corallo
2016-06-07
Get rid of CTxMempool::lookup() entirely
Pieter Wuille
2016-06-05
Switch CTransaction storage in mempool to std::shared_ptr
Pieter Wuille
2016-06-03
Merge #7997: replace mapNextTx with slimmer setSpends
Pieter Wuille
2016-06-02
mapNextTx: use pointer as key, simplify value
Kaz Wesley
2016-05-25
Do not use mempool for GETDATA for tx accepted after the last mempool req.
Gregory Maxwell
2016-05-17
Switch CTxMempool::mapTx to use a hash index for txids
Pieter Wuille
2016-05-05
Merge #7840: Several performance and privacy improvements to inv/mempool hand...
Wladimir J. van der Laan
2016-04-30
[trivial] Add missing const qualifiers.
Daniel Kraft
2016-04-20
Eliminate TX trickle bypass, sort TX invs for privacy and priority.
Gregory Maxwell
[next]