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
/
primitives
/
block.h
Age
Commit message (
Expand
)
Author
2017-06-04
Perform member initialization in initialization lists where possible
practicalswift
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-11-19
Introduce convenience type CTransactionRef
Pieter Wuille
2016-11-19
Make CBlock::vtx a vector of shared_ptr<CTransaction>
Pieter Wuille
2016-11-07
Get rid of nType and nVersion
Pieter Wuille
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
BIP144: Serialization, hashes, relay (sender side)
Pieter Wuille
2016-03-15
BIP9 Implementation
Pieter Wuille
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-10-08
Add CHECKLOCKTIMEVERIFY (BIP65) soft-fork logic
Peter Todd
2015-09-22
Avoid duplicate CheckBlock checks
Pieter Wuille
2015-09-22
Do not store Merkle branches in the wallet.
Pieter Wuille
2015-04-20
Consensus: Create consensus/consensus.h with some constants
jtimon
2015-02-01
BIP66 changeover logic
Pieter Wuille
2015-01-06
Merge pull request #5520
Wladimir J. van der Laan
2015-01-05
Replace direct use of 0 with SetNull and IsNull
Wladimir J. van der Laan
2014-12-20
IsNull doesn't change CBlockLocator, add const hint
Pavel JanÃk
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-16
Remove references to X11 licence
Michael Ford
2014-12-05
Move CMerkleBlock and CPartialMerkleTree to their own file
Matt Corallo
2014-12-03
MOVEONLY: core/ -> primitives/
Luke Dashjr