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

Add to_json_{vec,binary,string} and from_json and deprecate old ones #1886

Merged
merged 6 commits into from
Sep 22, 2023

Conversation

chipshort
Copy link
Collaborator

closes #1885

Copy link
Member

@webmaster128 webmaster128 left a comment

Choose a reason for hiding this comment

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

Nice

packages/std/src/serde.rs Show resolved Hide resolved
packages/std/src/serde.rs Outdated Show resolved Hide resolved
@chipshort chipshort changed the title Add to_json_{vec,binary,string} and from_json_{slice,binary,str} and deprecate old ones Add to_json_{vec,binary,string} and from_json and deprecate old ones Sep 22, 2023
Copy link
Member

@webmaster128 webmaster128 left a comment

Choose a reason for hiding this comment

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

👍

@chipshort chipshort merged commit 09555ac into main Sep 22, 2023
27 checks passed
@chipshort chipshort deleted the 1885-more-serialization branch September 22, 2023 14:15
da1suk8 added a commit to da1suk8/cosmwasm that referenced this pull request Jan 17, 2024
Because to_{vec,binary}, from_{slice,binary} has been deprecated (CosmWasm/cosmwasm#1886)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add cosmwasm_std::to_json_vec, to_json_binary, to_json_string
2 participants