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
sorpaas merged 2 commits into
masterfrom
eip712-crate
Dec 28, 2018
Merged

Move EIP-712 crate back to parity-ethereum#10106
sorpaas merged 2 commits into
masterfrom
eip712-crate

Conversation

@seunlanlege
Copy link
Copy Markdown
Member

@seunlanlege seunlanlege commented Dec 27, 2018

converted to rust 2018 module, added readme, license

@parity-cla-bot
Copy link
Copy Markdown

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
Comment thread util/EIP-712/src/lib.rs
//! ```

#![warn(missing_docs, unused_extern_crates)]
#![warn(missing_docs)]
Copy link
Copy Markdown
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
Copy Markdown
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

Comment thread util/EIP-712/Cargo.toml Outdated
Comment thread util/EIP-712/LICENSE Outdated
Comment thread util/EIP-712/Cargo.toml Outdated
Comment thread util/EIP-712/Cargo.toml Outdated
Copy link
Copy Markdown
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