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(sequencer): set/update reward addr #510
feat(sequencer): set/update reward addr #510
Changes from 18 commits
40fc8f7
8d4a062
5aae304
bb9d7f2
5081075
2d28f43
51a27c8
6eadfc8
d86caf2
3083f76
822641d
f9ed20f
44da836
4c1f213
911c964
7d71d7b
53ac51e
425873f
212fd67
a76abd4
8927472
3704231
30e4e8a
b083960
824cc42
bd5c90c
a2d13a9
1afeddd
7d7e75e
4acdad3
5ec4157
fab9262
a76b925
f02e3ca
db85002
f69ed5b
fab2e9e
6b6183a
19dde65
9ecf4bc
f332cbc
2624838
ba93ed5
69df339
0ab2746
fa5c8d2
544fcb5
0567314
71da846
dba8b79
df40c50
a4de018
ac1f5d4
386eb1b
3e7d805
0807558
984815a
12817f9
5c3fcf0
241a17a
d3d1d98
704f36a
57ea16c
96ab28f
5e17676
c06425b
0a724a4
220ea65
1f885c9
b76fda7
eb09b99
e619f94
8a352ea
9b2383d
de848ed
02941d1
cb55583
3106c3f
8b8c990
bc956d4
fe2f5d8
7b06828
804696e
af96199
a77e174
92d3e57
8407d31
2bdce13
3d4ade4
c3a54e7
5794c18
71d03ff
9fb38d0
2c8d8a4
3184dbf
e751bc1
736702a
7732a2e
fc0c63d
287e4da
0ef32c9
6abd0e5
a4de769
080f77c
181f506
88363d1
fd2b797
b77b39d
1b0cef6
3f903f5
2fa0c29
4568189
3a8040b
9ecc0b1
4a775de
7a943ac
a76d11e
89526c5
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Check failure on line 10 in x/sequencers/client/cli/query.go
GitHub Actions / golangci-lint
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 believe this file is redundant. in sdk 0.46 you simply need to simply register your msg server infront of your keeper and implement the corresponding methods in the keeper.
Check failure on line 9 in x/sequencers/keeper/dymint.go
GitHub Actions / golangci-lint