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

Commit

Permalink
Correct EIP-712 encoding (#11092)
Browse files Browse the repository at this point in the history
* support encoding custom array types as fields

* new line

* removed expect

* Update util/EIP-712/src/encode.rs

Co-Authored-By: Andronik Ordian <write@reusable.software>

* bump lunarity

* update cargo lock

* nits

* nits
  • Loading branch information
seunlanlege authored and s3krit committed Oct 21, 2019
1 parent 72135eb commit 905752b
Show file tree
Hide file tree
Showing 4 changed files with 343 additions and 107 deletions.
30 changes: 25 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions util/EIP-712/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ ethereum-types = "0.6.0"
failure = "0.1"
itertools = "0.7"
lazy_static = "1.1"
toolshed = "0.4"
regex = "1.0"
validator = "0.8"
validator_derive = "0.8"
lunarity-lexer = "0.1"
lunarity-lexer = "0.2"
rustc-hex = "2.0"
indexmap = "1.0.2"
Loading

0 comments on commit 905752b

Please sign in to comment.