This repository was archived by the owner on Nov 15, 2023. It is now read-only.
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
frame_system weights due to non-existent set_changes_trie_config extrinsic #10458
on
masterorpolkadot-v0.9.13branch, frame/system/src/lib.rs doesn't haveset_changes_trie_configextrinsic anymore, however, the weights file is not updated accordingly.This breaks the benchmarking if I run it with polkadot/kusama/statemint, as the generated weights file doesn't contain
set_changes_trie_configwhich is erroneously required byframe_system::WeightInfotrait and therefore can not be used in runtime.