-
Notifications
You must be signed in to change notification settings - Fork 24
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: use proposal for cross chain parameter governance #110
Conversation
@@ -4,6 +4,9 @@ import ( | |||
"fmt" | |||
"strings" | |||
|
|||
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" | |||
govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" |
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.
pls fix the imports order
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.
make lint-fix
does not find, what should fix?
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.
you can refer to the format.sh in greenfield repo
@@ -5,6 +5,8 @@ import ( | |||
"strconv" | |||
"strings" | |||
|
|||
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" | |||
|
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.
pls fix the imports order
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.
fixed
Description
Rationale
to modify BSC contract params or upgrade contract
Example
Changes
Notable changes:
crossChain
field toparamstype.parameterChangepPoposal
gov
endBlocker