Print a warning if a legacy JSON-RPC function is used #2907
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.