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.h
Age
Commit message (
Expand
)
Author
2018-03-22
Fix missing or inconsistent include guards
practicalswift
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-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2016-10-20
libconsensus: Add input validation of flags
Wladimir J. van der Laan
2016-09-30
Add NULLDUMMY verify flag in bitcoinconsensus.h
Johnson Lau
2016-07-28
libconsensus: Expose a flag for BIP112
Jorge Timón
2016-06-22
[libconsensus] Script verification API with amounts
Thomas Kerin
2016-06-22
Refactor script validation to observe amounts
Pieter Wuille
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-10-08
Add CHECKLOCKTIMEVERIFY (BIP65) soft-fork logic
Peter Todd
2015-02-01
BIP66 changeover logic
Pieter Wuille
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-11-19
build: add libbitcoinconsensus files and hook up the lib build
Cory Fields