-
Notifications
You must be signed in to change notification settings - Fork 14
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: add feegrant, consortium and stakingplus module #34
Conversation
@@ -4,14 +4,14 @@ go 1.15 | |||
|
|||
require ( | |||
github.com/gorilla/mux v1.8.0 | |||
github.com/line/lbm-sdk v1.0.0-init.1.0.20211112024221-e9ec7d238d4b | |||
github.com/line/lbm-sdk v1.0.0-init.1.0.20211223043226-0e7b3cfe190c |
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 think we need to change the lbm-sdk's version to v0.44.0-rc0
. How do you think it?
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 could not bump it up to the latest tag because of the test failures.
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.
LGTM
Description
Add feegrant, consortium and stakingplus module.
Motivation and context
Refer to the corresponding PRs on lbm-sdk.
How has this been tested?
These have been tested on lbm-sdk.
Checklist: