-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[R-W Bridge] Redeploy to start relaying/synching #1675
Comments
@serban300 so I would like to setup |
Thanks ! I'll assign it to me then and I think I'll be able to do it these days. |
@svyatonik |
Version guard isn't about monitoring - it is about stopping the process when the relay detects it is connected to node that is using unexpected version. E.g. in Kusama<>Polkadot bridge when one of chains is upgraded, the relay stops (because of version guard) and we shall check that the upgrade isn't breaking our bridge and then we have following options:
In any way - let me prepare some doc (before Thursday) - we need to discuss how we'll be handling runtime upgrades (have some process, some tools, ...). Maybe we can optimize/reduce number of manual actions. Let's discuss it on Thursday. |
yes, yes, ok, cool, |
Most of dashboards will switch to |
One of possible solutions that I'm currently leaning towards (to decrease our maintenance burden) is to halt on |
Set the bundle runtime version to @bkontur @svyatonik do you want to address the upgrade process as part of this issue, or do we need to do anything else here ? |
yes, I agree with Slava, afaik changed |
@serban300
so, you could also verify and try this "process" and propose improvements. and two more things, I would suggest:
|
Ok, thanks @bkontur for the details ! I'll try these steps. |
The new version of the relayer was deployed. |
@serban300 I am working on bumping cumulus |
I didn't manage to send any message yet, but I don't know if it's because of the relayers. |
Found Rockmine2 logs
|
Opened https://github.com/paritytech/devops/issues/2261 for fixing this |
@serban300 |
Done. Checked. The message is successfully delivered. Resolving. |
added version guards to RBH<>WBH GRANDPA finality (and complex) relay #1697
https://gitlab.parity.io/parity/infrastructure/parity-testnet/-/blob/master/parity-bridge-common/wococo-relay-header.yaml#L4
https://gitlab.parity.io/parity/infrastructure/parity-testnet/-/blob/master/parity-bridge-common/rococo-relay-header.yaml#L4
Set
R/WococoBridgeHub
bundle runtime version #1756The text was updated successfully, but these errors were encountered: