openethereum/parity
David 48629c2bd4
Move snapshot related traits to their proper place (#11012)
* 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

* Move SnapshotClient and SnapshotWriter to their proper places
Sort out the circular dependency between snapshot and ethcore by moving all snapshot tests to own crate, snapshot-tests

* cleanup

* Cleanup

* fix merge issues

* Update ethcore/snapshot/snapshot-tests/Cargo.toml

Co-Authored-By: Andronik Ordian <write@reusable.software>

* Sort out botched merge

* Ensure snapshot-tests run

* Docs

* Fix grumbles
2019-09-10 22:44:33 +02:00
..
cli cli: update usage and version headers (#10924) 2019-09-05 16:07:26 +02:00
db fix compile warnings (#10993) 2019-08-27 17:29:33 +02:00
light_helpers fix compile warnings (#10993) 2019-08-27 17:29:33 +02:00
logger update parking-lot to 0.8 (#10845) 2019-07-05 15:19:38 +02:00
account_utils.rs fix compile warnings (#10993) 2019-08-27 17:29:33 +02:00
account.rs Upgrade to parity-crypto 0.4 (#10650) 2019-05-28 07:50:10 +02:00
blockchain.rs Add new line after writing block to hex file. (#10984) 2019-09-09 13:46:05 +02:00
cache.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
configuration.rs Add new line after writing block to hex file. (#10984) 2019-09-09 13:46:05 +02:00
deprecated.rs whisper is no longer a part of parity-ethereum repo (#10855) 2019-07-12 14:15:30 +02:00
export_hardcoded_sync.rs Extract spec to own crate (#10978) 2019-08-23 15:32:58 +02:00
helpers.rs Extract the Engine trait (#10958) 2019-08-15 17:59:22 +02:00
informant.rs Extract snapshot to own crate (#11010) 2019-09-03 11:29:25 +02:00
ipfs.rs fix compile warnings (#10993) 2019-08-27 17:29:33 +02:00
lib.rs Extract snapshot to own crate (#11010) 2019-09-03 11:29:25 +02:00
main.rs parity/main.rs uses eprintln instead of raw stderr interface (#10427) 2019-02-27 11:41:03 +03:00
modules.rs Extract snapshot to own crate (#11010) 2019-09-03 11:29:25 +02:00
params.rs xDai chain support and nodes list update (#10989) 2019-08-29 09:33:33 +02:00
presale.rs Upgrade to parity-crypto 0.4 (#10650) 2019-05-28 07:50:10 +02:00
rpc_apis.rs Extract snapshot to own crate (#11010) 2019-09-03 11:29:25 +02:00
rpc.rs update jsonrpc to 12.0 (#10841) 2019-07-05 16:24:23 +08:00
run.rs Extract snapshot to own crate (#11010) 2019-09-03 11:29:25 +02:00
secretstore.rs fix compile warnings (#10993) 2019-08-27 17:29:33 +02:00
signer.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
snapshot_cmd.rs Move snapshot related traits to their proper place (#11012) 2019-09-10 22:44:33 +02:00
stratum.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
upgrade.rs Add message to IO errors (#10324) 2019-02-18 20:39:38 +03:00
user_defaults.rs Extract the Engine trait (#10958) 2019-08-15 17:59:22 +02:00