grin/core
Gary Yu d719493483 HeaderSync optimization (#1372) (#1400)
* improve: HeaderSync optimization (#1372)
* remove get_locator() optimization, which should be an independent pr for security review
* refactoring: move 'headers_streaming_body()' from Message to Protocol
* move 2 headers utils functions out of Protocol, and remove 'pub'
* support reading variable size of BlockHeader, from Cuckoo30 to Cuckoo36
* fix: use global::min_sizeshift() instead of hardcoded 30, because Cuckoo10 will be used for AutomatedTesting chain
* fix: should use global::proofsize() instead of hardcoded 42 when calculate serialized_size_of_header
* replace another 42 with global::proofsize()
2018-08-30 19:50:55 -04:00
..
fuzz Update fuzz in core crate 2018-08-09 11:37:11 +02:00
src HeaderSync optimization (#1372) (#1400) 2018-08-30 19:50:55 -04:00
tests Add test coverage for verifier_cache 2018-08-30 15:08:16 -04:00
Cargo.toml cache rangeproof and kernel signature verification results (#1419) 2018-08-30 15:44:34 +01:00