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
Enable Fee Delegation #5207
Enable Fee Delegation #5207
Changes from all commits
abce938
ea6fe7d
c46153c
42c17f5
0c137cb
67cb830
f6ba9bc
a002366
15c6361
410d1f1
f65db09
e0f6327
93c9b7e
7968441
7e82fb8
64d5159
8b2b64b
4e22edd
be12b44
c703e59
907776f
005afd9
45c64d2
87fd0ce
d03c650
e476c03
182eb34
071e111
0a362b8
98b88a3
376e9cd
529764f
d293aae
a8b3e31
e939e98
6aef5c8
1212772
f688116
61df0c6
d684f92
aacf6fb
92f64cc
4daf4af
a497575
73eab92
546fa8f
5f9e391
c45dc71
2be48ef
e8a624f
6756099
320bad4
a625fd0
4b4391b
9ec284b
4b34cf6
78f1f7a
a1951b4
17c39ca
9c399bb
6b9e06e
21b0ac5
2222d0e
eda42d4
a56b472
be29328
786bf01
5f2bcb5
314b099
29958e0
fb5b97a
eedb8d8
88df255
dbf3578
375f114
9af9f43
3c390e5
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.
Seems like "delegate" is used inconsistently here. It should be a unidirection relationship but it appears to be used bidirecitonally?
A tx signer, say Alice, might "delegate" the responsibility of paying fees to someone else, say Bob.
But I wouldn't say that Bob in this case is delegating anything to Alice.
So I'd call this MsgAddFeeAllowance. or MsgRegisteerFeeAllowance.
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.
I've been advocating for the language of grant and revoke, so how about
MsgGrantFeeAllowance
?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.
Oh, that is the name of the actual struct. Looks like the docs just need to be updated...