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

Commit 8471b91

Browse files
authored
Correct EIP-712 encoding (#11092)
* support encoding custom array types as fields * new line * removed expect * Update util/EIP-712/src/encode.rs Co-Authored-By: Andronik Ordian <[email protected]> * bump lunarity * update cargo lock * nits * nits
1 parent 4979c62 commit 8471b91

File tree

4 files changed

+353
-109
lines changed

4 files changed

+353
-109
lines changed

Cargo.lock

Lines changed: 35 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

util/EIP-712/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ ethereum-types = "0.6.0"
2020
failure = "0.1"
2121
itertools = "0.7"
2222
lazy_static = "1.1"
23-
toolshed = "0.4"
2423
regex = "1.0"
2524
validator = "0.8"
2625
validator_derive = "0.8"
27-
lunarity-lexer = "0.1"
26+
lunarity-lexer = "0.2"
2827
rustc-hex = "2.0"
2928
indexmap = "1.0.2"

0 commit comments

Comments
 (0)