openethereum/secret-store/src
David d193ddde19
Extract snapshot to own crate (#11010)
* Move snapshot to own crate
Sort out imports

* WIP cargo toml

* Make snapshotting generic over the client
Sort out tests

* Sort out types from blockchain and client

* Sort out sync

* Sort out imports and generics

* Sort out main binary

* Fix sync test-helpers

* Sort out import for secret-store

* Sort out more imports

* Fix easy todos

* cleanup

* Cleanup

* remove unneded workspace member

* cleanup

* Sort out test-helpers dependency on account-db

* Update ethcore/client-traits/src/lib.rs

Co-Authored-By: Niklas Adolfsson <niklasadolfsson1@gmail.com>

* Update ethcore/snapshot/Cargo.toml
2019-09-03 11:29:25 +02:00
..
key_server_cluster SecretStore: non-blocking wait of session completion (#10303) 2019-06-06 13:35:06 +03:00
listener Extract snapshot to own crate (#11010) 2019-09-03 11:29:25 +02:00
types Allow CORS requests in Secret Store API (#10584) 2019-04-20 07:31:37 +02:00
acl_storage.rs Extract snapshot to own crate (#11010) 2019-09-03 11:29:25 +02:00
helpers.rs Extract the Engine trait (#10958) 2019-08-15 17:59:22 +02:00
key_server_set.rs Extract snapshot to own crate (#11010) 2019-09-03 11:29:25 +02:00
key_server.rs SecretStore: non-blocking wait of session completion (#10303) 2019-06-06 13:35:06 +03:00
key_storage.rs remove support of old SS db formats (#10757) 2019-06-18 13:49:59 +03:00
lib.rs Extract the Engine trait (#10958) 2019-08-15 17:59:22 +02:00
node_key_pair.rs SecretStore: use in-memory transport in cluster tests (#9850) 2019-02-18 13:38:19 +01:00
serialization.rs Upgrade ethereum types (#10670) 2019-06-03 15:36:21 +02:00
traits.rs SecretStore: non-blocking wait of session completion (#10303) 2019-06-06 13:35:06 +03:00
trusted_client.rs Extract the Engine trait (#10958) 2019-08-15 17:59:22 +02:00