DA0-DA0 / dao-contracts

CosmWasm smart contracts for Interchain DAOs.
https://docs.daodao.zone
BSD 3-Clause "New" or "Revised" License
202 stars 132 forks source link

Update deprecated function names `to_binary` and `from_binary` #761

Closed JakeHartnell closed 7 months ago

JakeHartnell commented 8 months ago

These have been renamed in the latest version of CW and are now to_json_binary and from_json_binary.