-
Notifications
You must be signed in to change notification settings - Fork 443
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement
ecdsa_to_eth_address()
and remove eth_compatibility
cra…
…te (#1233) * ink_eth_compatibility::to_eth_address() removed, as well as libsecp256k1 dep * added edcsa_to_eth_address() (except offchain env) * added off-chain impl * removed eth_compatibility crate * removed dep on eth_compatibility * fix: clean dependency on a struct from removed crate * Apply suggestions from code review Co-authored-by: Michael Müller <mich@elmueller.net> * save * bugfix for old offchain env impl of to_eth_address * + doc comments * ecdsa_to_default_account_id func ported from ink_eth_compatibility crate * revert examples * fix * another fix * more fix * Apply suggestions from code review Co-authored-by: Michael Müller <mich@elmueller.net> * Revert "ecdsa_to_default_account_id func ported from ink_eth_compatibility crate" This reverts commit 70a9189. * missed clean up Co-authored-by: Michael Müller <mich@elmueller.net>
- Loading branch information
Showing
12 changed files
with
124 additions
and
187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters