openethereum/sync/src
Marek Kotewicz 6279ff32f5 Separate migrations from util (#6690)
* separate migration from util and make its dependencies into libs:

* snappy
* kvdb
* error
* common

* renamed common -> macros

* util error does not depend on snappy module

* ethsync does not depend on util nor ethcore_error

* nibbleslice and nibblevec merged with patricia_trie crate

* removed unused dependencies from util

* util journaldb traits does not need to be public

* util_error

* fixed ethcore compile error

* ignore .swo files

* Update chain.rs
2017-10-10 20:01:27 +02:00
..
light_sync Rename Requests to Batch 2017-09-24 20:09:30 +02:00
tests Separate migrations from util (#6690) 2017-10-10 20:01:27 +02:00
api.rs separate trie from util and make its dependencies into libs: 2017-09-15 11:03:53 +08:00
block_sync.rs Tweaked block download timeouts (#6595) (#6655) 2017-10-06 13:46:11 +02:00
blocks.rs Separate migrations from util (#6690) 2017-10-10 20:01:27 +02:00
chain.rs Separate migrations from util (#6690) 2017-10-10 20:01:27 +02:00
lib.rs Separate migrations from util (#6690) 2017-10-10 20:01:27 +02:00
snapshot.rs separate trie from util and make its dependencies into libs: 2017-09-15 11:03:53 +08:00
sync_io.rs separate trie from util and make its dependencies into libs: 2017-09-15 11:03:53 +08:00
transactions_stats.rs Don't reexport bigint from util 2017-09-04 16:36:49 +02:00