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
*
Implement Tapscript script validation rules (BIP 342)
Johnson Lau
2020-10-12
1
-0
/
+12
*
Implement Taproot signature hashing (BIP 341)
Johnson Lau
2020-10-12
1
-0
/
+5
*
Merge #19004: refactor: Replace const char* to std::string
MarcoFalke
2020-05-27
1
-1
/
+1
|
\
|
*
refactor: Replace const char* to std::string
Calvin Kim
2020-05-22
1
-1
/
+1
*
|
Merge #18317: Serialization improvements step 6 (all except wallet/gui)
MarcoFalke
2020-05-20
1
-6
/
+1
|
\
\
|
|
/
|
/
|
|
*
Convert everything except wallet/qt to new serialization
Pieter Wuille
2020-03-30
1
-6
/
+1
*
|
Merge #18413: script: prevent UB when computing abs value for num opcode seri...
fanquake
2020-05-02
1
-1
/
+1
|
\
\
|
*
|
script: prevent UB when computing abs value for num opcode serialize
pierrenn
2020-04-09
1
-1
/
+1
|
|
/
*
|
Merge #18612: script: Remove undocumented and unused operator+
Wladimir J. van der Laan
2020-04-22
1
-25
/
+2
|
\
\
|
*
|
script: Remove undocumented and unused operator+
MarcoFalke
2020-04-15
1
-25
/
+2
*
|
|
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
|
/
/
*
/
script: Disallow silent bool -> CScript conversion
MarcoFalke
2020-04-13
1
-1
/
+1
|
/
*
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-30
1
-1
/
+1
*
Delete error-prone CScript constructor
Gregory Sanders
2019-06-13
1
-1
/
+3
*
[cleanup] Remove unused CReserveKey
John Newbery
2019-04-10
1
-9
/
+0
*
Avoid using numeric_limits for sequence numbers and lock times
Russell Yanofsky
2018-11-01
1
-0
/
+6
*
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
[next]