Skip to content
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

substrate-relay v1.5.0 error #2974

Closed
serban300 opened this issue May 1, 2024 · 2 comments · Fixed by #2977
Closed

substrate-relay v1.5.0 error #2974

serban300 opened this issue May 1, 2024 · 2 comments · Fixed by #2977
Assignees
Labels
A-bug Something isn't working

Comments

@serban300
Copy link
Collaborator

Stumbled upon this while running the manual P<>K asset transfer test. It happens only on substrate-relay v1.5.0. v1.4.0 works correctly

[Kusama_to_BridgeHubPolkadot_Sync] 2024-05-01 12:25:59 +00 ERROR bridge Failed to read free headers interval for Kusama headers at BridgeHubPolkadot: ErrorExecutingRuntimeCall { chain: "BridgeHubPolkadot", method: "KusamaFinalityApi_free_headers_interval", error: RpcError(Call(ErrorObject { code: ServerError(4003), message: "Client error: Execution failed: Other: Exported method KusamaFinalityApi_free_headers_interval is not found", data: None })) }
[Kusama_to_BridgeHubPolkadot_Sync] 2024-05-01 12:25:59 +00 DEBUG bridge Restarting relay loop
[Polkadot_to_BridgeHubKusama_Sync] 2024-05-01 12:25:59 +00 WARN bridge Polkadot finality proofs stream is being started / restarted
[Polkadot_to_BridgeHubKusama_Sync] 2024-05-01 12:25:59 +00 ERROR bridge Failed to read free headers interval for Polkadot headers at BridgeHubKusama: ErrorExecutingRuntimeCall { chain: "BridgeHubKusama", method: "PolkadotFinalityApi_free_headers_interval", error: RpcError(Call(ErrorObject { code: ServerError(4003), message: "Client error: Execution failed: Other: Exported method PolkadotFinalityApi_free_headers_interval is not found", data: None })) }
[Polkadot_to_BridgeHubKusama_Sync] 2024-05-01 12:25:59 +00 DEBUG bridge Restarting relay loop
[Kusama_to_BridgeHubPolkadot_Sync] 2024-05-01 12:25:59 +00 INFO bridge Connecting to BridgeHubPolkadot node at ws://localhost:8943
[Kusama_to_BridgeHubPolkadot_Sync] 2024-05-01 12:25:59 +00 WARN bridge Kusama finality proofs stream is being started / restarted
[Polkadot_to_BridgeHubKusama_Sync] 2024-05-01 12:25:59 +00 INFO bridge Connecting to BridgeHubKusama node at ws://localhost:8945
[Kusama_to_BridgeHubPolkadot_Sync] 2024-05-01 12:25:59 +00 ERROR bridge Failed to read free headers interval for Kusama headers at BridgeHubPolkadot: ErrorExecutingRuntimeCall { chain: "BridgeHubPolkadot", method: "KusamaFinalityApi_free_headers_interval", error: RpcError(Call(ErrorObject { code: ServerError(4003), message: "Client error: Execution failed: Other: Exported method KusamaFinalityApi_free_headers_interval is not found", data: None })) }
[Kusama_to_BridgeHubPolkadot_Sync] 2024-05-01 12:25:59 +00 DEBUG bridge Restarting relay loop
[Polkadot_to_BridgeHubKusama_Sync] 2024-05-01 12:25:59 +00 WARN bridge Polkadot finality proofs stream is being started / restarted
[Polkadot_to_BridgeHubKusama_Sync] 2024-05-01 12:25:59 +00 ERROR bridge Failed to read free headers interval for Polkadot headers at BridgeHubKusama: ErrorExecutingRuntimeCall { chain: "BridgeHubKusama", method: "PolkadotFinalityApi_free_headers_interval", error: RpcError(Call(ErrorObject { code: ServerError(4003), message: "Client error: Execution failed: Other: Exported method PolkadotFinalityApi_free_headers_interval is not found", data: None })) }
[Polkadot_to_BridgeHubKusama_Sync] 2024-05-01 12:25:59 +00 DEBUG bridge Restarting relay loop

@serban300 serban300 added the A-bug Something isn't working label May 1, 2024
@serban300 serban300 self-assigned this May 1, 2024
@serban300
Copy link
Collaborator Author

Oh sorry, maybe Polkadot and Kusama will need to be updated to the latest version. Closing this for the moment.

@svyatonik
Copy link
Contributor

Well, we will need to release a new version of Polkadot <> Kusama bridge soon (before P/K runtimes will be updated with those _free_headers_interval methods, I hope) and we will probably will be doing that from the same master branch (though I'm not sure yet). So better have it fixed

@svyatonik svyatonik reopened this May 2, 2024
@svyatonik svyatonik assigned svyatonik and unassigned serban300 May 2, 2024
github-merge-queue bot pushed a commit to paritytech/polkadot-sdk that referenced this issue May 2, 2024
…ers_interval` methods (#4350)

see paritytech/parity-bridges-common#2974 : we
still need to support unupgraded chains (BHK and BHP) in relay

We may need to revert this change when all chains are upgraded
TarekkMA pushed a commit to moonbeam-foundation/polkadot-sdk that referenced this issue Aug 2, 2024
…ers_interval` methods (paritytech#4350)

see paritytech/parity-bridges-common#2974 : we
still need to support unupgraded chains (BHK and BHP) in relay

We may need to revert this change when all chains are upgraded
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants