[docs-agent] Weekly skills update 2026-09-16 - #50
Open
alchemy-bot wants to merge 1 commit into
Open
alchemy-bot wants to merge 1 commit into
alchemy-bot wants to merge 1 commit into
Conversation
Fold in this week's material docs PRs: * Solana getTokenAccountsByOwnerV2 (docs #1623): paginated V2 successor to getTokenAccountsByOwner with the same shape as PR #47's getProgramAccountsV2 (limit / paginationKey / changedSinceSlot / withContext). Peer of #47's V2 section — both live in solana-rpc.md above 'Other Common Methods'. Same 10 CU as V1. * Arc Mainnet (docs #1621 + #1622): added arc-mainnet next to arc-testnet in operational-supported-networks.md. Arc Testnet was already listed; mainnet is now LIVE per chain-config. Skipped this week (confirmed non-material): * Daikon spec + server-endpoints updates (docs #1624, #1625). * Weekly node-upgrade changelog (docs #1572). * PAYG flat-rate pricing update (docs #1615) — rotable numeric quantity per LEARNINGS, pricing page stays canonical.
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.
Weekly sync from merged docs changes (2026-09-09 → 2026-09-16).
Docs PRs covered
getTokenAccountsByOwnerV2method to JSON-RPC spec (DOCS-229, @alexfilip2). Helius-compatible paginated V2 successor togetTokenAccountsByOwner.LIVEin chain-config (chainId 0x13b2, gas token USDC); previously docs only listed Arc Testnet.Skills files updated
skills/alchemy-api/references/solana-rpc.md— added## getTokenAccountsByOwnerV2section directly above## Other Common Methods, mirroring the shape PR [docs-agent] Weekly skills update 2026-09-02 #47 uses forgetProgramAccountsV2(params table +oneOfresult shapes + curl request). Added agetTokenAccountsByOwnerV2row to the Common Methods table and relabelled the existinggetTokenAccountsByOwnerrow as V1. Bumpedupdated:frontmatter to 2026-09-16.skills/alchemy-api/references/operational-supported-networks.md— insertedarc-mainnetalphabetically before the existingarc-testnetline. Bumpedupdated:frontmatter to 2026-09-16.plugins/alchemy/skills/alchemy-api/references/*— byte-identical mirrors regenerated viaplugins/alchemy/scripts/sync_from_catalog.pyand verified withfilecmp.Material changes
getTokenAccountsByOwnerV2adds server-side pagination (limit,paginationKey), incremental-sync capability (changedSinceSlot), and an optional{context, value}envelope (withContext) to the V1 owner-scoped token-account query. Same 10 CU pricing, same base params, samejsonParsedentry shape. Both V1 and V2 live on the same standard endpoint (solana-mainnet.g.alchemy.com/v2/<key>) and Alchemy's routing is now live (x-bot-ignore-guarded in the OpenRPC spec until Daikon catches up).arc-mainnetto that list.Non-material this week (skipped, confirmed)
Overlap with open weekly PRs
## getProgramAccountsV2tosolana-rpc.mdin the same slot above## Other Common Methods. This PR's## getTokenAccountsByOwnerV2section sits at the same insertion point and the Common Methods table row is added in the same block. If [docs-agent] Weekly skills update 2026-09-02 #47 lands first, this PR needs a trivial rebase to place the two V2 sections adjacent. If this PR lands first, [docs-agent] Weekly skills update 2026-09-02 #47 needs the same rebase in reverse. Either order works; no content conflict — the two sections are independent.operational-supported-networks.mdfrontmatter and edits the Degen entry. Addingarc-mainneton a different line does not conflict with [docs-agent] Weekly skills update 2026-09-02 #47's Degen change; both are stand-alone insertions with distinct anchors.wallets-wallet-apis.mdonly. No overlap with this PR.Notes for reviewers
Requested-by:trailer per LEARNINGS (workflow's missing-attribution path is the correct behavior).