Need to update `to_binary` to `to_json_binary` due to depreciation
Open
- Dominant language
- No language data
- Stars
- 35
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
[According to the cosmwasm_std](https://github.com/CosmWasm/cosmwasm/blob/32ff9fbc3f4ca1b3189c6d050e81bad152b79a9c/packages/std/src/serde.rs#L38C1-L44C2), the function `to_binary` is deprecated.
As a result build of the project ends with warning. It would be better to change usage of `to_binary` to more actual `to_json_binary`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.