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
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.
The text was updated successfully, but these errors were encountered:
artemd24
changed the title
It is necessary to change to_binary to to_json_binary due to depreciation
Need to update to_binary to to_json_binary due to depreciation
Apr 7, 2024
This change should come with more changes than that. The book says to install cosmwasm-std: 1.0.0-beta8. That version doesn't deprecate to_binary and from_binary.
Even worse that version doesn't have from_json which is the replacement for from_binary
According to the cosmwasm_std, 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 actualto_json_binary
.The text was updated successfully, but these errors were encountered: