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
/
consensus
Age
Commit message (
Expand
)
Author
2017-06-01
Merge CCoinsViewCache's GetOutputFor and AccessCoin
Pieter Wuille
2017-06-01
Switch from per-tx to per-txout CCoinsViewCache methods in some places
Pieter Wuille
2017-04-06
MOVEONLY: tx functions to consensus/tx_verify.o
Jorge Timón
2017-01-27
[trivial] Fix typos in comments
practicalswift
2017-01-13
Introduce assumevalid setting to skip presumed valid scripts.
Gregory Maxwell
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-11-19
Make CBlock::vtx a vector of shared_ptr<CTransaction>
Pieter Wuille
2016-11-02
IBD check uses minimumchain work instead of checkpoints.
Gregory Maxwell
2016-10-17
Define start and end time for segwit deployment
Pieter Wuille
2016-08-28
Merge #8607: [doc] Fix doxygen off-by-one comments, fix typos
Wladimir J. van der Laan
2016-08-22
[doc] Fix typos in comments, doxygen: Fix comment syntax
MarcoFalke
2016-07-23
Consensus: Remove ISM
NicolasDorier
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-22
BIP141: Commitment structure and deployment
Pieter Wuille
2016-06-06
Implement BIP 9 GBT changes
Luke Dashjr
2016-03-18
Add CHECKSEQUENCEVERIFY softfork through BIP9
Pieter Wuille
2016-03-15
Add testing of ComputeBlockVersion
Suhas Daftuar
2016-03-15
BIP9 Implementation
Pieter Wuille
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
Add missing copyright headers
MarcoFalke
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-11-27
Switch blocks to a constant-space Merkle root/branch algorithm.
Pieter Wuille
2015-11-27
Add merkle.{h,cpp}, generic merkle root/branch algorithm
Pieter Wuille
2015-11-12
Merge pull request #6931
Pieter Wuille
2015-11-03
Restore MedianTimePast for locktime.
Gregory Maxwell
2015-11-02
Make skipping BIP30 check chain agnostic
Alex Morcos
2015-11-01
Revert "Add rules--presently disabled--for using GetMedianTimePast as endpoin...
Gregory Maxwell
2015-10-23
Add rules--presently disabled--for using GetMedianTimePast as endpoint for lo...
Mark Friedenbach
2015-10-19
Added fPowNoRetargeting field to Consensus::Params that disables nBits recalc...
Eric Lombrozo
2015-08-06
Add debug message to CValidationState for optional extra information
Wladimir J. van der Laan
2015-06-30
Add absurdly high fee message to validation state (for RPC propagation)
Shaul Kfir
2015-06-26
Merge pull request #6124
Wladimir J. van der Laan
2015-06-04
use const references where appropriate
Philip Kaufmann
2015-05-15
Consensus: MOVEONLY: Move CValidationState from main consensus/validation
jtimon
2015-05-09
Move LOCKTIME_THRESHOLD to src/script/script.h
Peter Todd
2015-04-20
Consensus: Create consensus/consensus.h with some constants
jtimon
2015-04-20
ensure consistent header comment naming conventions
Philip Kaufmann
2015-04-10
consensus: don't use arith_uint256 in consensus.h
Cory Fields
2015-03-25
Consensus: Refactor: Introduce Consensus::Params class
Jorge Timón
[prev]