openethereum/sync/src
Robert Habermeier 723d837d05 Snapshot format changes (#2234)
Closes #2213
Omit transaction and receipt roots from abridged block.
No longer use RLP compression.

Make ordered_trie_root generic over an iterator to save an allocation.

Breaks snapshot format backwards compatibility (with other 1.4 snapshots -- it's already been broken with 1.3).

Documentation will need updating
2016-09-22 19:47:03 +02:00
..
tests Bump clippy & Fix warnings (#2109) 2016-09-16 23:03:26 +02:00
api.rs Snapshot sync (#2047) 2016-09-06 15:31:13 +02:00
blocks.rs Snapshot format changes (#2234) 2016-09-22 19:47:03 +02:00
chain.rs Fix syncing with pv63 peers 2016-09-20 17:36:56 +08:00
lib.rs Snapshot sync (#2047) 2016-09-06 15:31:13 +02:00
snapshot.rs Snapshot sync (#2047) 2016-09-06 15:31:13 +02:00
sync_io.rs Snapshot sync (#2047) 2016-09-06 15:31:13 +02:00