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
/
params.h
Age
Commit message (
Expand
)
Author
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-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-07-23
Consensus: Remove ISM
NicolasDorier
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
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-11-02
Make skipping BIP30 check chain agnostic
Alex Morcos
2015-10-19
Added fPowNoRetargeting field to Consensus::Params that disables nBits recalc...
Eric Lombrozo
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