Closed ggwpez closed 1 year ago
Isn't this one item in https://github.com/paritytech/polkadot-sdk/issues/171?
It looks like a good candidate for a sub issue of the tracking one
Still seems like the list of pallets I have in https://github.com/paritytech/substrate/pull/14453 :D
yea, duplicate.
Would be good if we start using the default config trait from https://github.com/paritytech/substrate/pull/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.)