We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Resulted from #1672
While adding integrity tests for Rococo -> Wococo and Wococo -> Rococo we stumbled upon the following issue:
For BridgeHubRococo and BridgeHubWococo we expect to find the weights defined in polkadot-core which use the constants defined also in polkadot-core. But instead the runtime uses the same formula, but with other constants defined in cumulus/parachains/common and other BlockExecutionWeight.
We need to use the same weights in the bridge hubs definitions in cumulus and in the relayer definitions.
The text was updated successfully, but these errors were encountered:
serban300
Successfully merging a pull request may close this issue.
Resulted from #1672
While adding integrity tests for Rococo -> Wococo and Wococo -> Rococo we stumbled upon the following issue:
For BridgeHubRococo and BridgeHubWococo we expect to find the weights defined in polkadot-core which use the constants defined also in polkadot-core. But instead the runtime uses the same formula, but with other constants defined in cumulus/parachains/common and other BlockExecutionWeight.
We need to use the same weights in the bridge hubs definitions in cumulus and in the relayer definitions.
The text was updated successfully, but these errors were encountered: