[docs-agent] Sync Solana Standard JSON-RPC CU table#1412
Open
alchemy-bot wants to merge 1 commit into
Open
Conversation
Brings the table in line with topconfig.yml in OMGWINNING/chain-config and the canonical Solana endpoints list in src/openrpc/chains/solana/solana.yaml. - Add getTransactionsForAddress (CU 100) - Add getTokenAccountsByDelegate (CU 10) - Add throughput CU 800 to getSupply - Add throughput CU 117 to getProgramAccounts - Add throughput CU 300 to getInflationReward Refs DOCS-128 Requested-by: @seansing
🔗 Preview Mode
|
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.
Summary
Brings the
# Solana: Standard JSON-RPC Methodstable on the Compute Unit Costs page in line with the canonical CU values intopconfig.yml(OMGWINNING/chain-config) and the published Solana endpoints list (src/openrpc/chains/solana/solana.yaml).Changes
Missing rows added:
getTransactionsForAddress— CU 100 (flagged by requester)getTokenAccountsByDelegate— CU 10 (caught in the comparison sweep)Throughput CU added (column was previously blank):
getSupply— 800 (flagged by requester)getProgramAccounts— 117getInflationReward— 300The Solana DAS APIs and Photon APIs subtables were also diffed against
topconfig.yml; both are already in sync (zero changes).Linear
DOCS-128 — https://linear.app/alchemyapi/issue/DOCS-128/sync-solana-standard-json-rpc-table-on-compute-unit-costs-page-with
Requested by
@seansing (via Slack thread)