This repository was archived by the owner on Nov 6, 2020. It is now read-only.
Delete crates from parity-ethereum and fetch them from parity-common instead#9083
Merged
Delete crates from parity-ethereum and fetch them from parity-common instead#9083
Conversation
* master: remove util-error (#9054)
* master: fetch: replace futures-timer with tokio-timer (#9066)
Specific rev
* master: Clean up deprecated options and add CHECK macro (#9036) Replace `std::env::home_dir` with `dirs::home_dir` (#9077) fix warning in secret-store test (#9074) SeedHashCompute remove needless `new` impl (#9063) remove trait bounds from several structs (#9055) docs: add changelog for 1.10.9 stable and 1.11.6 beta (#9069) Enable test in `miner/pool/test` (#9072)
Collaborator
|
tbh, I'd rather merge this one instead of #9011 :) |
Collaborator
Author
Contributor
|
I'm not sure I understand the difference between the two PRs. |
Collaborator
Author
debris
approved these changes
Jul 10, 2018
Collaborator
Author
|
@debris @niklasad1 I closed #9011 in favor of this one, please add any outstanding issues here. |
Collaborator
|
let's merge this ASAP |
niklasad1
approved these changes
Jul 10, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part 2 of issue #9011
Here the moved crates are actually removed from
parity-ethereum.Crates:
Merge after #9058