You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Currently the Substrate client requires that every runtime implement the Offchain worker runtime Api. Many (maybe even most?) runtimes do not use offchain workers and have to stub this Api like
While it isn't the hardest thing to paste that code into your runtime, it adds an entire dependency on sp_offchain for runtimes that don't otherwise need it.
I suggest the offchain worker api not be required.
Currently the Substrate client requires that every runtime implement the Offchain worker runtime Api. Many (maybe even most?) runtimes do not use offchain workers and have to stub this Api like
While it isn't the hardest thing to paste that code into your runtime, it adds an entire dependency on
sp_offchain
for runtimes that don't otherwise need it.I suggest the offchain worker api not be required.
cc @kianenigma
The text was updated successfully, but these errors were encountered: