Skip to content

OriginTrail Mainnet Release v6.1.0

Compare
Choose a tag to compare
@djordjekovac djordjekovac released this 20 Dec 14:10
· 1831 commits to v6/release/mainnet since this release
e6d998c

Description

This 6.1.0 release marks a groundbreaking moment since the launch of DKG V6. We are thrilled to announce the introduction of multichain support, starting with the integration of the Gnosis blockchain.

We've expanded the UAL format to include blockchain ID, providing clarity on whether Knowledge Assets reside on Mainnet or Testnet. The existing UAL format remains supported and functional. Examples:

  • Old Format: "did:dkg:otp/0x5cAC41237127F94c2D21dAe0b14bFeFa99880630/2570423"
  • New Format: "did:dkg:otp:2043/0x5cAC41237127F94c2D21dAe0b14bFeFa99880630/2570423"

🚀 Feature

  • Adding Support for Multichain (#2807)

🌟 Improvements

  • Added Missing Awaits to 'retryFinished' and 'handleError' Functions (#2822)
  • Added Check for New Finalized State Before Sending Commits/Proofs (#2824)

🧰 Maintenance

  • Local Setup Update (#2825)
  • Added Blockchain ID to Telemetry Events and DB Table, Added Migration for New BlockchainId Column (#2821)

#TraceOn