1.4.0 KV Storage enhancements
This release adds new features to the KV Storage:
- feat: kvStorage is now available for internal writes, reads and views
- feat: kvStorage.del functionality
- feat: kvStorage.keys - allows to fetch a set of keys for a specified range
- feat: kvStorage.kvMap - allows to fetch key-value map for a specified range
It also adds a feature of SmartWeave extensions for Rust contracts.
What's Changed
- feat : make custom signature on testnet great by @koonopek in #381
- feat: extend plugins to rust contracts by @rpiszczatowski in #380
- Security fix for VM2 by @loganaden in #390
- feat: skip evaluation for blacklisted contracts by @asiaziola in #384
- feat: add signDataItem method to BundlerSigner by @asiaziola in #389
- feat: Contract deployment module should use the warp gw address passe… by @ppedziwiatr in #386
- Twl/the one with kv storage query ranges internal writes kv del by @Tadeuchi in #383
New Contributors
- @loganaden made their first contribution in #390
Full Changelog: v1.3.3...1.4.0