Skip to content

Release v1.2.1: relayer now waits for chain upgrade to bundled spec_version before doing anything else

Compare
Choose a tag to compare
@svyatonik svyatonik released this 26 Mar 09:23
· 100 commits to master since this release
1022b6d

The biggest change here is #2894, which would allow us to start two version of relayers - old relayer will keep running until chain is upgraded, where it aborts by the version guard. And new relayer version will connect to the node and wait until it is upgraded and hence will replace the old relayer after upgrade happens

Docker reference: paritytech/substrate-relay:v1.2.1

Bundled Chain Versions:

  • Rococo: 1_009_000;
  • Westend: 1_009_000;
  • Kusama: 1_001_002;
  • Polkadot: 1_001_002;
  • Rococo Bridge Hub: 1_009_000;
  • Westend Bridge Hub: 1_009_000;
  • Kusama Bridge Hub: 1_001_000;
  • Polkadot Bridge Hub: 1_001_000;
  • Rococo Bulletin: not supported yet;
  • Polkadot Bulletin: not supported yet.

What's Changed

Full Changelog: v1.2.0...v1.2.1