Skip to content

v0.1.9

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jun 14:02
· 986 commits to main since this release
37cfabb

Release v0.1.9 - Omni CLI Devnet Explorer and XMsg Finalisation Levels

Summary

This feature update introduces the cross-chain message explorer along with its corresponding GraphQL backend for the devnet local environment. Additionally, it includes the latest protocol update that implements confirmation levels for cross-chain message streams.

✨ New Features

  • Added cross-chain message explorer for devnet local development environment, including GraphQL backend. #1152
  • Implemented confirmation levels for cross-chain message streams, enhancing the reliability of cross-chain communication. #1120, #1164, #1166

🐛 Bug Fixes

  • Fixed explorer bugs. #1109
  • Fixed a typo in package name. #1122
  • Fixed evmstaking event query. #1125
  • Fixed explorer metrics port. #1135
  • Removed create3 contract code check. #1136
  • Defaulted to broadcast omni evm if node unspecified. #1127
  • Prevented old validators from exploiting new source chains. #1133
  • Fixed local dev Docker compose. #1175
  • Fixed explorer icons. #1176
  • Fixed explorer pagination bug. #1159

⚠️ Breaking Changes

  • XApp implementation now requires confirmation level setting, as per introduction of levels in streams. See example code from the scaffolding command for reference.

Full Changelog: v0.1.8...v0.1.9