* Convert MaxWasmSize to var
Also removes redundant maxWasmSize param
* Convert MaxWasmSize to int
* Update CHANGELOG
* Complete max wasm size changes
* Update compile flags
Co-authored-by: Cole Brown <bigswim@gmail.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