Cannot run node. Using deprecated item/API
Closed this issue · 3 comments
phillux commented
warning: use of deprecated item 'sr_api_hidden_includes_IMPL_RUNTIME_APIS::sr_api_client::runtime_api::runtime_decl_for_Core::Core::authorities': Please switch to `AuthoritiesApi`.
--> dappforce-subsocial-runtime/src/lib.rs:294:1
|
294 | / impl_runtime_apis! {
295 | | impl client_api::Core<Block> for Runtime {
296 | | fn version() -> RuntimeVersion {
297 | | VERSION
... |
397 | | }
398 | | }
| | ^ in this macro invocation
| |_|
|
|
= note: `#[warn(deprecated)]` on by default
Finished release [optimized] target(s) in 0.36s
Running `target/release/subsocial-node`
Error: Error opening spec file: No such file or directory (os error 2)
F3Joule commented