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
/
script
/
bitcoinconsensus.cpp
Age
Commit message (
Expand
)
Author
2017-05-31
[trivial] Add end of namespace comments
practicalswift
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-04
Move CTxInWitness inside CTxIn
Pieter Wuille
2016-12-02
Make CTransaction actually immutable
Pieter Wuille
2016-11-07
Get rid of nType and nVersion
Pieter Wuille
2016-11-07
Make GetSerializeSize a wrapper on top of CSizeComputer
Pieter Wuille
2016-11-07
Make streams' read and write return void
Pieter Wuille
2016-10-20
libconsensus: Add input validation of flags
Wladimir J. van der Laan
2016-08-26
Rename to PrecomputedTransactionData
Pieter Wuille
2016-08-16
Precompute sighashes
Pieter Wuille
2016-06-22
[libconsensus] Script verification API with amounts
Thomas Kerin
2016-06-22
Refactor script validation to observe amounts
Pieter Wuille
2016-06-22
BIP141: Witness program
Pieter Wuille
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-11-15
Switch to libsecp256k1-based validation for ECDSA
Pieter Wuille
2015-02-02
Avoid storing a reference passed to SignatureChecker constructors
Pieter Wuille
2015-02-02
Use separate SignatureChecker for CMutableTransaction
Pieter Wuille
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-17
make all catch() arguments const
Philip Kaufmann
2014-12-03
MOVEONLY: core/ -> primitives/
Luke Dashjr
2014-11-19
build: add libbitcoinconsensus files and hook up the lib build
Cory Fields