helix-bridge / wormhole-ui

https://wormhole-ui.vercel.app/
2 stars 1 forks source link

disable bridge when runtime upgrade #308

Closed xiaoch05 closed 2 years ago

xiaoch05 commented 2 years ago

Importance

General

Priority

Medium

Description

when the substrate-like chain has the runtime upgrade. The spec_version will be updated.

  1. Get spec_version from chain and configure file
  2. Compare the spec_version, if different, disable the bridge related.
  3. Developers should check and test the impact of the upgrade(whether the remote call updated?), then upgrade the front-end(update spec_version in the configure file).