left-curve / grug

Grug
https://leftcurve.software/grug
44 stars 5 forks source link

Use BTreeMap for cw-bank's initial balances #11

Closed larry0x closed 3 days ago

larry0x commented 3 months ago

It turns out cw-serde-json now supports serializing/deserializing maps:

https://twitter.com/__rhaki__/status/1769126001458504078

larry0x commented 3 days ago

We now use the normal serde_json (instead of serde-json-wasm) and uses BTreeMap for cw-bank.