grin/core/tests
Antioch Peverell 939d391e0e
cache rangeproof and kernel signature verification results (#1419)
* wip - cache rangeproof verification

* rustfmt

* rustfmt

* rename to ok_verifier

* rustfmt

* wire in caching verifier in more places
skip rangeproof and kernel signature verification during deserialization

* rustfmt

* actually cache verification results via ok verifier

* rustfmt

* cleanup

* pass a cache around, not a verifier

* rustfmt

* cleanup trait shenanigans

* rustfmt

* core tests passing

* rustfmt

* rustfmt

* tests passing

* rustfmt

* verifier cache now takes vecs of data in and out

* rustfmt

* logging + rustfmt

* add docs and comments
2018-08-30 15:44:34 +01:00
..
common Introduce cut_through method to avoid code duplication (#1355) 2018-08-15 16:20:33 -07:00
vec_backend Consolidate and cleanup tx aggregation (#1332) 2018-08-12 19:08:08 -07:00
block.rs cache rangeproof and kernel signature verification results (#1419) 2018-08-30 15:44:34 +01:00
consensus.rs improve: time crate flagged as deprecated, switch to actively maintained chrono crate (#1297) 2018-07-30 09:33:28 +01:00
core.rs cache rangeproof and kernel signature verification results (#1419) 2018-08-30 15:44:34 +01:00
merkle_proof.rs [consensus breaking] New Improved Merkle Proofs (#1119) 2018-06-20 15:18:52 -04:00
pmmr.rs Consolidate and cleanup tx aggregation (#1332) 2018-08-12 19:08:08 -07:00
transaction.rs Use updated bulletproof API (#1194) 2018-06-25 12:28:56 +01:00