Skip to content

1.4.0 KV Storage enhancements

Compare
Choose a tag to compare
@ppedziwiatr ppedziwiatr released this 14 Apr 13:46
· 143 commits to main since this release

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

New Contributors

Full Changelog: v1.3.3...1.4.0