Skip to content

Conversation

@webmaster128
Copy link
Contributor

Starting with CosmWasm 3, no serde-json-wasm dependency will be used anymore. So for the sake of maintainability, we can just use cw_std::to_json_string which uses whatever encoder cosmwasm_std comes with.

This PR is potentially breaking because the pub use serde_json_wasm as serde_json is removed. But I guess this is only needed for the macro stuff, right?

@codecov
Copy link

codecov bot commented May 20, 2025

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 71.89%. Comparing base (d56bef4) to head (3570540).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
...a-derive/src/contract/communication/wrapper_msg.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #486   +/-   ##
=======================================
  Coverage   71.89%   71.89%           
=======================================
  Files          63       63           
  Lines        3882     3882           
=======================================
  Hits         2791     2791           
  Misses       1091     1091           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jawoznia jawoznia merged commit 5e858e9 into main Jun 9, 2025
8 of 9 checks passed
@jawoznia jawoznia deleted the json-encoder branch June 9, 2025 09:19
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.

3 participants