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
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