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
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Hi, I was using RPC call state_getStorage to query the substrate data on Kusama-cc2. After upgrading to Kusama-cc3, I found this rpc call returns nothing.
For example
One of the curl command I am using to do the query is curl -H "Content-Type: application/json" -d '{"id":1, "jsonrpc":"2.0", "method": "state_getStorage", "params": ["0x8cb577756012d928f17362e0741f9f2c"]}' localhost:9933, which returns {"jsonrpc":"2.0","result":null,"id":1}
Note: 0x8cb577756012d928f17362e0741f9f2c is the 128 bits hash of "System Number"(api.query.system.number)
The text was updated successfully, but these errors were encountered:
Hi, I was using RPC call
state_getStorage
to query the substrate data on Kusama-cc2. After upgrading to Kusama-cc3, I found this rpc call returns nothing.For example
One of the curl command I am using to do the query is
curl -H "Content-Type: application/json" -d '{"id":1, "jsonrpc":"2.0", "method": "state_getStorage", "params": ["0x8cb577756012d928f17362e0741f9f2c"]}' localhost:9933
, which returns{"jsonrpc":"2.0","result":null,"id":1}
Note: 0x8cb577756012d928f17362e0741f9f2c is the 128 bits hash of "System Number"(api.query.system.number)
The text was updated successfully, but these errors were encountered: