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

Bump ethabi & ethereum-types. #8258

Merged
merged 4 commits into from
Apr 2, 2018
Merged

Bump ethabi & ethereum-types. #8258

merged 4 commits into from
Apr 2, 2018

Conversation

tomusdrw
Copy link
Collaborator

@tomusdrw tomusdrw added A0-pleasereview 🤓 Pull request needs code review. M4-core ⛓ Core client code / Rust. labels Mar 29, 2018
@5chdn 5chdn added this to the 1.11 milestone Mar 29, 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.

Looks good but somebody who is familiar with test.sh probably need to have a look at this.

Also needs to be rebased

andresilva
andresilva approved these changes Apr 2, 2018
Copy link
Contributor

@andresilva andresilva left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -1099,7 +1099,7 @@ fn save_key(path: &Path, key: &Secret) {
if let Err(e) = restrict_permissions_owner(path, true, false) {
warn!(target: "network", "Failed to modify permissions of the file ({})", e);
}
if let Err(e) = file.write(&key.hex().into_bytes()) {
if let Err(e) = file.write(&key.hex().into_bytes()[2..]) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Was this needed or was changed just for "style"? I.e. will Secret::from_str work with and without the 0x prefix?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

That was required, test caught it.

@andresilva andresilva added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Apr 2, 2018
@andresilva andresilva merged commit 9108a3b into master Apr 2, 2018
@5chdn 5chdn added the M5-dependencies 🖇 Dependencies. label Apr 5, 2018
@debris debris deleted the td-ethtypes branch April 10, 2018 09:08
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. M4-core ⛓ Core client code / Rust. M5-dependencies 🖇 Dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants