feat: wire smoldot lifecycle events to the loading bar - #146
Open
BigTava wants to merge 25 commits into
Open
Conversation
BigTava
requested review from
Cyr06130,
KarimJedda,
ba1uev,
justraman,
leonardocustodio and
tallesborges
as code owners
August 5, 2026 10:51
# Conflicts: # package.json
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Contributor
⚡ Performance Report
|
Contributor
Bundle Size ReportChunks over 500 KB:
All files
Commit: 56a2849 |
…d demote the host lifecycle log to debug
…a system_health polling and widened lifecycle events
…e debug log stream, poll only the Asset Hub, and address the loading review feedback
…d report only on the chains the loading screen shows
…when a step overruns
…ng to settings, and restore Completed
Contributor
|
This is a Nova-side outage and not a dot.li test failure. Re-run Logs: https://github.com/paritytech/dotli-community/actions/runs/31492787841 |
…k panel churning clients
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
lifecycle_unstable_followJSON-RPC method and samplesystem_healthon the chains the loading screen shows, reading both back through the chain tap so polkadot-api never sees our traffic.onChainSyncstream carrying sync milestones and peer counts, keyed by logical chain, and forward it to the host shell through the protocol client's origin- and source-gated listener.smoldotdependency to the3.3.3-dev-20260805.0dev release that ships the feature (light-base: add lifecycle_unstable_follow RPC subscription smoldot#3317). The stable bump is tracked in Bump smoldot to stable 3.3.3 once it is released #147 and blocks the next release.Follow-ups: #148 (typed tap primitives), #149 (SharedWorker forwarding), #150 (loading-screen accessibility).
Note: the E2E suite fails identically on this branch and on its merge-base (32 failed, 30 did not run, all at
waitForHostPlaygroundFrame), so it is a pre-existing signer-bot pairing failure rather than a regression here.