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
/
sigcache.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
script: Make ComputeEntrySchnorr and ComputeEntryECDSA const to clarify contract
practicalswift
2020-10-16
1
-2
/
+2
*
Support for Schnorr signatures and integration in SignatureCheckers (BIP 340)
Pieter Wuille
2020-10-12
1
-6
/
+29
*
scripted-diff: put ECDSA in name of signature functions
Pieter Wuille
2020-10-06
1
-4
/
+4
*
refactor: Specify boost/thread/thread.hpp explicitly
Hennadii Stepanov
2020-06-04
1
-1
/
+1
*
Use salted hasher instead of nonce in sigcache
Jeremy Rubin
2020-04-29
1
-3
/
+9
*
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-30
1
-1
/
+1
*
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-06-02
1
-1
/
+0
*
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-1
/
+1
*
Update copyright headers to 2018
DrahtBot
2018-07-27
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
-7
/
+7
*
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
1
-1
/
+1
*
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
*
|
[trivial] Add end of namespace comments
practicalswift
2017-05-31
1
-1
/
+1
|
/
*
Deduplicate SignatureCacheHasher
Jeremy Rubin
2017-04-12
1
-22
/
+0
*
Trivial: fix comments referencing AppInit2
Marko Bencun
2017-02-24
1
-1
/
+2
*
Ensure `-maxsigcachesize` is in valid range
John Newbery
2017-02-17
1
-2
/
+3
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
Add CuckooCache implementation and replace the sigcache map_type with it
Jeremy Rubin
2016-12-14
1
-38
/
+39
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
Evict sigcache entries that are seen in a block
Pieter Wuille
2015-10-31
1
-2
/
+13
*
Make sigcache faster and more efficient
Pieter Wuille
2015-10-31
1
-34
/
+46
*
Use separate SignatureChecker for CMutableTransaction
Pieter Wuille
2015-02-02
1
-2
/
+2
*
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
-4
/
+6
*
boost: moveonly: split CPubKey and friends to new files
Cory Fields
2014-10-31
1
-1
/
+1
*
minor license, header end comment etc. cleanup in /script
Philip Kaufmann
2014-10-06
1
-2
/
+2
*
Replace SCRIPT_VERIFY_NOCACHE by flag directly to checker
Pieter Wuille
2014-10-02
1
-3
/
+3
*
Make signature cache optional
Pieter Wuille
2014-10-02
1
-0
/
+88