-
Notifications
You must be signed in to change notification settings - Fork 381
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 15: Cosmos Signed Messages #15
Comments
Thanks @cwgoes, I'll take care of this shortly. |
Hell yeah @alexanderbez! |
@cwgoes can you please elaborate more on the following or possibly reword:
|
Also, do we want to support messages that are both ASCII text and structured human-readable data? Can we leave this up to implementation? |
Can we have a structured data standard which encapsulated ASCII-text (as a datatype option)?
Let's think about - and write down - which use cases signed messages should be used for (maybe validator / delegator authentication, communication within wallets) and which use cases we expect Cosmos blockchains to specify custom transactions for (most actual state transitions). We can change this later, but it's useful to brainstorm. |
Also this is interesting. |
I now think it may be prudent to instead put this specification in the Cosmos SDK repository. Ref #185 |
Per the above I'm going to close this. Feel free to reopen if you have objections. |
Ported from the spec in the SDK repository.
Suggested changes/alterations to that spec:
The text was updated successfully, but these errors were encountered: