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
/
standard.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make Taproot spends standard + policy limits
Pieter Wuille
2020-10-12
1
-1
/
+3
*
Remove GetScriptForWitness function
MeshCollider
2020-08-14
1
-10
/
+0
*
Make script/standard's BaseHash Span-convertible
Pieter Wuille
2020-07-30
1
-0
/
+3
*
scripted-diff: TxoutType C++11 scoped enum class
MarcoFalke
2020-06-21
1
-22
/
+22
*
doc: Update outdated txnouttype documentation
MarcoFalke
2020-06-21
1
-3
/
+2
*
Disallow automatic conversion between hash types
Ben Woosley
2020-06-19
1
-15
/
+77
*
Explicitly support conversion between equivalent hash types
Ben Woosley
2020-06-19
1
-0
/
+5
*
Use explicit conversion from WitnessV0KeyHash -> CKeyID
Ben Woosley
2020-06-19
1
-0
/
+1
*
Use explicit conversion from PKHash -> CKeyID
Ben Woosley
2020-06-19
1
-0
/
+1
*
Convert CPubKey to WitnessV0KeyHash directly
Ben Woosley
2020-06-19
1
-0
/
+1
*
Prefer explicit CScriptID construction
Ben Woosley
2020-06-19
1
-1
/
+1
*
Prefer explicit uint160 conversion
Ben Woosley
2020-06-19
1
-4
/
+0
*
Merge #19004: refactor: Replace const char* to std::string
MarcoFalke
2020-05-27
1
-1
/
+3
|
\
|
*
refactor: Replace const char* to std::string
Calvin Kim
2020-05-22
1
-1
/
+3
*
|
Remove outdated comment about DER encoding
Elichai Turkel
2020-05-26
1
-2
/
+1
|
/
*
Merge #17924: Bug: IsUsedDestination shouldn't use key id as script id for Sc...
Wladimir J. van der Laan
2020-01-16
1
-0
/
+5
|
\
|
*
Don't allow implementers to think ScriptHash(Witness*()) results in nesting c...
Gregory Sanders
2020-01-14
1
-0
/
+5
*
|
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
1
-1
/
+1
|
/
*
Merge #16658: validation: Rename CheckInputs to CheckInputScripts
MarcoFalke
2020-01-02
1
-1
/
+1
|
\
|
*
scripted-diff: [validation] Rename CheckInputs to CheckInputScripts
John Newbery
2019-11-07
1
-1
/
+1
*
|
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-30
1
-1
/
+1
|
/
*
Remove unused includes
practicalswift
2019-10-15
1
-1
/
+0
*
Replace CScriptID and CKeyID in CTxDestination with dedicated types
Gregory Sanders
2019-04-29
1
-3
/
+19
*
remove out-of-date comment on pay-to-witness support
r8921039
2019-04-15
1
-2
/
+1
*
Merge #13429: Return the script type from Solver
Wladimir J. van der Laan
2018-08-25
1
-3
/
+2
|
\
|
*
Return the script type from Solver
Ben Woosley
2018-07-22
1
-3
/
+2
*
|
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
|
/
*
Add P2WSH destination helper and use it instead of manual hashing
Pieter Wuille
2018-06-17
1
-0
/
+1
*
Make CScript -> CScriptID conversion explicit
Pieter Wuille
2018-04-18
1
-1
/
+1
*
Merge #11403: SegWit wallet support
Jonas Schnelli
2018-01-10
1
-2
/
+20
|
\
|
*
Extend validateaddress information for P2SH-embedded witness
Pieter Wuille
2018-01-03
1
-0
/
+4
|
*
Improve witness destination types and use them more
Pieter Wuille
2018-01-03
1
-2
/
+16
*
|
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
-2
/
+2
*
Implement BIP173 addresses and tests
Pieter Wuille
2017-09-28
1
-4
/
+33
*
Introduce wrappers around CBitcoinAddress
Pieter Wuille
2017-09-06
1
-1
/
+4
*
Comments: More comments on functions/globals in standard.h.
Jim Posen
2017-08-18
1
-4
/
+58
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
BIP143: Signing logic
Pieter Wuille
2016-06-22
1
-0
/
+3
*
[doc] Fix doxygen comments for members
MarcoFalke
2016-04-03
1
-1
/
+1
*
Get rid of inaccurate ScriptSigArgsExpected
Pieter Wuille
2016-02-01
1
-1
/
+0
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
[trivial] Reuse translation and cleanup DEFAULT_* values
MarcoFalke
2015-11-28
1
-0
/
+2
*
Constrain constant values to a single location in code
Luke Dashjr
2015-11-28
1
-0
/
+1
*
Accept any sequence of PUSHDATAs in OP_RETURN outputs
Peter Todd
2015-10-01
1
-1
/
+1
*
Also remove pay-2-pubkey from watch when adding a priv key
Matt Corallo
2015-07-20
1
-0
/
+1
*
Policy: MOVEONLY: 3 functions to policy.o:
Luke Dashjr
2015-06-26
1
-1
/
+0
*
Policy: MOVEONLY: Create policy/policy.h with some constants
Jorge Timón
2015-06-26
1
-17
/
+0
*
Enable CHECKLOCKTIMEVERIFY as a standard script verify flag
Peter Todd
2015-06-22
1
-1
/
+2
*
Merge pull request #5286
Wladimir J. van der Laan
2015-02-03
1
-1
/
+1
|
\
[next]