-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added ethereum address20 support (#2216)
# Goal The goal of this PR is to allow sending transactions using ethereum signatures and ethereum addresses Closes #2206 # Changes - Replaced `MultiSignature` with `UnifiedSignature` in the runtime which supports ethereum signatures for ecdsa - Replaced `AccountIdLookup` with `EthereumCompatibleAccountIdLookup` in runtime which support 20 bytes accounts in MultiAddress - Showing runtime logs for `start-frequency-instant` mode (this would be helpful in debugging) # Warning - For e2e test we should use `getUnifiedAddress(keyPair)` function instead of `keypair.address` directly. Thisb would ensure we are using correct ethereum address for ethereum keys. # Checklist - [x] Updated js/api-augment for Custom RPC APIs? - [x] Unit Tests added? - [x] e2e Tests added? - [x] Spec version incremented?
- Loading branch information
Showing
33 changed files
with
886 additions
and
134 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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
Oops, something went wrong.