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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Merge #12298: Refactor HaveKeys to early return on false result
Wladimir J. van der Laan
2018-02-08
1
-8
/
+5
|
\
\
\
|
*
|
|
Refactor HaveKeys to early return on false result
João Barbosa
2018-01-29
1
-8
/
+5
*
|
|
|
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
*
|
|
|
Merge #11403: SegWit wallet support
Jonas Schnelli
2018-01-10
4
-10
/
+48
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
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
2
-10
/
+19
|
*
|
|
Abstract out IsSolvable from Witnessifier
Pieter Wuille
2018-01-03
2
-0
/
+25
|
|
|
/
|
|
/
|
*
|
|
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
15
-15
/
+15
*
|
|
Merge #10657: Utils: Improvements to ECDSA key-handling code
Wladimir J. van der Laan
2017-12-20
1
-0
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add comments
Jack Grigg
2017-07-17
1
-0
/
+6
*
|
|
Merge #10574: Remove includes in .cpp files for things the corresponding .h f...
Wladimir J. van der Laan
2017-12-12
2
-2
/
+0
|
\
\
\
|
*
|
|
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
2
-2
/
+0
*
|
|
|
Merge #10699: Make all script validation flags backward compatible
Wladimir J. van der Laan
2017-12-12
2
-15
/
+14
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Make all script verification flags softforks
Pieter Wuille
2017-06-30
2
-15
/
+14
*
|
|
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
15
-55
/
+55
*
|
|
|
Merge #9572: Skip witness sighash cache for non-segwit transactions
Wladimir J. van der Laan
2017-10-05
2
-6
/
+12
|
\
\
\
\
|
*
|
|
|
Skip precompute sighash for transactions without witness
Johnson Lau
2017-01-19
2
-6
/
+12
*
|
|
|
|
Merge #11411: script: Change SignatureHash input index check to an assert.
Wladimir J. van der Laan
2017-10-02
1
-4
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
script: Change SignatureHash input index check to an assert.
Jim Posen
2017-09-27
1
-4
/
+2
*
|
|
|
|
|
Merge #11284: Fix invalid memory access in CScript::operator+= (guidovranken,...
Wladimir J. van der Laan
2017-10-02
1
-0
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fix invalid memory access in CScript::operator+=
Anthony Towns
2017-09-11
1
-0
/
+1
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Add error string for CLEANSTACK script violation, preventing an "unknown erro...
Mark Friedenbach
2017-09-29
1
-0
/
+2
*
|
|
|
|
|
Implement BIP173 addresses and tests
Pieter Wuille
2017-09-28
4
-4
/
+81
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
[script] Unit tests for IsMine
Jim Posen
2017-09-21
1
-0
/
+2
|
/
/
/
/
*
|
|
|
Merge #10793: Changing &var[0] to var.data()
Wladimir J. van der Laan
2017-09-08
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Changing &vec[0] to vec.data(), what 9804 missed
MeshCollider
2017-09-08
1
-1
/
+1
*
|
|
|
|
Introduce wrappers around CBitcoinAddress
Pieter Wuille
2017-09-06
2
-1
/
+8
|
/
/
/
/
*
|
|
|
Comments: More comments on functions/globals in standard.h.
Jim Posen
2017-08-18
2
-7
/
+58
*
|
|
|
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
3
-4
/
+4
*
|
|
|
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: stop using the gArgs wrappers
Marko Bencun
2017-08-14
1
-1
/
+1
*
|
|
|
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
6
-12
/
+12
|
/
/
/
*
|
|
Avoid dereference-of-casted-pointer
Pieter Wuille
2017-07-07
2
-2
/
+10
*
|
|
Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>
Wladimir J. van der Laan
2017-07-04
3
-3
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
scripted-diff: Remove #include <boost/foreach.hpp>
Jorge Timón
2017-06-22
3
-3
/
+0
*
|
|
Merge #10192: Cache full script execution results in addition to signatures
Wladimir J. van der Laan
2017-06-29
1
-3
/
+3
|
\
\
\
|
*
|
|
Update -maxsigcachesize doc clarify init logprints for it
Matt Corallo
2017-06-22
1
-2
/
+2
|
*
|
|
Cache full script execution results in addition to signatures
Matt Corallo
2017-06-07
1
-1
/
+1
*
|
|
|
Use the override specifier (C++11) where we expect to be overriding the virtu...
practicalswift
2017-06-28
4
-9
/
+9
*
|
|
|
Merge #9544: [trivial] Add end of namespace comments. Improve consistency.
Wladimir J. van der Laan
2017-06-26
5
-6
/
+6
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
[trivial] Add end of namespace comments
practicalswift
2017-05-31
5
-6
/
+6
*
|
|
|
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-13
3
-7
/
+7
|
\
\
\
\
|
*
|
|
|
scripted-diff: Remove PAIRTYPE
Jorge Timón
2017-06-05
1
-1
/
+1
|
*
|
|
|
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-05
3
-7
/
+7
|
|
|
/
/
|
|
/
|
|
*
|
|
|
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
|
|
/
/
/
*
|
|
|
Merge #10521: Limit variable scope
Pieter Wuille
2017-06-09
1
-2
/
+1
|
\
\
\
\
|
*
|
|
|
Limit variable scope
practicalswift
2017-06-05
1
-2
/
+1
|
|
/
/
/
[prev]
[next]