radicle-dev / radicle-registry

An experimental Substrate implementation of the Radicle Registry 📒
https://registry.radicle.xyz
GNU General Public License v3.0
33 stars 4 forks source link

Expose frame_system in public runtime API #559

Closed geigerzaehler closed 4 years ago

geigerzaehler commented 4 years ago

We expose the frame_system crate from the runtime API. This allows the client to access the types defined by frame_system from old runtime versions to provide compatibility. In our case we specifically need it for DisptachError.

geigerzaehler commented 4 years ago

Turns out this is not needed