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
/
validation.cpp
Age
Commit message (
Expand
)
Author
2017-01-09
Make ATMP optionally return the CTransactionRefs it replaced
Matt Corallo
2017-01-06
Merge #9408: Allow shutdown during LoadMempool, dump only when necessary
Pieter Wuille
2017-01-05
Merge #9138: Improve fee estimation
Pieter Wuille
2017-01-05
Merge #8610: Share unused mempool memory with coincache
Pieter Wuille
2017-01-04
Merge #9107: Safer modify new coins
Pieter Wuille
2017-01-04
Add IsCurrentForFeeEstimatation
Alex Morcos
2017-01-04
Always update fee estimates on new blocks.
Alex Morcos
2017-01-04
Remove member variable hadNoDependencies from CTxMemPoolEntry
Alex Morcos
2017-01-04
Don't track transactions at all during IBD.
Alex Morcos
2017-01-04
Fix dangerous condition in ModifyNewCoins.
Alex Morcos
2016-12-23
Allow shutdown during LoadMempool, dump only when necessary
Jonas Schnelli
2016-12-22
Share unused mempool memory with coincache
Pieter Wuille
2016-12-21
Make AcceptToMemoryPool take CTransactionRef
Pieter Wuille
2016-12-21
Merge #8589: Inline CTxInWitness inside CTxIn
Wladimir J. van der Laan
2016-12-19
Merge #9236: Fix races for strMiscWarning and fLargeWork*Found, make QT runaw...
Wladimir J. van der Laan
2016-12-14
Merge #9273: Remove unused CDiskBlockPos* argument from ProcessNewBlock
Wladimir J. van der Laan
2016-12-14
Do not run functions with necessary side-effects in assert()
Gregory Maxwell
2016-12-09
Merge #9240: Remove txConflicted
Pieter Wuille
2016-12-07
remove no longer needed check for premature v2 txs
Alex Morcos
2016-12-05
remove external usage of mempool conflict tracking
Alex Morcos
2016-12-04
Move CTxInWitness inside CTxIn
Pieter Wuille
2016-12-05
Merge #9014: Fix block-connection performance regression
Wladimir J. van der Laan
2016-12-04
Remove unused CDiskBlockPos* argument from ProcessNewBlock
Matt Corallo
2016-12-04
Document ConnectBlock connectTrace postconditions
Matt Corallo
2016-12-04
Switch pblock in ProcessNewBlock to a shared_ptr
Matt Corallo
2016-12-04
Make the optional pblock in ActivateBestChain a shared_ptr
Matt Corallo
2016-12-04
Create a shared_ptr for the block we're connecting in ActivateBCS
Matt Corallo
2016-12-04
Keep blocks as shared_ptrs, instead of copying txn in ConnectTip
Matt Corallo
2016-12-04
Add struct to track block-connect-time-generated info for callbacks
Matt Corallo
2016-12-03
Move GetWarnings() into its own file.
Gregory Maxwell
2016-12-03
Eliminate data races for strMiscWarning and fLargeWork*Found.
Gregory Maxwell
2016-12-03
Make QT runawayException call GetWarnings instead of directly access strMiscW...
Gregory Maxwell
2016-12-02
Make CTransaction actually immutable
Pieter Wuille
2016-12-02
Switch GetTransaction to returning a CTransactionRef
Pieter Wuille
2016-12-02
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo