index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
script
/
script.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFY
BtcDrak
2016-06-28
1
-2
/
+2
*
[RPC] signrawtransaction can sign P2WSH
NicolasDorier
2016-06-22
1
-0
/
+1
*
BIP141: Witness program
Pieter Wuille
2016-06-22
1
-0
/
+1
*
BIP144: Serialization, hashes, relay (sender side)
Pieter Wuille
2016-06-22
1
-0
/
+14
*
Merge #7907: Optimize and Cleanup CScript::FindAndDelete
Wladimir J. van der Laan
2016-05-05
1
-3
/
+12
|
\
|
*
Improve worst-case behavior of CScript::FindAndDelete
Patrick Strateman
2016-04-21
1
-2
/
+11
|
*
Replace c-style cast with c++ style static_cast.
Patrick Strateman
2016-04-19
1
-1
/
+1
|
*
Replace memcmp with std::equal in CScript::FindAndDelete
Patrick Strateman
2016-04-19
1
-1
/
+1
*
|
Treat overly long scriptPubKeys as unspendable
Pieter Wuille
2016-04-25
1
-1
/
+1
*
|
Introduce constant for maximum CScript length
Pieter Wuille
2016-04-25
1
-0
/
+3
|
/
*
BIP112: Implement CHECKSEQUENCEVERIFY
Mark Friedenbach
2016-02-14
1
-0
/
+12
*
Merge pull request #7205
Wladimir J. van der Laan
2016-01-05
1
-1
/
+1
|
\
|
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
|
Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY.
mb300sd
2015-12-15
1
-2
/
+2
|
/
*
Prevector type
Pieter Wuille
2015-11-13
1
-5
/
+9
*
script: Remove magic numbers
David Hill
2015-10-15
1
-1
/
+8
*
Accept any sequence of PUSHDATAs in OP_RETURN outputs
Peter Todd
2015-10-01
1
-1
/
+0
*
Add IsPushOnly(const_iterator pc)
Peter Todd
2015-10-01
1
-0
/
+1
*
Resolve issue 3166.
mruddy
2015-07-30
1
-1
/
+0
*
Separate core memory usage computation in core_memusage.h
Pieter Wuille
2015-07-20
1
-3
/
+0
*
Implement accurate memory accounting for mempool
Pieter Wuille
2015-07-10
1
-0
/
+3
*
add CReserveScript to allow modular script keeping/returning
Jonas Schnelli
2015-07-01
1
-0
/
+9
*
Merge pull request #6124
Wladimir J. van der Laan
2015-06-26
1
-3
/
+9
|
\
|
*
Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65)
Peter Todd
2015-06-21
1
-0
/
+1
|
*
Move LOCKTIME_THRESHOLD to src/script/script.h
Peter Todd
2015-05-09
1
-0
/
+4
|
*
Make CScriptNum() take nMaxNumSize as an argument
Peter Todd
2015-05-09
1
-3
/
+4
*
|
fix header include groups
Philip Kaufmann
2015-05-14
1
-1
/
+2
|
/
*
src/script/script.h: endian compatibility for PUSHDATA sizes
Wladimir J. van der Laan
2015-03-06
1
-7
/
+9
*
Remove whitespaces before double colon in errors and logs
Pavel Janík
2015-01-31
1
-1
/
+1
*
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
*
Make comments in /src/script doxygen compatible
Michael Ford
2014-11-10
1
-18
/
+26
*
Fix all header defines
Pavel Janík
2014-11-03
1
-3
/
+3
*
Improve CScriptNum() comment
Peter Todd
2014-10-25
1
-2
/
+17
*
Add SCRIPT_VERIFY_MINIMALDATA (BIP62 rules 3 and 4)
Pieter Wuille
2014-10-25
1
-7
/
+11
*
Add SCRIPT_VERIFY_SIGPUSHONLY (BIP62 rule 2)
Pieter Wuille
2014-10-25
1
-1
/
+1
*
fix build with libc++ after 85c579e
Cory Fields
2014-10-23
1
-0
/
+1
*
script: add a slew of includes all around and drop includes from script.h
Cory Fields
2014-10-17
1
-6
/
+6
*
script: move ToString and ValueString out of the header
Cory Fields
2014-10-17
1
-29
/
+1
*
script: add ToByteVector() for converting anything with begin/end
Cory Fields
2014-10-17
1
-23
/
+6
*
script: move CScriptID to standard.h and add a ctor for creating them from CS...
Cory Fields
2014-10-17
1
-6
/
+0
*
Merge pull request #4969
Wladimir J. van der Laan
2014-09-25
1
-1
/
+1
|
\
|
*
Reinitializing list's begin iterator after few elements were erased from the ...
ENikS
2014-09-23
1
-1
/
+1
*
|
Fixing C4146 warning
ENikS
2014-09-25
1
-1
/
+1
|
/
*
Fixing condition 'sabotaging' MSVC build
ENikS
2014-09-19
1
-2
/
+0
*
Move CTxDestination from script/script to script/standard
Pieter Wuille
2014-09-16
1
-17
/
+0
*
cleanup new script files (no code changes)
Philip Kaufmann
2014-09-14
1
-3
/
+3
*
Move CScript class and dependencies to script/script
jtimon
2014-09-08
1
-0
/
+645