futureversecom / trn-seed

Implementation of The Root Network node in Rust, based on the Substrate framework.

Home Page:https://www.therootnetwork.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release `7.54.0`

JasonTulp opened this issue · comments

Release

Release Name: 7.54.0

Spec Version: 54

Client Version: 7.0.0

Key Changes:

This release introduces the following changes:

  • Fixes validator set issue on authorities change
  • Fixes eth paused on authorities set change bug
  • Optimises ethy on_initialise functionality
  • Add benchmarks to Ethy pallet

PRs included:


Client Changes:

  • Yes
  • No

Runtime Changes:

  • Yes
  • No

Storage Changes:

Added:

  • Ethy: MissedMessageIds, added to keep track of pruned, unprocessed messageIds
  • Ethy: ProcessedMessageIds, changed to BoundedVec

Changed:

  • Ethy.BridgePaused changed to new struct

Extrinsic Changes:

Added:

  • Ethy. submit_missing_event
  • Ethy. remove_missing_event_id

Event Changes:

Added:

  • Ethy. MissingEventIdsRemoved

Storage Migrations:

Added:

  • Ethy migration for bridgepaused and processedMessageIds