Open lexnv opened 4 months ago
Problem seems to be exactly as the same as https://github.com/smol-dot/smoldot/issues/1638 (cc comments in https://github.com/smol-dot/smoldot/issues/1754)
Has https://github.com/paritytech/polkadot-sdk/pull/4135 been released yet?
I had a look over our infrastructure. The public RPCs seem to be running tag: v1.13.0-rc3
, from commit d5160c1d567
. This contains the grandpa neighbour packet fix.
Sorry for duplicating the issue, initially the old RPC where not producing a second block. Now the second block is produced after ~175 seconds 🙏
The current version of smoldot is slower to sync to the head of the polkadot chain, as detected by:
Version used (a similar behavior is present on origin/main):
With an older version of smoldot v0.16.0 and smoldot-light v0.14.0 the syncing + subxt testing takes ~30ms
smoldot-logs-grandpa.txt
Let me know if I could provide more info, thanks 🙏