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

reveal surprise #331

Merged
merged 3 commits into from
Feb 3, 2016
Merged

reveal surprise #331

merged 3 commits into from
Feb 3, 2016

Conversation

debris
Copy link
Collaborator

@debris debris commented Feb 3, 2016

No description provided.

@debris debris added the A0-pleasereview 🤓 Pull request needs code review. label Feb 3, 2016
@@ -13,8 +14,7 @@ impl Web3Client {
impl Web3 for Web3Client {
fn client_version(&self, params: Params) -> Result<Value, Error> {
match params {
//Params::None => Ok(Value::String("parity/0.1.0/-/rust1.7-nightly".to_owned())),
Params::None => Ok(Value::String("surprise/0.1.0/surprise/surprise".to_owned())),
Params::None => Ok(Value::String(format!("parity/0.9.0/{}/rust1.8-nightly", Target::os()).to_owned())),
Copy link
Collaborator

Choose a reason for hiding this comment

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

version should not be hardcoded

@arkpar arkpar added A5-grumble 🔥 Pull request has minor issues that must be addressed before merging. and removed A0-pleasereview 🤓 Pull request needs code review. labels Feb 3, 2016
@debris
Copy link
Collaborator Author

debris commented Feb 3, 2016

I changed it to use package version, ideally in future we will have just one place where we set up version for all packages

@gavofyork gavofyork added A8-looksgood 🦄 Pull request is reviewed well. and removed A5-grumble 🔥 Pull request has minor issues that must be addressed before merging. labels Feb 3, 2016
arkpar added a commit that referenced this pull request Feb 3, 2016
@arkpar arkpar merged commit 755b081 into master Feb 3, 2016
@debris debris deleted the reveal_surprise branch February 3, 2016 17:06
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.

3 participants