-
Notifications
You must be signed in to change notification settings - Fork 722
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
wormchain: add slashing params vaa #4194
base: main
Are you sure you want to change the base?
Conversation
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 only reviewed the sdk stuff.
1e8fc77
to
82e5a02
Compare
82e5a02
to
96966ea
Compare
@bruce-riley would you be able to re-review this after the few minor changes I added last week? |
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 only reviewed the sdk/vaa
changes. I am not an owner of anything else.
96966ea
to
635379c
Compare
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.
couple small nits here- nothing big.
wormchain/x/wormhole/keeper/msg_server_execute_governance_vaa_test.go
Outdated
Show resolved
Hide resolved
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.
Reviewed the code and left a couple small nits but overall everything lgtm!
51aee11
Also removes flaky CI tests.
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.
Again, I only reviewed the sdk stuff.
This PR adds a new Wormhole core governance action payload to Wormchain, allowing guardians to update the slashing parameters. I'm unsure where I should include documentation for how the payload is structured. If theres a specific README, please let me know and I'll add some documentation on it.
Ref to Cosmos SDK Slashing Params: Params