-
Notifications
You must be signed in to change notification settings - Fork 346
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
Adapt codebase to work with wasmd 0.50 (Cosmos SDK 0.50) #1564
Conversation
3524e13
to
9133303
Compare
can we move common field in to common interface
do not repeat on every interface such as upload, execute, change admin. |
2767e8d
to
d43b2a6
Compare
+ remove parsedLogs + fix findAttribute + fill logs with []
Why do you think this is needed? Could you open a separate issue for that? |
I'm merging this work now and do a patch release. This should provide some basic Cosmos SDK 0.50 support for CosmWasm. However, it looks like Amino JSON is broken for many cases with Cosmos SDK 0.50, including CosmWasm message types. But this is the case for all 0.32.x releases. |
Closes #1562