-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Epic: x/accounts #17786
Comments
As part of this we should also keep track for various types of accounts
|
Do you implement this module for multichain landscape ?. For example:
|
@terryyy-eth this is an implementation detail of the account, x/accounts does not make assumptions around how an account can authenticate, if your account authentication wants to leverage the interchain it can, the implementation detail is up to you as a developer. |
Out of curiosity, why would one need a multisig account, as defined in https://github.com/cosmos/cosmos-sdk/tree/aceeaf47206eccf4bcad56729bd695b9eefc18f1/x/accounts/defaults/multisig, when we have the |
the multisig is meant to be a light weight and simple, if users would like a custom multisig they can simply add it without needing to modify the groups module. Group is heavy on a chain and complex. We are moving towards simplifying the system and groups may move into a maintenance state |
completed. |
This epic tracks x/accounts development:
MVP
Release (breaking changes we must have before release)
Post-Release (can be added in an additive way without breaking things)
Account Abstraction
Tx Integration (Enshrining)
Tasks needed to integrate account abstraction authentication into the TX execution.
Auxiliary
Defines auxiliary tasks needed:
GetAllAccounts
,IterateAccounts
methods fromx/auth
AccountKeeper
refactor(auth): Remove IterateAccounts method from x/auth keeper #19363The text was updated successfully, but these errors were encountered: