[docs-agent] Weekly skills update 2026-09-02 - #47
Open
alchemy-bot wants to merge 1 commit into
Open
Conversation
Sync from docs merged 2026-08-26..2026-09-02. - Solana JSON-RPC: add getProgramAccountsV2 (paginationKey, changedSinceSlot, limit) per docs PR #1587. - Solana WebSocket + Yellowstone gRPC: update Mainnet AND Devnet URLs to streaming.alchemy.com (per docs PRs #1568 + #1594); add blockSubscribe as a streaming-endpoint-only method (per docs PR #1566). - Wallet APIs: clarify EIP-7702 default-delegation timeline. v1.0.0 is the default today; v1.1.0 becomes the new-account default on Sept 14, 2026 (per docs PR #1591). - Admin API + alchemy-cli: document that Usage timeseries groupBy accepts up to three comma-separated dimensions (per docs PR #1583). - Portfolio APIs: add includeBlockMetadata param + blockMetadata response object; backfill Partial failures section (per docs PR #1582). - Supported networks: expand Degen deprecation to cover both mainnet and sepolia (per docs PR #1593). Drop degen-sepolia from Data API network list. - Sui gRPC: add ListCheckpoints / ListTransactions / ListEvents (LedgerService), SubscribeTransactions / SubscribeEvents (SubscriptionService) per docs PR #1580. Add Sui JSON-RPC end-of-support notice (September 25, 2026) with migration guide pointer per docs PR #1589. Canonical + plugins mirror synced via plugins/alchemy/scripts/sync_from_catalog.py.
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 docs merges in the 2026-08-26 → 2026-09-02 window.
Docs PRs covered
getProgramAccountsV2added to the JSON-RPC spec + pricing (DOCS-212).groupBynow accepts up to three dimensions (DX-3488).includeBlockMetadatarequest field +blockMetadataresponse object (DOCS-211).streaming.alchemy.comfor both Mainnet and Devnet (DOCS-206 / DOCS-216).blockSubscribereference page (streaming-endpoint-only) (DOCS-205).Skills files updated
solana-rpc.md— addedgetProgramAccountsV2with V2-specific params (limit,paginationKey,changedSinceSlot,withContextwrap), pagination guidance, and cross-listed the method in Other Common Methods.solana-websocket-subscriptions.md— updated base URL block to distinguish streaming host (WebSocket + gRPC) from.g.alchemy.com(HTTP JSON-RPC) across Mainnet and Devnet; addedblockSubscribe/blockUnsubscribewith the streaming-endpoint-only requirement, the mandatorymaxSupportedTransactionVersion: 0, and the@solana/web3.jsnon-wrap note.solana-grpc-details.md— added Endpoints section pointing atsolana-{mainnet,devnet}.streaming.alchemy.comand clarified that the streaming host does not serve HTTP JSON-RPC.wallets-wallet-apis.md— corrected the EIP-7702 delegation-defaults section: v1.0.0 is currently the default for new accounts, v1.1.0 takes over on Sept 14, 2026. Kept both contract addresses in the accepted-delegation table.operational-admin-api.md— added agroupBysemantics subsection under/usage/timeseriescovering the up-to-three-dimensions limit and the common shapes (single-axis, matrix, three-way).alchemy-cli/SKILL.md— updated--group-bycommand-syntax hint from<field>to<dim1,dim2,dim3>and added a semantics bullet under the Usage section.data-portfolio-apis.md— addedincludeBlockMetadatarequest param to both/assets/tokens/by-addressand/assets/tokens/balances/by-addressparam tables. Added new "Block metadata" section documenting the response shape (per-networkblockNumber/blockHash/blockTimestamp, opt-in default, successful-networks-only). Backfilled a "Partial failures" section for the 200-with-error.partialErrors[]shape that landed in docs PR #1539 during the queue pileup — carrying it in now so the block-metadata coverage lands with the surrounding fan-out semantics intact.operational-supported-networks.md— expanded the Degen entry from Mainnet-only to "Degen Chain (Mainnet + Sepolia)" post-cutoff removal, updated the notice URL, and droppeddegen-sepoliafrom the Data API lowercase network list.sui-grpc-objects-and-ledger.md— added 3 new LedgerService rows (ListCheckpoints,ListTransactions,ListEvents) with the common server-streaming envelope (read_mask,QueryOptions,Watermark,QueryEnd) and cursor-resume guidance.sui-grpc-subscriptions.md— addedSubscribeTransactionsandSubscribeEventsalongside the existingSubscribeCheckpoints. Broadened the summary from checkpoint-only to full tip-following. Added a Filtering section notingTransactionFilter/EventFiltershapes.sui-grpc-overview.md— added a top-of-file "Sui JSON-RPC end-of-support: September 25, 2026" callout with the migration guide URL. Broadened the streaming bullet to name the new subscribe + list methods.Material changes
getProgramAccountsV2; SolanablockSubscribeon the streaming endpoint; Sui gRPCListCheckpoints/ListTransactions/ListEvents(LedgerService) andSubscribeTransactions/SubscribeEvents(SubscriptionService).streaming.alchemy.comfor both Mainnet and Devnet; HTTP JSON-RPC remains on.g.alchemy.com.includeBlockMetadatarequest +blockMetadataresponse; Usage APIgroupBywidened to 3 dimensions.Not material (skipped this week)
Canonical + plugins mirror synced via
plugins/alchemy/scripts/sync_from_catalog.py. Byte-identical verified.No
Requested-by:trailer — cron-triggered weekly with no Slack originator.