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