Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/openrpc/chains/solana/solana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ methods:
- $ref: ../_components/solana/methods.yaml#/components/methods/minimumLedgerSlot
- $ref: ../_components/solana/methods.yaml#/components/methods/requestAirdrop
- $ref: ../_components/solana/methods.yaml#/components/methods/simulateBundle
- $ref: ../_components/solana/methods.yaml#/components/methods/simulateTransaction
- $ref: ../_components/solana/methods.yaml#/components/methods/getTransaction
Comment on lines 79 to 80
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Restore simulateTransaction to Solana method refs

Removing this $ref drops simulateTransaction from the published Solana OpenRPC surface even though the method is still defined in src/openrpc/chains/_components/solana/methods.yaml (components/methods/simulateTransaction). Since spec generation dereferences the methods list, consumers of the generated spec (endpoint docs and any tooling built from it) will no longer see a supported core RPC method, creating an incomplete/incorrect API reference.

Useful? React with 👍 / 👎.

x-bot-ignore:
- getAsset
Expand Down
Loading