This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Runtime_update using compact version does not work #10120
Labels
J2-unconfirmed
Issue might be valid, but it’s not yet known.
I tried to perform a runtime update following this tutorial from branch "polkadot-v0.9.9" to "polkadot-v0.9.12", but due to changes between branches it is not simply possible. Every attempt ends up with a chain crash with the following error:
It is connected to changes introduced here 9391, where the function
secp256k1_ecdsa_recover_compressed
got a newer version.I managed to overcome this problem by using "node_runtime.wasm" instead of "node_runtime.compact.wasm". Should I understand it is a bug or the tutorial is inaccurate? Why does "wasm-gc" remove this function as unused?
The text was updated successfully, but these errors were encountered: