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

ICS 13: Interchain Address Format #22

Closed
mossid opened this issue Mar 1, 2019 · 4 comments
Closed

ICS 13: Interchain Address Format #22

mossid opened this issue Mar 1, 2019 · 4 comments
Labels
app Application layer.

Comments

@mossid
Copy link

mossid commented Mar 1, 2019

Will cover:

  • New address type which is (ChainID, Address) that allows chains directly control an address on another chain
@mossid mossid added tao Transport, authentication, & ordering layer. stage-strawman labels Mar 1, 2019
@cwgoes
Copy link
Contributor

cwgoes commented Mar 4, 2019

Hmm, is this how we should structure it? What about having a ChainAccount standardized, which allows another blockchain to "sign" transactions instead of a user?

(I think we need more than an address type, with the way authentication is likely to work, such as in the current Cosmos SDK)

@mossid
Copy link
Author

mossid commented Mar 4, 2019

There may be some situations that we need separated entities on a single chain, even they are all controlled by the chain. e.g. contracts on a chain should not violate each other's asset on another chain. So if the ChainAccount contains an additional(/optional) parameter which can be used for the secondary identifier, it looks good for me.

@cwgoes cwgoes changed the title ICS ?: Interchain Address Format ICS 13: Interchain Address Format Mar 5, 2019
@cwgoes cwgoes added app Application layer. and removed tao Transport, authentication, & ordering layer. labels Mar 5, 2019
@cwgoes
Copy link
Contributor

cwgoes commented Aug 24, 2019

@mossid Is this a subset of #211 or a separate standard?

@cwgoes
Copy link
Contributor

cwgoes commented Oct 17, 2019

Closing in favor of #278.

@cwgoes cwgoes closed this as completed Oct 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app Application layer.
Projects
None yet
Development

No branches or pull requests

2 participants