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
2018-04-13
Use P2SH consensus rules for all blocks
Suhas Daftuar
2018-03-22
Fix missing or inconsistent include guards
practicalswift
2018-03-21
Fix typos
practicalswift
2018-03-09
Calculate and store the number of bytes required to spend an input
Andrew Chow
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-11
Merge #10749: Use compile-time constants instead of unnamed enumerations (rem...
MarcoFalke
2017-11-06
Always-active versionbits support
Pieter Wuille
2017-11-06
[consensus] Pin P2SH activation to block 173805 on mainnet
John Newbery
2017-11-06
Improve handling of BIP9Deployment limits
Anthony Towns
2017-10-11
Merge #8498: Near-Bugfix: Optimization: Minimize the number of times it is ch...
Wladimir J. van der Laan
2017-09-20
Optimization: Minimize the number of times it is checked that no money is cre...
Jorge Timón
2017-09-15
Trivial: Fix validation comments
Dan Raviv
2017-09-07
Proper indentation for CheckTxInputs and other minor fixes
Jorge Timón
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-26
Use compile-time constants instead of unnamed enumerations (remove "enum hack")
practicalswift
2017-07-15
Fix typos
practicalswift
2017-07-14
Remove confusing MAX_BLOCK_BASE_SIZE.
Gregory Maxwell
2017-06-24
Merge #10608: Add a comment explaining the use of MAX_BLOCK_BASE_SIZE.
Wladimir J. van der Laan
2017-06-20
Merge #10537: Few Minor per-utxo assert-semantics re-adds and tweak
Pieter Wuille
2017-06-16
Add a comment explaining the use of MAX_BLOCK_BASE_SIZE.
Gregory Maxwell
2017-06-09
Restore some assert semantics in sigop cost calculations
Matt Corallo
2017-06-09
Comment out unused constant REJECT_DUST
practicalswift
2017-06-01
scripted-diff: various renames for per-utxo consistency
Pieter Wuille
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
[next]