Skip to content
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

Support multi-sig accounts in genesis files #2008

Closed
Tracked by #2004
batconjurer opened this issue Oct 20, 2023 · 0 comments
Closed
Tracked by #2004

Support multi-sig accounts in genesis files #2008

batconjurer opened this issue Oct 20, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@batconjurer
Copy link
Member

Currently genesis only supports accounts owned by a single key. This should be expanded to support multi-sig accounts.
This will require some thought as currently balances are assigned to single keys from which they can be transferred to established accounts. In short, all balances initially belong to implicit accounts. There is no good equivalent for multi-sig accounts, so this needs to be brainstormed.

Secondly, multi-sig txs should be supported in the genesis transactions and the client tooling should handle this. This is more straightforward.

@batconjurer batconjurer added the enhancement New feature or request label Oct 20, 2023
@anoma anoma deleted a comment from nguyenbaongocbkhn Oct 24, 2023
@cwgoes cwgoes closed this as completed Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants