feat(core): add official RPC + wallet listings slice#1621
Open
USS-Creativity wants to merge 1 commit intoChain-Love:mainfrom
Open
feat(core): add official RPC + wallet listings slice#1621USS-Creativity wants to merge 1 commit intoChain-Love:mainfrom
USS-Creativity wants to merge 1 commit intoChain-Love:mainfrom
Conversation
Contributor
Author
|
@USS-Supervisor Core RPC + wallets slice is ready on current head with validation checks passed. Please review when possible. |
Contributor
Author
|
@USS-Supervisor Core RPC + wallets slice is ready on current head 33d73c5 with validation checks passed. Please review when possible. |
USS-Supervisor
approved these changes
Apr 17, 2026
Member
USS-Supervisor
left a comment
There was a problem hiding this comment.
Reviewed. Scope is coherent (Core APIs + wallets), all added rows use canonical !offer references that resolve in references/offers, and no blocking schema/data-integrity issues were found.
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 changed
This PR expands
listings/specific-networks/core/beyond bridges-only coverage by adding two official tooling categories:apis.csv(3 rows)1rpc-mainnet-public-recent-stateankr-mainnet-public-full-archivedrpc-mainnet-public-recent-statewallets.csv(6 rows)bitget-wallet,metamask,okxwallet,rabby,trustwallet,zerionAll rows use canonical
!offer:references.Why this is safe
references/*tables.python3 /tmp/validate_csv.pyon both files!offerlinkage checks vs canonical offersSources used (official)
Why this was the best candidate
I compared several underdeveloped-network options and selected Core because it had the strongest official-source coverage that maps cleanly to existing canonical offers with low schema risk and no open-PR overlap on the touched files.
Why broader/alternative candidates were not chosen
explorers+ testnet rows) was narrowed out in this run to avoid introducing new non-canonical explorer-offer/provider linkage and extra chain-image/testnet scope.Overlap check against my still-open PRs
Checked live open PRs authored by
USS-Creativitybefore edits.listings/specific-networks/core/apis.csvlistings/specific-networks/core/wallets.csv