-
Notifications
You must be signed in to change notification settings - Fork 383
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
ICS-27-v2 #1122
base: main
Are you sure you want to change the base?
ICS-27-v2 #1122
Conversation
add encoding consideration
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @sangier
A couple thoughts.
- We can remove the channel handshake handlers here
- Why does the controller account need to control multiple accounts on the host chain. Seems like we can simplify if there is a single host account per chain for a controller account
- Can we just have a generateAddress helper on the host chain that we can rely on?
- Perhaps we also should give the ability to register a specific account type during registerInterchainAccount
Some context, that for Stride, they have a single controller for 4 host accounts per ICA deployment |
|
Opening this Draft PR for early review purposes. The spec is still a WIP and can be significantly improved, so any feedback will be much appreciated.
The ICS-27 version 2 specification adheres to the requirements defined here.
What is missing:
What can be added:
I would like to thank the community for participating in the discussions here and in the ICA-Working-Group, @womensrights for gathering the requirements, @AdityaSripal for the internal discussions and the Penumbra team for the inspirational proposal.