You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2023-09-02T05:39:32Z CRITICAL target=frame_support::storage message=next_key returned a key with no value at [] ext_logging_log_version_1 pkg=runtime module=wazero
The problem could be related to
ext_storage_next_key_version_1
ext_default_child_storage_next_key_version_1
Looks like the it tries to retrieve the value is empty, the empty brackets in the message [...] at [] is supposed to be the key so the host function *_next_key_version_1 is returning empty (should it return None)
By using the polkadot/crowdloan pallet I could simulate the error using the ChildTriePrefixIterator which returns an iterator that goes over the ext_default_child_storage_next_key_version_1
Describe the bug
The problem could be related to
Looks like the it tries to retrieve the value is empty, the empty brackets in the message
[...] at []
is supposed to be the key so the host function*_next_key_version_1
is returning empty (should it return None)Links to substrate where the log happens
The log happens after finalizing the block
#7280128
and it does not show what block/extrinsic call drives thatThe text was updated successfully, but these errors were encountered: