dappforce/dappforce-subsocial-node-v1

Cannot run node. Using deprecated item/API

Closed this issue · 3 comments

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)
siman commented

@phillux what branch do you use? It should be df

@phillux thanks for feedback on deprecated item.

Which exactly command results in an error? Have you followed the guidelines from Readme?

@phillux any updates on this?