-
Notifications
You must be signed in to change notification settings - Fork 9
feat: add simulateBundle method and update documentation
#966
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
dimitriedavid
commented
Jan 26, 2026
- Introduced the simulateBundle method to simulate a Jito bundle of transactions in the Solana API.
- Updated the Solana API overview documentation to include the new simulateBundle endpoint.
- Added necessary parameters and result schemas for simulateBundle in the OpenRPC methods and transaction specifications.
- Implemented redirects for the new simulateBundle reference in the documentation.
- Introduced the simulateBundle method to simulate a Jito bundle of transactions in the Solana API. - Updated the Solana API overview documentation to include the new simulateBundle endpoint. - Added necessary parameters and result schemas for simulateBundle in the OpenRPC methods and transaction specifications. - Implemented redirects for the new simulateBundle reference in the documentation.
🌿 Documentation Preview
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds support for simulating Jito transaction bundles in the Solana API by introducing a new simulateBundle method with comprehensive schema definitions and documentation updates.
Changes:
- Added
simulateBundleendpoint with parameter and result schemas - Updated API documentation to include the new endpoint reference
- Configured redirect for the new endpoint documentation page
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/openrpc/chains/solana/solana.yaml | Added reference to the new simulateBundle method |
| src/openrpc/chains/_components/solana/transaction.yaml | Defined schemas for bundle simulation parameters, configuration, and results |
| src/openrpc/chains/_components/solana/methods.yaml | Implemented the simulateBundle method specification |
| fern/docs.yml | Added redirect mapping for the simulateBundle reference page |
| fern/api-reference/solana/solana-api-overview.mdx | Updated API overview table to include simulateBundle endpoint |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4de1c78a1a
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
@codex review |
|
Codex Review: Didn't find any major issues. More of your lovely PRs please. ℹ️ About Codex in GitHubCodex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback". |