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

Commit 1b0bbd5

Browse files
authored
Implementation of EIP 2537 (#11707)
1 parent d4733b8 commit 1b0bbd5

File tree

7 files changed

+1132
-6
lines changed

7 files changed

+1132
-6
lines changed

Cargo.lock

Lines changed: 72 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ethcore/builtin/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ log = "0.4"
1717
num = { version = "0.1", default-features = false, features = ["bigint"] }
1818
parity-bytes = "0.1"
1919
parity-crypto = { version = "0.6.1", features = ["publickey"] }
20+
eth_pairings = { git = "https://github.com/matter-labs/eip1962.git", default-features = false, features = ["eip_2537"], rev = "ece6cbabc41948db4200e41f0bfdab7ab94c7af8" }
2021

2122
[dev-dependencies]
2223
hex-literal = "0.2.1"

0 commit comments

Comments
 (0)