grin/src/bin/tui
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
..
constants.rs Add versioning and build information (#851) 2018-03-23 10:28:15 +00:00
menu.rs Wallet implementation dynamic dispatch (#1235) 2018-07-09 18:01:19 +01:00
mining.rs Add network hashrate info to Mining pane in TUI (#1353) 2018-08-14 10:01:20 -07:00
mod.rs rustfmt 2018-06-22 09:44:38 +01:00
peers.rs Improve file-based tx send to not use private file (#1421) 2018-08-27 20:57:33 -04:00
status.rs Wallet implementation dynamic dispatch (#1235) 2018-07-09 18:01:19 +01:00
table.rs cache rangeproof and kernel signature verification results (#1419) 2018-08-30 15:44:34 +01:00
types.rs Wallet implementation dynamic dispatch (#1235) 2018-07-09 18:01:19 +01:00
ui.rs Fix logging configuration (#1303) 2018-07-31 11:14:13 +01:00
version.rs Wallet implementation dynamic dispatch (#1235) 2018-07-09 18:01:19 +01:00