[docs-agent] Add deprecation notice to 5 alchemy_simulate* methods#1472
Merged
Conversation
Adds a Warning callout at the top of each of these methods' descriptions announcing the September 30th 2026 deprecation date: - alchemy_simulateAssetChanges - alchemy_simulateAssetChangesBundle - alchemy_simulateExecution - alchemy_simulateExecutionBundle - alchemy_simulateUserOperationAssetChanges Refs DOCS-155 Requested-by: @clinder777
🔗 Preview Mode
|
… pages Adds the same September 30th 2026 deprecation notice callout to the six Transaction Simulation MDX pages that describe the deprecated endpoints: - simulation.mdx (Transaction Simulation Overview) - simulation-asset-changes.mdx (Asset Changes) - simulation-execution.mdx (Execution Simulation) - simulation-bundle.mdx (Bundle Simulation) - simulation-examples.mdx (Transaction Simulation Examples) - simulation-faqs.mdx (Transaction Simulation FAQs) Per requester follow-up on the DOCS-155 Slack thread. Refs DOCS-155 Requested-by: @clinder777
dslovinsky
approved these changes
Jul 22, 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.
Summary
Adds a
<Warning title="Deprecation notice">callout at the top of each of these OpenRPC methods' descriptions announcing the September 30th 2026 deprecation cutoff:alchemy_simulateAssetChanges(2500 CU)alchemy_simulateAssetChangesBundle(4500 CU)alchemy_simulateExecution(2500 CU)alchemy_simulateExecutionBundle(4500 CU)alchemy_simulateUserOperationAssetChanges(2500 CU)Callout wording per the request: This endpoint will be deprecated on September 30th 2026.
Callout shape follows the existing precedent in
src/openapi/beta/transactions/history/by-address.yaml(<Warning title="…">…</Warning>in a spec description).The methods themselves stay fully functional pre-cutoff — this PR only adds the visual notice. Spec-level
deprecated: true, method removal, and any redirects are deferred to a post-cutoff removal PR (following the DOCS-116 Sonic Blaze / DOCS-143 Polygon Erigon two-phase pattern).pnpm run generate:rpcandpnpm run validate:rpcboth pass locally.Linear
DOCS-155 — https://linear.app/alchemyapi/issue/DOCS-155/add-deprecation-callout-to-5-alchemy-simulate-methods-sep-30-2026
Requested by
@clinder777 (via Slack thread)