feat(ui): answer chain.getChainInfo from the host's configured chain set - #153
Open
valentinfernandez1 wants to merge 2 commits into
Open
feat(ui): answer chain.getChainInfo from the host's configured chain set#153valentinfernandez1 wants to merge 2 commits into
valentinfernandez1 wants to merge 2 commits into
Conversation
valentinfernandez1
force-pushed
the
vf/supported-chains-callback
branch
from
August 7, 2026 17:55
a105731 to
d07018b
Compare
|
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: 722e852 |
valentinfernandez1
marked this pull request as ready for review
August 11, 2026 15:37
valentinfernandez1
requested review from
BigTava,
Cyr06130,
KarimJedda,
ba1uev,
justraman,
leonardocustodio and
tallesborges
as code owners
August 11, 2026 15:37
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/31507821605 |
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.
What
Adds the one host callback behind chain.getChainInfo: supportedChains returns the chain set the core resolves identifiers against, so products discover genesis hashes instead of hard-coding them. The set is derived from getActiveServicesConfig().
Also bumps @parity/truapi 0.8.0 and @parity/truapi-host 0.5.0 to be able to use the getChainInfo call.
Testing
Use https://truapi-playground.dotli.dev for testing the method as the update has not landed on product-sdk yet, so products not calling directly to the truapi method will not be able to use it just yet