CosmWasm / wasmvm

Go bindings to the running cosmwasm contracts with wasmer
Apache License 2.0
173 stars 99 forks source link

Make checksum non-optional in CodeInfoResponse #471

Closed webmaster128 closed 7 months ago

webmaster128 commented 9 months ago

This field must always be set to 32 bytes and the omitempty makes no sense here: https://github.com/CosmWasm/wasmvm/blob/v1.5.0/types/queries.go#L491