paritytech / smoldot

Alternative client for Substrate-based chains.
GNU General Public License v3.0
302 stars 75 forks source link

Data inconsistency between Light Client connection and WSS connection #3009

Closed bobo-k2 closed 1 year ago

bobo-k2 commented 1 year ago

I used polkadot.js portal to connect to Astar network via Light Client. When I query dappStaking pallet for all registered dapps as result I got only 9 dapps only (see image below) which is not total number of dapps registered. When I switched connection to WSS endpoint I got all registered dapps.

I checked status of Light Client and it looks like that it is fully synced.

image

tomaka commented 1 year ago

Thanks for the report, however I'm closing as already fixed

The version of smoldot used by the substrate-connect extension is v0.7.2, which is a bit outdated (cc @wirednkod) This bug has been fixed in smoldot v0.7.5: https://github.com/paritytech/smoldot/pull/2947