This repository was archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Add frame_support::crypto::ecdsa::Public.to_eth_address() (k256-based) and use it in pallets
#11087
Merged
Merged
Changes from 28 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
4c5f9fe
`ecdsa::Public::to_eth_address` + test, beefy-mmr `convert()` to use …
agryaznov 414c40e
`seal_ecdsa_to_eth_address` all but benchmark done
agryaznov a7453f4
`seal_ecdsa_to_eth_address` + wasm test
agryaznov 7e040fd
`seal_ecdsa_to_eth_address` + benchmark
agryaznov f843bc8
Merge branch 'master' into ag-seal-to-eth-addr
agryaznov d3090c7
fixed dependencies
agryaznov 869cf84
Apply suggestions from code review
agryaznov c4b6a29
fixes from review #1
agryaznov 3dbda9f
Merge branch 'master' into ag-seal-to-eth-addr
agryaznov f5feb46
ecdsa::Public(*pk).to_eth_address() moved to frame_support and contra…
agryaznov b801972
beefy-mmr to use newly added frame_support function for convertion
agryaznov be3e8a9
a doc fix
agryaznov 4037170
import fix
agryaznov c8ff0ef
benchmark fix-1 (still fails)
agryaznov 976ed7e
benchmark fixed
agryaznov a26858b
Merge branch 'master' into ag-seal-to-eth-addr
agryaznov ec8d860
Apply suggestions from code review
agryaznov b5be45d
fixes on Alex T feedback
agryaznov 2ff93cb
Merge branch 'master' into ag-seal-to-eth-addr
agryaznov 877b57e
to_eth_address() put into extension trait for sp-core::ecdsa::Public
agryaznov b1ee31f
Update frame/support/src/crypto/ecdsa.rs
agryaznov 16fde71
Update frame/contracts/src/wasm/mod.rs
agryaznov cdd6bdb
fixes on issues pointed out in review
agryaznov b51a7b0
benchmark errors fixed
agryaznov fb1fcc4
Merge branch 'master' into ag-seal-to-eth-addr
agryaznov 41ba268
fmt fix
agryaznov 34779f8
EcdsaRecoverFailed err docs updated
agryaznov 10af685
Merge branch 'master' into ag-seal-to-eth-addr
agryaznov 7c5fa91
Apply suggestions from code review
agryaznov ec3a2af
make applied suggestions compile
agryaznov dffce61
get rid of unwrap() in runtime
agryaznov 55c2d06
Merge branch 'master' into ag-seal-to-eth-addr
agryaznov 2997b7e
Remove expect
bkchr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.