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

change to GRPC message types #160

Merged
merged 47 commits into from
Sep 16, 2024
Merged

change to GRPC message types #160

merged 47 commits into from
Sep 16, 2024

Conversation

kwtalley
Copy link
Collaborator

This PR moves to GRPC message types instead of Stargate. To reduce the package size and simplify encoding, serde has been removed.

You will need to update your contracts, especially if you have been using the types in provwasm_std as inputs/outputs to your contract.

closes #157

@kwtalley kwtalley added enhancement New feature or request smart contract Smart Contract implementations provwasm provwasm (cosmwasm for Provenance) labels Aug 30, 2024
@kwtalley kwtalley self-assigned this Aug 30, 2024
@kwtalley kwtalley requested a review from Taztingo as a code owner August 30, 2024 04:59
@kwtalley kwtalley marked this pull request as draft September 6, 2024 04:56
@kwtalley kwtalley marked this pull request as ready for review September 13, 2024 19:34
Copy link
Collaborator

@Taztingo Taztingo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kwtalley kwtalley merged commit 0d5efd2 into main Sep 16, 2024
8 checks passed
@kwtalley kwtalley deleted the issue/157 branch September 16, 2024 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

Migrate to GRPC
2 participants