Skip to content

v7.54.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 May 01:37
ba30141

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