-
Notifications
You must be signed in to change notification settings - Fork 1.7k
ethcrypto renamed to ethcore-crypto and moved to ethcore dir #8340
Conversation
@@ -21,7 +21,7 @@ use std::sync::mpsc; | |||
use futures::{self, Future}; | |||
use parking_lot::Mutex; | |||
use tokio_core::reactor::Core; | |||
use ethcrypto; | |||
use crypto; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/ethcrypto/crypto in the entire file
For example you forgot: https://github.com/paritytech/parity/blob/7b4955937f244b27d92b948cdedf1b3a2b598551/secret_store/src/key_server.rs#L108
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/ethcrypto/crypto otherwise it looks good!
OT: why is ethcore_sync
named ethsync
and located in folder named sync
? Would be good to rename that to ethcore-sync
instead!
@niklasad1 historical reasons :) but I agree as well! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix the merge conflict otherwise it is good!
to unify crate names and locations