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

Move EIP-712 crate back to parity-ethereum #10106

Merged
merged 2 commits into from
Dec 28, 2018
Merged

Move EIP-712 crate back to parity-ethereum #10106

merged 2 commits into from
Dec 28, 2018

Conversation

seunlanlege
Copy link
Member

@seunlanlege seunlanlege commented Dec 27, 2018

converted to rust 2018 module, added readme, license

@parity-cla-bot
Copy link

It looks like @seunlanlege signed our Contributor License Agreement. 👍

Many thanks,

Parity Technologies CLA Bot

@seunlanlege seunlanlege added A2-insubstantial 👶 Pull request requires no code review (e.g., a sub-repository hash update). M4-core ⛓ Core client code / Rust. labels Dec 27, 2018
@@ -156,35 +156,22 @@
//! }
//! ```

#![warn(missing_docs, unused_extern_crates)]
#![warn(missing_docs)]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why remove unused_extern_crates?

Copy link
Member Author

Choose a reason for hiding this comment

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

this module uses rust 2018, no need for extern crates

Copy link
Member

@ordian ordian left a comment

Choose a reason for hiding this comment

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

lgtm

@sorpaas sorpaas merged commit 912e559 into master Dec 28, 2018
@sorpaas sorpaas deleted the eip712-crate branch December 28, 2018 09:36
@5chdn 5chdn added this to the 2.3 milestone Dec 28, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A2-insubstantial 👶 Pull request requires no code review (e.g., a sub-repository hash update). M4-core ⛓ Core client code / Rust.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants