-
Notifications
You must be signed in to change notification settings - Fork 131
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
Companion for Bridges V2 - relay client part #2988
Conversation
running it on Rococo<>Westend for a while should give us enough coverage |
relayer with client-V2 redeployed for Rococo/Westend: https://gitlab.parity.io/parity/mirrors/parity-bridges-common/-/jobs/6350508
|
You're a bit out of the loop here, @bkontur :) We now use containers with names The logs you show are from the equivocation detection, which is using some old relayer version - I think we should talk to devops to also include it into our auto deployment step. Probably @serban300 could help here? The issues from the log are caused by that:
Which is normal Also (imho) it'd be better to have release when we deploy something on any chain - it'll make it easier to track relayer version/patches/... But you could go without that - that's jsut my opinion :) |
Yes, not my best day, focusing on too many things at once :)
Will do: #3005
Yes, I will try to do a normal release next time. I thought that we wanted to redeploy client-V2 just from the branch and not from the master, once it will work for at least one week, we could merge to polkadot-sdk client-v2 and create release and redeploy Ro/We and P/K. Anyway, looks like the new relayer with client V2 is working, at least I see 4 relayed message around 20:00, I didn't check logs yet, I will check next week. Also with new client-v2 I want to do: #3004 |
Contains mainly changes/nits/refactors related to the relayer code (`client-substrate` and `lib-substrate-relay`) migrated from the Bridges V2 [branch](#4427). Relates to: paritytech/parity-bridges-common#2976 Companion: paritytech/parity-bridges-common#2988 ## TODO - [x] fix comments ## Questions - [x] Do we need more testing for client V2 stuff? If so, how/what is the ultimate test? @svyatonik - [x] check [comment](#4494 (comment)) for more testing --------- Co-authored-by: Svyatoslav Nikolsky <[email protected]> Co-authored-by: Serban Iorga <[email protected]>
Contains mainly changes/nits/refactors related to the relayer code (`client-substrate` and `lib-substrate-relay`) migrated from the Bridges V2 [branch](paritytech#4427). Relates to: paritytech/parity-bridges-common#2976 Companion: paritytech/parity-bridges-common#2988 ## TODO - [x] fix comments ## Questions - [x] Do we need more testing for client V2 stuff? If so, how/what is the ultimate test? @svyatonik - [x] check [comment](paritytech#4494 (comment)) for more testing --------- Co-authored-by: Svyatoslav Nikolsky <[email protected]> Co-authored-by: Serban Iorga <[email protected]>
Updates
polkadot-sdk
version aligned to paritytech/polkadot-sdk#4494TODO
Questions