-
Notifications
You must be signed in to change notification settings - Fork 405
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
Add Encodings For MsgFundCommunityPool
from Distribution
#1458
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.
Very nice work. Thanks for the PR and test! 🥇
I will approve it once CosmWasm/wasmvm#433 is merged and released. No changes required
Linking #1296 to unblock this |
@Mergifyio rebase |
❌ Pull request can't be updated with latest base branch changesMergify needs the author permission to update the base branch of the pull request. |
* add FundCommunityPoolMsg to DistributionMsgs * gofumpt (cherry picked from commit c23ecae)
Add Encodings For `MsgFundCommunityPool` from Distribution (backport #1458)
Hello. This is a follow-up for the follwoing issues and PRs:
MsgFundCommunityPool
to the Distribution Msgs wasmvm#433This PR conducts following changes:
MsgFundCommunityPool
to the supported Msg encodingsDepositor
field is automatically filled with sender address (= contract)Note that this PR depends on changes in wasmvm repository. I ran the build and unit-tests locally where I could easily swap the wasmvm dependency with my local wasmvm repo using replace section in
go.mod
. So before merging a version bump of wasmvm might be required.