Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mass-mark deprecated APIs with [Obsolete] #12

Open
Arlodotexe opened this issue Dec 30, 2022 · 2 comments
Open

Mass-mark deprecated APIs with [Obsolete] #12

Arlodotexe opened this issue Dec 30, 2022 · 2 comments

Comments

@Arlodotexe
Copy link
Collaborator

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.

stevefan1999-personal pushed a commit to stevefan1999-personal/net-ipfs-core that referenced this issue Mar 12, 2023
…al-cleanup-and-fixup

General cleanup and fixes: pubsub
@Arlodotexe
Copy link
Collaborator Author

Some progress was made towards this in #29

@Arlodotexe
Copy link
Collaborator Author

More progress made towards this in #41.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant