Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-28 | Use the override specifier (C++11) where we expect to be overriding the ↵ | practicalswift | |
virtual function of a base class | |||
2017-04-12 | Deduplicate SignatureCacheHasher | Jeremy Rubin | |
This moves the SignatureCacheHasher to the sigcache header, out of the anonymous namespace, so that the tests can import it. | |||
2017-03-03 | Merge #8808: Do not shadow variables (gcc set) | Wladimir J. van der Laan | |
ad1ae7a Check and enable -Wshadow by default. (Pavel Janík) 9de90bb Do not shadow variables (gcc set) (Pavel Janík) Tree-SHA512: 9517feb423dc8ddd63896016b25324673bfbe0bffa97f22996f59d7a3fcbdc2ebf2e43ac02bc067546f54e293e9b2f2514be145f867321e9031f895c063d9fb8 | |||
2017-02-17 | Ensure `-maxsigcachesize` is in valid range | John Newbery | |
- If the -maxsigcachesize parameter is set to zero, setup a minimum sized sigcache (2 elements) rather than segfaulting. - Handle maxsigcachesize being negative - Handle maxsigcachesize being too large | |||
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | |
Edited via: $ contrib/devtools/copyright_header.py update . | |||
2016-12-14 | Add CuckooCache implementation and replace the sigcache map_type with it | Jeremy Rubin | |
SQUASHME: Change cuckoocache to only work for powers of two, to avoid mod operator SQUASHME: Update Documentation and simplify logarithm logic SQUASHME: OSX Build Errors SQUASHME: minor Feedback from sipa + bluematt SQUASHME: DOCONLY: Clarify a few comments. | |||
2016-12-05 | Do not shadow variables (gcc set) | Pavel Janík | |
2016-08-26 | Rename to PrecomputedTransactionData | Pieter Wuille | |
2016-08-16 | Precompute sighashes | Pieter Wuille | |
Original version by Nicolas Dorier. Precomputing version by Pieter Wuille. | |||
2016-06-22 | Refactor script validation to observe amounts | Pieter Wuille | |
This is a preparation for BIP143 support. | |||
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke | |
2015-10-31 | Make sigcache faster and more efficient | Pieter Wuille | |
2015-02-02 | Avoid storing a reference passed to SignatureChecker constructors | Pieter Wuille | |
2015-02-02 | Use separate SignatureChecker for CMutableTransaction | Pieter Wuille | |
2014-12-19 | Added "Core" to copyright headers | sandakersmann | |
Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60 | |||
2014-11-03 | Fix all header defines | Pavel Janík | |
2014-10-06 | minor license, header end comment etc. cleanup in /script | Philip Kaufmann | |
- ensure all licenses are just MIT - add a missing header end comment - ensure alphabetical ordering | |||
2014-10-02 | Replace SCRIPT_VERIFY_NOCACHE by flag directly to checker | Pieter Wuille | |
2014-10-02 | Make signature cache optional | Pieter Wuille | |