Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

ethcrypto renamed to ethcore-crypto and moved to ethcore dir #8340

Merged
merged 4 commits into from
Apr 10, 2018

Conversation

debris
Copy link
Collaborator

@debris debris commented Apr 9, 2018

to unify crate names and locations

@debris debris added A0-pleasereview 🤓 Pull request needs code review. A2-insubstantial 👶 Pull request requires no code review (e.g., a sub-repository hash update). M4-core ⛓ Core client code / Rust. labels Apr 9, 2018
@@ -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;
Copy link
Collaborator

@niklasad1 niklasad1 Apr 9, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator

@niklasad1 niklasad1 left a 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!

@rphmeier
Copy link
Contributor

@niklasad1 historical reasons :) but I agree as well!

@5chdn 5chdn added this to the 1.11 milestone Apr 10, 2018
@niklasad1 niklasad1 added A7-looksgoodcantmerge 🙄 Pull request is reviewed well, but cannot be merged due to conflicts. and removed A0-pleasereview 🤓 Pull request needs code review. labels Apr 10, 2018
Copy link
Collaborator

@niklasad1 niklasad1 left a 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!

@niklasad1 niklasad1 added A8-looksgood 🦄 Pull request is reviewed well. and removed A7-looksgoodcantmerge 🙄 Pull request is reviewed well, but cannot be merged due to conflicts. labels Apr 10, 2018
@debris debris merged commit bd72730 into master Apr 10, 2018
@debris debris deleted the ethcore-crypto branch April 10, 2018 11:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A2-insubstantial 👶 Pull request requires no code review (e.g., a sub-repository hash update). A8-looksgood 🦄 Pull request is reviewed well. M4-core ⛓ Core client code / Rust.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants