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
refactor!: deprecate sdk.Msg.GetSigners #15284
refactor!: deprecate sdk.Msg.GetSigners #15284
Changes from all commits
ea8ed7e
e45bc3e
20615e7
f303a94
dae1e0b
4ee2bd2
5f78ad0
d3aa37c
924c22d
7828f38
a1d35d2
46d9580
ec48afd
43eab5f
e634695
c262872
a63d8b5
a33c098
a9d12bc
4c3e334
d86f868
5474a26
65050eb
9541220
aa21cea
c67dace
4b5de9e
4d412da
6c4cb00
8ac184a
161ab16
1d0cabe
840e106
20e97d7
1c91539
20d581d
c0ee235
82ba59e
b124bd6
e5b17aa
ad6af68
b618ad4
843f04f
4255b82
1453302
1b8cfe2
ffbcb80
46a5f38
975cba0
0c7fb0b
11c37bd
5d8e489
edce178
074e25e
c8de238
3160c6d
2415235
b8e7e96
6452dc0
b17adc2
70c1a85
5e45f37
2c038a9
59dddfe
3bb3a14
641457c
50a6ec1
00205a5
15ff7e9
d7781cd
f2bbf36
227a0a6
0a216cc
5822abc
53d93e8
9d69fa5
0459d10
0b9432c
9fe7984
3ad191b
8bf26db
195349e
cdc0d9c
81faf2b
2633439
136811a
e2d668a
8c22d9a
9d16ef2
d01b0e8
e033c04
077e202
7624c4e
2002843
a13f253
04f8c52
a3527c8
8538e0e
ece6e65
72ccc72
5040e7e
4b8d176
d37b395
9b6be9f
343c3ca
9b1be48
7c2b7cc
bd63b84
ddf4e73
b41ab3f
85129fd
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.
Shouldn't we compare the two lengths of msgs and msgsV2 for preventing an out of bound?
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.
We can, but could we also document that part of the contract of the methods creating msgsV2 is that it has the same length as msgs?
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.
nit: It seems kind of odd that address codecs are buried in interfaceRegistry.SigningContext.AddressCodec as they have use outside of signing. Not sure what the alternative here is though besides refactoring
codec.Codec
, so no action needed.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.
We could do some embedding maybe so that the call is not so long