Closed ehsan6sha closed 2 months ago
I tried this one by setting state cache size to 0 but it did not solve the issue: https://github.com/paritytech/substrate/issues/9697
Did you increment the spec version?
Did you increment the spec version?
Yes, both spec_version
and EXISTENTIAL_DEPOSIT
https://github.com/functionland/sugarfunge-node/blob/main/runtime/src/lib.rs
any ideas on what is causing it or how to troubleshoot further?
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Description of bug
I updated the runtime code by following these instructions: https://docs.substrate.io/tutorials/build-a-blockchain/upgrade-a-running-network/ (https://github.com/functionland/sugarfunge-node/commit/b073df012951469782f14e4728161d8f92a44e50)
And now when syncing from 0, the node gives an error on the block that update happened:
Any ideas of how to troubleshoot further? https://functionyard.fula.network/#/explorer/query/0x44433e9e7f3ea86dc1911f5f4042ce389ec2443f40927c22ba6d9f11699926db
Steps to reproduce
However, strangely it happens on some nodes and not all