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

Remove support for the old JSON-RPC API #2804

Open
tomaka opened this issue Sep 29, 2022 · 0 comments
Open

Remove support for the old JSON-RPC API #2804

tomaka opened this issue Sep 29, 2022 · 0 comments
Labels
blocked Can't work on this issue because it is blocked on something out of our control

Comments

@tomaka
Copy link
Contributor

tomaka commented Sep 29, 2022

In the long term, we want to remove support for any function not described in https://github.com/paritytech/json-rpc-interface-spec/

@tomaka tomaka added the blocked Can't work on this issue because it is blocked on something out of our control label Sep 29, 2022
mergify bot added a commit that referenced this issue Oct 24, 2022
cc #2804

Most legacy JSON-RPC functions can't be implemented properly by smoldot.

The situation kind of sucks, as the new JSON-RPC functions aren't stable
and aren't implemented in Substrate yet.

However, the fact that the replacement isn't ready yet doesn't remove
the fact that the old ones don't work properly. Therefore I think it's
appropriate to print this warning.

The main reason why I'd like to print this warning is to raise awareness
to anyone reading the logs of the fact that things might not work
properly, and that it's not necessarily smoldot's fault but usually the
API's fault.

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Can't work on this issue because it is blocked on something out of our control
Projects
None yet
Development

No branches or pull requests

1 participant