openethereum/ethcore/src/snapshot
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 Remove panickers from trie iterators (#2209) 2016-09-21 12:56:13 +02:00
account.rs Remove panickers from trie iterators (#2209) 2016-09-21 12:56:13 +02:00
block.rs Snapshot format changes (#2234) 2016-09-22 19:47:03 +02:00
error.rs port ethcore 2016-09-01 14:29:59 +02:00
io.rs Add a few small snapshot tests (#2038) 2016-09-05 12:24:03 +02:00
mod.rs Snapshot format changes (#2234) 2016-09-22 19:47:03 +02:00
service.rs Remove panickers from trie iterators (#2209) 2016-09-21 12:56:13 +02:00
snapshot_service_trait.rs Snapshot sync (#2047) 2016-09-06 15:31:13 +02:00
watcher.rs periodic snapshot tweaks (#2054) 2016-09-07 15:27:14 +02:00