Skip to content

Commit

Permalink
Remove k256 crate from frame-support dependencies (paritytech#14452)
Browse files Browse the repository at this point in the history
* Add test for to_eth_address

* Replace k256 with secp256k1

* Bump Cargo.lock

* Reformat
  • Loading branch information
conr2d authored Jun 25, 2023
1 parent 0d09a26 commit 75be6e2
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 189 deletions.
208 changes: 29 additions & 179 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ hash-db = { opt-level = 3 }
hmac = { opt-level = 3 }
httparse = { opt-level = 3 }
integer-sqrt = { opt-level = 3 }
k256 = { opt-level = 3 }
keccak = { opt-level = 3 }
libm = { opt-level = 3 }
librocksdb-sys = { opt-level = 3 }
Expand Down
Loading

0 comments on commit 75be6e2

Please sign in to comment.