Skip to content

[DevNet] v0.9.2-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@alexsporn alexsporn released this 04 Feb 12:46
· 1 commit to releases/iota-v0.9.0-release since this release
101780b

Important changes

  • New protocol version: 3
  • The IOTA CLI now supports shell completions
  • Genesis delegation is configurable
  • Timelock objects can be also unlocked with the shared Clock object immediately after expiration
  • Removed legacy TransferIota command from the IOTA CLI, use the pay module
  • Re-added some internal indexes to support the InputObject and ChangedObjects filters in the JSON-RPC. This required the fullnode to sync fresh from genesis to make sure the indexes are filled up.
  • The internal storage of the genesis transaction inside the indexer was changed. Please remove the indexer database and re-sync it.

What's Changed

  • [cherry-pick] fix(genesis-geremony): fix examine-genesis-checkpoint (#4829) by @lzpap in #5080
  • [cherry-pick] fix(genesis-builder): Always destroy allocation objects when picked (#5028) by @lzpap in #5081
  • [cherry-pick] fix: re-add rpc-indexes to support InputObject and ChangedObject filters (partly revert #3142) (#5074) by @lzpap in #5088
  • [cherry-pick] feat: build docker images on platform-specific runners instead of QEMU (#5048) by @alexsporn in #5095
  • feat: update version to 0.9.2-beta by @alexsporn in #5100

Full Changelog: v0.9.1-beta...v0.9.2-beta