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
/
script_error.h
Age
Commit message (
Expand
)
Author
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-10-12
Implement Tapscript script validation rules (BIP 342)
Johnson Lau
2020-10-12
Implement Taproot validation (BIP 341)
Pieter Wuille
2020-10-12
Support for Schnorr signatures and integration in SignatureCheckers (BIP 340)
Pieter Wuille
2020-05-22
refactor: Replace const char* to std::string
Calvin Kim
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-05-05
Add constant scriptCode policy in non-segwit scripts
Johnson Lau
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-10-16
Require compressed keys in segwit as policy and disable signing with uncompre...
Johnson Lau
2016-09-27
Add policy: null signature for failed CHECK(MULTI)SIG
Johnson Lau
2016-09-23
Make non-minimal OP_IF/NOTIF argument non-standard for P2WSH
Johnson Lau
2016-06-22
BIP141: Witness program
Pieter Wuille
2016-02-14
BIP112: Implement CHECKSEQUENCEVERIFY
Mark Friedenbach
2015-06-21
Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65)
Peter Todd
2015-01-08
Merge pull request #5143
Wladimir J. van der Laan
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-05
Normalize header guard of script_error.h
Pavel JanÃk
2014-11-25
Add SCRIPT_VERIFY_CLEANSTACK (BIP62 rule 6)
Pieter Wuille
2014-11-20
Make STRICTENC invalid pubkeys fail the script rather than the opcode.
Pieter Wuille
2014-11-17
Discourage NOPs reserved for soft-fork upgrades
Peter Todd
2014-11-14
script: create sane error return codes for script validation and remove logging
Cory Fields