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

Commit

Permalink
Implementation of EIP 2537 (#11707)
Browse files Browse the repository at this point in the history
  • Loading branch information
shamatar authored and adria0 committed Jun 9, 2020
1 parent 66d11ba commit 9132ab2
Show file tree
Hide file tree
Showing 7 changed files with 1,132 additions and 6 deletions.
73 changes: 72 additions & 1 deletion Cargo.lock

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

1 change: 1 addition & 0 deletions ethcore/builtin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ log = "0.4"
num = { version = "0.1", default-features = false, features = ["bigint"] }
parity-bytes = "0.1"
parity-crypto = { version = "0.6.1", features = ["publickey"] }
eth_pairings = { git = "https://github.com/matter-labs/eip1962.git", default-features = false, features = ["eip_2537"], rev = "ece6cbabc41948db4200e41f0bfdab7ab94c7af8" }

[dev-dependencies]
hex-literal = "0.2.1"
Expand Down
Loading

0 comments on commit 9132ab2

Please sign in to comment.