Releases: cosmology-tech/cosmwasm-vm-js
Releases · cosmology-tech/cosmwasm-vm-js
v0.2.16
What's Changed
- Replace yarn with npm by @lukedawilson in #60
- Target ES6 by @Kiruse in #62
- CI notifications by @lukedawilson in #63
- Fix
do_db_read
: wrong value when key not found by @ouiliame in #64
Full Changelog: v0.2.15...v0.2.16
v0.2.15
What's Changed
- Add support for saving debugging messages, generic queriers by @ouiliame in #55
- Add contributing and code of conduct docs by @lukedawilson in #56
- Fix scan ordering bug and tendermint tests by @lukedawilson in #57
- Verify message, signature and pubkey lengths for ed25519-verify by @lukedawilson in #58
- Abstract QuerierBase by @Kiruse in #59
Full Changelog: v0.2.14...v0.2.15
Fix broken import
Bugfixes
- Fix broken import
v0.2.1
0.1.17
0.1.15
0.1.12
0.1.11
Changelog
- Implement
db_scan
hook