issues
search
CosmWasm
/
storey
Experimental storage abstractions for blockchain key-value stores
Apache License 2.0
5
stars
1
forks
source link
cw-storey: Switch to the MsgPack encoding provided by `cosmwasm-std`
#40
Closed
uint
closed
5 months ago
uint
commented
5 months ago
This is breaking for two reasons:
We're switching to the
self-describing
version of
rmp-serde
, where structs are maps and not vectors.
We now provide an actual error type (
StdError
).
This is breaking for two reasons:
rmp-serde
, where structs are maps and not vectors.StdError
).