* Upgrade to cosmos-sdk v0.44.5
* Upgrade to sdk v0.45.0-rc1
* Fix local test deploy scripts
* Bump to v0.45.0 final release
* Fixed replace to 0.45.0 not rc1
* Fix changed import path since rc1
Co-authored-by: Ethan Frey <ethanfrey@users.noreply.github.com>
* Introduce RawContractMessage type
* Add json signbytes test for proposals
* No assumptions on MsgIBCSend.data content
* Smart query uses RawContractMessage
* Revert method signature change to be consistent
* Review comment
* Update after discussions