docs(aapi): remove phantom getInternalTransactionsBy* methods from public swagger#1953
Open
mikhailak wants to merge 6 commits into
Open
docs(aapi): remove phantom getInternalTransactionsBy* methods from public swagger#1953mikhailak wants to merge 6 commits into
mikhailak wants to merge 6 commits into
Conversation
Update main: Sui gRPC + JSON-RPC deprecation notice + Kite AI mainnet
…rontend-checkout ci: remove stale Ankr-network/staking-frontend checkout
* docs(solana): note 16h transaction-history window on RPC nodes Ankr's Solana RPC nodes run with --limit-ledger-size 100M which retains roughly 16 hours of transaction history. Document this so callers of getTransaction / getBlock / getSignaturesForAddress understand why older slots return null and where to route deeper history lookups. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * docs(kite): fix Kite AI placement in chains table PR #1945 added Kite AI to the supported-chains grid in the wrong column — it landed in the last column (after zkSync Era) instead of the K cluster between Kinto and Kusama, so readers scanning column 3 for K-named chains did not see it. Move the cell to its alphabetical slot (Kaia → Kava → Kinto → Kite AI → Kusama) and add a new row for Kusama so the K cluster stays in order. The "## Kite AI" section itself already links to /chains-api/kite/, so no further changes are needed for the detail-page link to work. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Add a "gRPC-Web" section to the Sui gRPC page covering the new fleet-wide gRPC-Web transport (shark-proxy v0.26.17, SHARK-3183): native vs gRPC-Web comparison, CORS/browser notes, an @mysten/sui SDK example using the default transport, and a raw curl example. Examples verified live against production (sui.grpc.ankr.com). Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…CKB (#1951) Godwoken (Nervos EVM/Polyjuice) was sunset by Nervos (June 2025); the rpc.ankr.com/nervos endpoint has no backend. Remove the EVM page, add a native Nervos CKB (L1) page with current CKB JSON-RPC methods + real node examples, update nav + chains-list, add redirect. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…gger ankr_getInternalTransactionsByBlockNumber and ankr_getInternalTransactionsByParentHash return -32601 (method does not exist) on production rpc.ankr.com/multichain — verified 2026-06-10 with direct calls. The methods have been published in this swagger since DOCS-636 (June 2023) and the file is live at www.ankr.com/docs/build/aapi-swagger.json, so users and LLM agents keep discovering methods that cannot be called. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
BigBadAlien
approved these changes
Jul 14, 2026
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
Removes
ankr_getInternalTransactionsByBlockNumberandankr_getInternalTransactionsByParentHashfrompublic/build/aapi-swagger.json.Why
Both methods return
-32601("method does not exist/is not available") on productionrpc.ankr.com/multichain/<key>— verified 2026-06-10 with direct JSON-RPC calls. They have been published in this swagger since DOCS-636 (June 2023), and the file is served live athttps://www.ankr.com/docs/build/aapi-swagger.json, so users and LLM agents keep discovering two methods that cannot actually be called.No prose docs pages reference these methods — the swagger entry was their only public surface in this repo. The v2 docs spec (
w3techankr-openapi) was cleaned the same day.Verification
JSON validity re-checked after the edit; 16 paths remain.
🤖 Generated with Claude Code