openethereum/ethcore/src/json_tests
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
..
chain.rs Separate migrations from util (#6690) 2017-10-10 20:01:27 +02:00
executive.rs Generalize engine trait (#6591) 2017-09-26 14:19:08 +02:00
mod.rs Byzantium updates (#5855) 2017-09-15 21:07:54 +02:00
state.rs Byzantium updates (#5855) 2017-09-15 21:07:54 +02:00
test_common.rs Use memmap for dag cache (#6193) 2017-09-25 19:45:33 +02:00
transaction.rs Byzantium updates (#5855) 2017-09-15 21:07:54 +02:00
trie.rs separate trie from util and make its dependencies into libs: 2017-09-15 11:03:53 +08:00