Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
feat: ADR-036: Arbitrary Message Signature Specification #7896
feat: ADR-036: Arbitrary Message Signature Specification #7896
Changes from 61 commits
6c8406e
f54988f
deb1d03
971d0b6
054f689
e012555
8481af3
6fb3681
4cb2ee8
8325dbf
d92cf39
252ca11
3c6ee29
2ff847d
5f53530
3faf219
b8620d9
87ad64a
f15c487
1e33f9f
4ad1115
8ddd4cb
03d0804
af35dc4
d147329
3e2516f
61b07fb
9640e1e
4ad6bd5
7262fad
fa98012
bd0a07d
0b60125
df8248b
fc88045
9cf6e4f
d11c2a4
71a58b9
cbd42ac
ec0cee2
8418241
4b11e74
0fc3e61
6967986
10f4cd5
bd83648
181ba07
6f65692
2e5cea6
9a03583
4847358
ab670d0
d8523c1
e0f5751
8c86444
61dfc0b
c35d50f
3fe26de
fb1541a
a27f9f1
c101582
34ab811
00558b2
0091e63
630b661
3d79fab
8f84dd3
d663fb7
92a3d87
d6bde94
8b9773b
21019e0
aeefcac
cba434a
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
how about storing this file in
proto/cosmos/auth/v1beta1/offchain-sig/
?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.
After the meeting today, I suggest to move this to
proto/cosmos/offchain/adr038
:offchain
- a place where we group offchain use-casesadr038
- name of this use-case - unless you have better idea?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.
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.
Msg
because that would confuse with state machine messages / transaction messages.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.
If you change the name as part of this PR, could you also adapt ADR 036 accordingly? We have Amino sirning with type
sign/MsgSignData
there.Since this sits in the
msg
field of a transaction, the current naming makes perfect sense to me. The SDK should just not processMsgSignData
s.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.
What's the end decision on this? Should we remove
Msg
or not?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.
similarly to the proto path - let's move this package to
/offchain/adr036
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.
Could you please update ADR 036 too? There we have
sign/MsgSignData