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-19
Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compa...
Wladimir J. van der Laan
2017-01-16
Merge #9484: Introduce assumevalid setting to skip validation presumed valid ...
Pieter Wuille
2017-01-13
Merge #9490: Replace FindLatestBefore used by importmuti with FindEarliestAtL...
Pieter Wuille
2017-01-13
Merge #9375: Relay compact block messages prior to full block connection
Pieter Wuille
2017-01-13
Introduce assumevalid setting to skip presumed valid scripts.
Gregory Maxwell
2017-01-12
Add comment to describe callers to ActivateBestChain
Matt Corallo
2017-01-12
Replace FindLatestBefore used by importmuti with FindEarliestAtLeast.
Gregory Maxwell
2017-01-12
Merge #9472: Disentangle progress estimation from checkpoints and update it
Wladimir J. van der Laan
2017-01-11
Use a temp pindex to avoid a const_cast in ProcessNewBlockHeaders
Matt Corallo
2017-01-11
Shorten variable names and switch to tx/s
Pieter Wuille
2017-01-10
Add pruneblockchain RPC to enable manual block file pruning.
mrbandrews
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-05
Add a CValidationInterface::NewPoWValidBlock callback
Matt Corallo
2017-01-04
Remove SIGCHECK_VERIFICATION_FACTOR
Pieter Wuille
2017-01-04
Move tx estimation data out of CCheckPointData
Pieter Wuille
2017-01-04
[MOVEONLY] Move progress estimation out of checkpoints
Pieter Wuille
2017-01-04
Call AcceptBlock with the block's shared_ptr instead of CBlock&
Matt Corallo
2017-01-04
Make CBlockIndex*es in net_processing const
Matt Corallo
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
[next]