This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
[Fix] try_state in BagsList needs to be feature-gated and the signature has to adhere to that in Hooks. #13293
Labels
J0-enhancement
An additional feature request.
The current BagsList implementation does not feature-gate try_state and nor does it have an argument for block number.
As a consequence a bunch of other pallets/tests are calling a variety of
try_state
methods outside oftry-runtime
context. What this means is we need to feature gate all the instances oftry_state
related to BagsList pallet and make sure we have a decent substitute to call within tests/benchmarks, similar todo_try_state
in staking pallet.The text was updated successfully, but these errors were encountered: