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

umbrella project #275

Merged
merged 3 commits into from Jan 31, 2016
Merged

umbrella project #275

merged 3 commits into from Jan 31, 2016

Conversation

debris
Copy link
Collaborator

@debris debris commented Jan 31, 2016

changes:

  • moved bin/src/main.rs to parity/main.rs
  • moved src and everything related to ethcore to ethcore directory
  • main Cargo.toml does build everything, including parity client.

usage:

  • cargo build - build parity in debug
  • cargo build --release - build parity in release
  • cargo build --features rpc - build parity with rpc enabled
  • cargo build -p ethcore --release - build only ethcore lib in release mode.
  • cargo test -p ethcore-util --release - test only ethcore-util in release mode

@debris debris added the A0-pleasereview 🤓 Pull request needs code review. label Jan 31, 2016
@@ -27,6 +27,4 @@ slab = { git = "https://github.com/arkpar/slab.git" }
sha3 = { path = "sha3" }
serde = "0.6.7"
clippy = "0.0.37"

[dev-dependencies]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why was that removed?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

library which is there is not dev-dependency. Util tests were not building when I run cargo test -p ethcore-util from project root.

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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants