-
Notifications
You must be signed in to change notification settings - Fork 721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove usage of AccountKeyring #5858
Comments
Do you plan to do it as a part of #5804? |
Yes. |
If it is going to be part of the PR, I suggest either not creating a new issue that is going to be immediately closed, or please semantically link this issue to 5804 so that it will get closed when the PR is merged. |
I see. Now, maybe I plan to create new PR due to effect too many files. |
Close: #5858 --------- Co-authored-by: Bastian Köcher <git@kchr.de>
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Motivation
https://github.com/paritytech/polkadot-sdk/blob/master/substrate/primitives/keyring/src/lib.rs#L34
Compared with
AccountKeyring
,Sr25519Keyring
andEd25519Keyring
are more intuitive.When both
Sr25519Keyring
andEd25519Keyring
are required, usingAccountKeyring
bring confusion. There are twoAccountKeyring
definitions, it becomes more complex if export twoAccountKeyring
from frame.Request
remove all
AccountKeyring
, re-exportSr25519Keyring
andEd25519Keyring
fromframe
so that don't need extra usesp-keyring
Solution
No response
Are you willing to help with this request?
Yes!
The text was updated successfully, but these errors were encountered: