-
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
Fix tools/codegen
util
#2669
Comments
@serban300 for Rococo/Westend I manualy edited |
Yes, sure, I'll take a look. Probably today. |
It doesn't seem to be a
And before it was like this:
The problem is that:
It's probably a runtime metadata issue or a |
Ran the new version of BHR locally using zombienet, and I'm getting the same metadata that leads to the issue:
So it's not a problem with Looks like some metadata change. Not sure if it's a problem, or if subxt should adapt to this somehow. |
Found what's causing the metadata change: A #[scale_info(skip_type_params(Hash))] has been added to the structure. |
Opened an issue in the |
It was fixed by this:
Since we can't do a better fix in subxt, I will close this issue. |
@serban300 what about doing this "find/seed replace" in rust code directly in tools/runtime-codegen? It could save us time when regenerating :) |
When I tried to regenerate codegen-runtimes: https://github.com/paritytech/parity-bridges-common/blob/polkadot-staging/scripts/regenerate_runtimes.sh#L14-L16
from
polkadot-sdk
master wasm files, there was some inconsistency with subxt withHeader
one vs two arguments,I didnt investigate it further, probably subxt is not adjusted to some
polkadot-sdk
stuff.The text was updated successfully, but these errors were encountered: