-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Use AccountId32 for account identifier (#65)
* feat: Add recovering key from p256 signature * wip: Add serde feature to UniversalAddress * chore: Disable node & runtime build * feat: Add p256 recovery to runtime * feat: Replace UniversalSigner with UniversalAddress * refactor: Remove unused dependency * build: Re-enable runtime * build: Re-enable node * fix: Fix build errors * Override substrate types * Separate Ethereum RPC server * fix: Allow only low-s signature for p256 * refactor: Improve check_origin in webauthn signature * feat: Re-enable webauthn signature scheme * style: Use tabs for indent * refactor: Clean up types * feat: Add cosmos rpc server * chore: Bump version to 0.3.0-dev * test: Fix broken tests * fix: Fix invalid recovery id with p256 signature --------- Co-authored-by: Jungyong Um <[email protected]>
- Loading branch information
Showing
60 changed files
with
4,347 additions
and
1,180 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,3 +33,4 @@ std = [ | |
"sp-runtime/std", | ||
"sp-std/std", | ||
] | ||
try-runtime = [] |
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.