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
When attempting to connect to a Substrate-based standalone chain using substrate-connect, I encountered the following error message:
The JSON-RPC client has just called a JSON-RPC function from the legacy JSON-RPC API (system_health). Legacy JSON-RPC functions have loose semantics and cannot be properly implemented on a light client. You are encouraged to use the new JSON-RPC API https://github.com/paritytech/json-rpc-interface-spec/ instead. The legacy JSON-RPC API functions will be deprecated and removed in the distant future.
Configuration is not happening.
Steps to reproduce the issue
Steps to reproduce the issue
Take the code snippet from the official docs
replace the json file
run the code
Describe the results you received
Describe the results you received
First I get this error
The JSON-RPC client has just called a JSON-RPC function from the legacy JSON-RPC API (system_health). Legacy JSON-RPC functions have loose semantics and cannot be properly implemented on a light client. You are encouraged to use the new JSON-RPC API https://github.com/paritytech/json-rpc-interface-spec/ instead. The legacy JSON-RPC API functions will be deprecated and removed in the distant future.
Then the execution stops
Describe the results you expected
Describe the results you expected
Substrate-Connect version
0.4.4
Provider
Brave
Browser version
1.64.122
Additional environment details
Additional environment details
Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting
Screenshots
No response
The text was updated successfully, but these errors were encountered:
When attempting to connect to a Substrate-based standalone chain using substrate-connect, I encountered the following error message:
The JSON-RPC client has just called a JSON-RPC function from the legacy JSON-RPC API (system_health). Legacy JSON-RPC functions have loose semantics and cannot be properly implemented on a light client. You are encouraged to use the new JSON-RPC API https://github.com/paritytech/json-rpc-interface-spec/ instead. The legacy JSON-RPC API functions will be deprecated and removed in the distant future.
Configuration is not happening.
Steps to reproduce the issue
Steps to reproduce the issue
Take the code snippet from the official docs
replace the json file
run the code
Describe the results you received
Describe the results you received
First I get this error The JSON-RPC client has just called a JSON-RPC function from the legacy JSON-RPC API (system_health). Legacy JSON-RPC functions have loose semantics and cannot be properly implemented on a light client. You are encouraged to use the new JSON-RPC API https://github.com/paritytech/json-rpc-interface-spec/ instead. The legacy JSON-RPC API functions will be deprecated and removed in the distant future.
Then the execution stops
Describe the results you expected
Describe the results you expected
Substrate-Connect version
0.4.4
Provider
Brave
Browser version
1.64.122
Additional environment details
Additional environment details
Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting
Screenshots
No response
Link the code snippet please. Not sure what the "official docs" you are reffering to are.
Issue Description
The JSON-RPC client has just called a JSON-RPC function from the legacy JSON-RPC API (system_health). Legacy JSON-RPC functions have loose semantics and cannot be properly implemented on a light client. You are encouraged to use the new JSON-RPC API https://github.com/paritytech/json-rpc-interface-spec/ instead. The legacy JSON-RPC API functions will be deprecated and removed in the distant future.
Steps to reproduce the issue
Steps to reproduce the issue
Describe the results you received
Describe the results you received
First I get this error
The JSON-RPC client has just called a JSON-RPC function from the legacy JSON-RPC API (system_health). Legacy JSON-RPC functions have loose semantics and cannot be properly implemented on a light client. You are encouraged to use the new JSON-RPC API https://github.com/paritytech/json-rpc-interface-spec/ instead. The legacy JSON-RPC API functions will be deprecated and removed in the distant future.
Then the execution stops
Describe the results you expected
Describe the results you expected
Substrate-Connect version
0.4.4
Provider
Brave
Browser version
1.64.122
Additional environment details
Additional environment details
Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting
Screenshots
No response
The text was updated successfully, but these errors were encountered: