CosmWasm / wasmvm

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

Update types to cosmwasm 2.0 version #515

Closed chipshort closed 5 months ago

chipshort commented 5 months ago

based on (and merging into) #509

I went through the 2.0 changelog and checked all types listed there. Hope I didn't miss anything.

chipshort commented 5 months ago

I rebased this, changed the Array to deserialize to empty slice for null and [], added the test cases and added some more documentation and migrating info. I think this can be rereviewed.