This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Remove all non-runtime uses of Ext #705
Labels
U2-some_time_soon
Issue is worth doing soon.
Z2-medium
Can be fixed by a coder with good Rust knowledge but little knowledge of the codebase.
Milestone
Ext
will panic when the storage root is not around, so unless you know that it is, you should not be usingExt
. We need to sweep the codebase for all instantiations ofExt
that are not there specifically to manage runtime externalities and replace with a call direct to the backend. Don't worry though; it's easy - see #704 for an example.The text was updated successfully, but these errors were encountered: