Skip to content
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

update code generator #153

Merged
merged 57 commits into from
Jun 27, 2024
Merged

update code generator #153

merged 57 commits into from
Jun 27, 2024

Conversation

kwtalley
Copy link
Collaborator

This PR updates the code generator to fix several serde issues that required custom implementations. It also adds a new decoder and serde implementation for the Any type in queries so that the expansion macro isn't needed and any message that comes back with an Any type will now correctly be deserialized.

closes #123, #150

@kwtalley kwtalley added enhancement New feature or request smart contract Smart Contract implementations provwasm provwasm (cosmwasm for Provenance) chore A maintenance task of low value added. dependencies Pull requests that update a dependency file labels Jun 14, 2024
@kwtalley kwtalley self-assigned this Jun 14, 2024
@kwtalley kwtalley requested a review from Taztingo as a code owner June 14, 2024 07:33
Taztingo
Taztingo previously approved these changes Jun 17, 2024
@kwtalley kwtalley requested a review from Taztingo June 27, 2024 11:24
@kwtalley kwtalley merged commit 8a746d4 into main Jun 27, 2024
8 checks passed
@kwtalley kwtalley deleted the issue/150 branch June 27, 2024 20:25
@kwtalley kwtalley mentioned this pull request Jun 27, 2024
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore A maintenance task of low value added. dependencies Pull requests that update a dependency file enhancement New feature or request provwasm provwasm (cosmwasm for Provenance) smart contract Smart Contract implementations
Projects
Development

Successfully merging this pull request may close these issues.

Refactor Any to support Trigger messages
2 participants