This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Use default config trait in mock runtimes #14336
Labels
I5-tests
Tests need fixing, improving or augmenting.
I7-refactor
Code needs refactoring.
T1-runtime
This PR/Issue is related to the topic “runtime”.
Uh oh!
There was an error while loading. Please reload this page.
Would be good if we start using the default config trait from #13454 to ensure that we covered most use-cases. For example in all
mock.rs
files onframe_system
and maybe alsopallet-balances
.Now we can still make some adjustments before more downstream projects start using it.
cc @juangirini
(This brings me to the idea that we could have a
nightly
orunstable
module inframe-support
, where we throw stuff in that has not been battle tested.)The text was updated successfully, but these errors were encountered: