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

Replace serde-json-wasm with serde_json #2195

Open
aumetra opened this issue Jul 29, 2024 · 0 comments
Open

Replace serde-json-wasm with serde_json #2195

aumetra opened this issue Jul 29, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@aumetra
Copy link
Member

aumetra commented Jul 29, 2024

serde-json-wasm was originally created to remove floating point instructions from smart contracts to allow for JSON de-/serialization inside of contracts.

Since we fixed that with v1.5, there is no real need for serde-json-wasm anymore. It pretty much only adds a maintenance burden. Therefore we agreed to replace serde-json-wasm inside the CosmWasm project with serde_json.

@aumetra aumetra added the enhancement New feature or request label Jul 29, 2024
@aumetra aumetra added this to the 3.0.0 milestone Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant