You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 replaceserde-json-wasm
inside the CosmWasm project withserde_json
.The text was updated successfully, but these errors were encountered: