grin/servers
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
..
src HeaderSync optimization (#1372) (#1400) 2018-08-30 19:50:55 -04:00
tests complete the 'simulate_seeding' test case for automatic test (#1441) 2018-08-30 14:58:49 +02:00
Cargo.toml Serve up web wallet application (#1367) 2018-08-17 18:51:50 +01:00