This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Delete crates from parity-ethereum and fetch them from parity-common instead #9083
Merged
Conversation
This file contains 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
* 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)
5chdn
added
A0-pleasereview 🤓
Pull request needs code review.
M5-dependencies 🖇
Dependencies.
labels
Jul 10, 2018
tbh, I'd rather merge this one instead of #9011 :) |
I'm not sure I understand the difference between the two PRs. |
debris
approved these changes
Jul 10, 2018
@debris @niklasad1 I closed #9011 in favor of this one, please add any outstanding issues here. |
let's merge this ASAP |
debris
added
A8-looksgood 🦄
Pull request is reviewed well.
and removed
A0-pleasereview 🤓
Pull request needs code review.
labels
Jul 10, 2018
5chdn
added
P2-asap 🌊
No need to stop dead in your tracks, however issue should be addressed as soon as possible.
B9-blocker 🚧
This pull request blocks the next release from happening. Use only in extreme cases.
labels
Jul 10, 2018
niklasad1
approved these changes
Jul 10, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
A8-looksgood 🦄
Pull request is reviewed well.
B9-blocker 🚧
This pull request blocks the next release from happening. Use only in extreme cases.
M5-dependencies 🖇
Dependencies.
P2-asap 🌊
No need to stop dead in your tracks, however issue should be addressed as soon as possible.
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