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
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
Remove template matching and pseudo opcodes
Pieter Wuille
2018-05-29
1
-7
/
+0
*
[MOVEONLY] Turn CScript::GetOp2 into a function and move to cpp
Pieter Wuille
2018-04-13
1
-53
/
+4
*
[MOVEONLY] Move CSCript::FindAndDelete to interpreter
Pieter Wuille
2018-04-13
1
-28
/
+0
*
Delete unused non-const-iterator CSCript::GetOp overloads
Pieter Wuille
2018-04-13
1
-17
/
+0
*
Make iterators in CScript::FindAndDelete const
Pieter Wuille
2018-04-13
1
-3
/
+3
*
Drop dead code CScript::Find
Ben Woosley
2018-04-12
1
-9
/
+0
*
Support serialization as another type without casting
Pieter Wuille
2018-03-20
1
-1
/
+1
*
Merge #10498: Use static_cast instead of C-style casts for non-fundamental types
MarcoFalke
2018-02-07
1
-1
/
+1
|
\
|
*
Use static_cast instead of C-style casts for non-fundamental types
practicalswift
2017-09-22
1
-1
/
+1
*
|
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-3
/
+3
*
|
Fix invalid memory access in CScript::operator+=
Anthony Towns
2017-09-11
1
-0
/
+1
|
/
*
Merge #11011: [Trivial] Add a comment on the use of prevector in script.
MarcoFalke
2017-08-16
1
-0
/
+6
|
\
|
*
[Trivial] Add a comment on the use of prevector in script.
Gregory Maxwell
2017-08-12
1
-0
/
+6
*
|
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-2
/
+2
|
/
*
Avoid dereference-of-casted-pointer
Pieter Wuille
2017-07-07
1
-0
/
+8
*
Merge #10534: Clarify prevector::erase and avoid swap-to-clear
Wladimir J. van der Laan
2017-06-13
1
-2
/
+3
|
\
|
*
Clarify prevector::erase and avoid swap-to-clear
Pieter Wuille
2017-06-09
1
-2
/
+3
*
|
Sanity check transaction scripts in DecodeHexTx
Andrew Chow
2017-06-07
1
-0
/
+3
*
|
Add a valid opcode sanity check to CScript
Andrew Chow
2017-06-07
1
-0
/
+3
|
/
*
Add constant for maximum stack size
Gregory Sanders
2017-05-02
1
-0
/
+3
*
Merge #8808: Do not shadow variables (gcc set)
Wladimir J. van der Laan
2017-03-03
1
-6
/
+6
|
\
|
*
Do not shadow variables (gcc set)
Pavel JanÃk
2016-12-05
1
-6
/
+6
*
|
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
|
Make CScript (and prevector) c++11 movable.
Pieter Wuille
2016-12-21
1
-1
/
+0
*
|
Move CTxInWitness inside CTxIn
Pieter Wuille
2016-12-04
1
-0
/
+2
|
/
*
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
|
\
[next]