Skip to content

feat(resolver): network transport via @parity/truapi-provider#78

Open
BigTava wants to merge 4 commits into
mainfrom
tiago-truapi-provider
Open

feat(resolver): network transport via @parity/truapi-provider#78
BigTava wants to merge 4 commits into
mainfrom
tiago-truapi-provider

Conversation

@BigTava

@BigTava BigTava commented Jul 15, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Network access runs on @parity/truapi-provider light client, resolving each network (relay, asset hub, bulletin, people) from its genesis hash through the crate bundled catalog.

@socket-security

socket-security Bot commented Jul 15, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​parity/​truapi-provider@​0.1.1-dev-20260715.076100919470

View full report

@github-actions

github-actions Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Bundle Size Report

No chunks over 500 KB.

Total: 1.31 MB (-1.4 KB) raw / 469.9 KB (-880 B) brotli (-65%) / 546.1 KB (-992 B) gzip

All files
File Raw Brotli Gzip
host/.well-known/apple-app-site-association 738 B 738 B 738 B
host/.well-known/assetlinks.json 1.3 KB 317 B 391 B
host/assets/auth.js 462.6 KB 175.5 KB (+85 B) 221.5 KB (-1 B)
host/assets/blake2.js 10.2 KB 3.2 KB 3.7 KB (+2 B)
host/assets/bridge.js 5.4 KB 1.8 KB (-6 B) 2.1 KB (-6 B)
host/assets/browser.js 22.9 KB 7.6 KB 8.6 KB
host/assets/client.js 93.0 KB 27.4 KB (+5 B) 30.1 KB (-2 B)
host/assets/container.js 53.9 KB 13.2 KB (-30 B) 14.9 KB (-5 B)
host/assets/dist.js 28.8 KB (+3.9 KB) 9.9 KB (+2.2 KB) 11.1 KB (+2.5 KB)
host/assets/dist.js 20.6 KB (-4.3 KB) 4.8 KB (-2.9 KB) 5.4 KB (-3.2 KB)
host/assets/dist.js 24.9 KB 7.7 KB 8.6 KB
host/assets/dotli-debug-bus.js 495 B 495 B 495 B
host/assets/index.css 47.9 KB 7.4 KB 8.3 KB
host/assets/index.js 106.5 KB (-56 B) 29.1 KB (-2 B) 33.9 KB (-48 B)
host/assets/log.js 972 B 972 B 972 B
host/assets/manifest.js 22.6 KB 7.3 KB (-8 B) 8.0 KB (-5 B)
host/assets/mode.js 1.7 KB 600 B 664 B
host/assets/nanoevents.js 215 B 215 B 215 B
host/assets/nova-scale.js 6.7 KB 2.6 KB 2.9 KB
host/assets/panel.js 84.8 KB 23.0 KB (-23 B) 26.2 KB (-2 B)
host/assets/resolve.js 152 B 152 B 152 B
host/assets/rolldown-runtime.js 694 B 694 B 694 B
host/assets/rpc-resolve.js 2.5 KB 1.0 KB (-6 B) 1.2 KB (-5 B)
host/assets/shared-mode.js 1.9 KB 792 B (-1 B) 896 B (-1 B)
host/assets/spans.js 1.6 KB 765 B 914 B
host/assets/src.js 1.9 KB 891 B (+1 B) 998 B (-1 B)
host/assets/styles.css 15.1 KB 3.2 KB 3.8 KB
host/assets/substrate-client.js 7.2 KB 2.7 KB (-1 B) 3.0 KB (-2 B)
host/assets/ws.js 25.8 KB 8.4 KB (+6 B) 9.1 KB (-3 B)
host/dotli.png 11.5 KB 11.5 KB 11.5 KB
host/favicon.svg 1.8 KB 1.8 KB 1.8 KB
host/host-sw.js 2.7 KB (-56 B) 1.1 KB (-27 B) 1.2 KB (-24 B)
host/icon-192.png 12.5 KB 12.5 KB 12.5 KB
host/icon-512.png 42.8 KB 42.8 KB 42.8 KB
host/index.html 19.3 KB (-889 B) 4.3 KB (-145 B) 5.3 KB (-156 B)
host/manifest.webmanifest 441 B 441 B 441 B
host/workbox.js 14.8 KB 4.6 KB 5.1 KB
sandbox/app-sw.js 9.6 KB 3.1 KB (+10 B) 3.5 KB (+4 B)
sandbox/assets/bitswap-bridge.js 840 B 840 B 840 B
sandbox/assets/fetch.js 3.4 KB 1.2 KB 1.4 KB (-2 B)
sandbox/assets/index.js 118.0 KB 33.7 KB (-68 B) 39.6 KB (+2 B)
sandbox/assets/index.css 47.9 KB 7.4 KB 8.3 KB
sandbox/favicon.svg 1.8 KB 1.8 KB 1.8 KB
sandbox/index.html 1.7 KB 578 B (-4 B) 785 B (-2 B)
Total 1.31 MB (-1.4 KB) 469.9 KB (-880 B) (-65%) 546.1 KB (-992 B)

Commit: ea823cc

@github-actions

Copy link
Copy Markdown
Contributor

⚡ Performance Report

⚠️ No baseline found on main. This PR's results are recorded but cannot be compared.
Merge to main to establish a baseline.

@github-actions

github-actions Bot commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

⚠️ E2E Product suite skipped — Nova signing bot is unavailable.

This is a Nova-side outage and not a dot.li test failure. Re-run
from the Actions tab once the bot recovers.

Logs: https://github.com/paritytech/dotli-community/actions/runs/29525756736

@BigTava BigTava changed the title feat(resolver): back chain access with @parity/truapi-provider's embedded smoldot light client feat(resolver): back network access with @parity/truapi-provider's embedded smoldot light client Jul 16, 2026
@BigTava BigTava changed the title feat(resolver): back network access with @parity/truapi-provider's embedded smoldot light client feat(resolver): network transport via @parity/truapi-provider Jul 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant