How can I backport 0.38's ExtrinsicDetails::hash to 0.37? #1851
Replies: 1 comment 1 reply
-
Hey @jmg-duarte Can you explain in more detail what the issue is? Does it return a different hash from the same extrinsic bytes or just that it doesn't compile because of different types? IIRC, we bumped primitives_types to v0.13.1 in subxt which most likely will cause compilation issues if the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've tried to do the following:
But it does not match the hash returned by
sign_and_submit_default
, even though thebytes()
method shouldn't really change?If I use version 0.38 all this works, I can't upgrade since I was facing issues with Zombienet's SDK which Cargo was making pick up 0.37 (paritytech/zombienet-sdk#271)
Beta Was this translation helpful? Give feedback.
All reactions