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
Shipyard team has confirmed they plan to de-deprecate the pubsub commands, which only leaves the Dht commands to replace. These have since been replaced with the routing commands, which aren't available in our API yet.
The problem
Since this project was last maintained, several APIs in Kubo have been marked deprecated, but were not marked
[Obsolete]
in our API.The solution
Go through all deprecated rpc commands and mark the corresponding methods / classes as
[Obsolete]
in our codebase.The text was updated successfully, but these errors were encountered: