Skip to content

Commit

Permalink
fix: handle deprecated redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfrosty committed Jan 2, 2024
1 parent 1f01070 commit ce1fee6
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/rpc/deprecated/getConfirmedBlock.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: getConfirmedBlock RPC Method
hideTableOfContents: true
altRoutes:
- /docs/rpc/getConfirmedBlock
- /docs/rpc/http/getConfirmedBlock
---

Returns identity and transaction information about a confirmed block in the
Expand Down
1 change: 1 addition & 0 deletions docs/rpc/deprecated/getConfirmedBlocks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: getConfirmedBlocks RPC Method
hideTableOfContents: true
altRoutes:
- /docs/rpc/getConfirmedBlocks
- /docs/rpc/http/getConfirmedBlocks
---

Returns a list of confirmed blocks between two slots
Expand Down
1 change: 1 addition & 0 deletions docs/rpc/deprecated/getConfirmedBlocksWithLimit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: getConfirmedBlocksWithLimit RPC Method
hideTableOfContents: true
altRoutes:
- /docs/rpc/getConfirmedBlocksWithLimit
- /docs/rpc/http/getConfirmedBlocksWithLimit
---

Returns a list of confirmed blocks starting at the given slot
Expand Down
3 changes: 3 additions & 0 deletions docs/rpc/deprecated/getConfirmedSignaturesForAddress2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ title: getConfirmedSignaturesForAddress2 RPC Method
hideTableOfContents: true
altRoutes:
- /docs/rpc/getConfirmedSignaturesForAddress2
- /docs/rpc/http/getConfirmedSignaturesForAddress2
- /docs/rpc/getSignaturesForAddress2
- /docs/rpc/http/getSignaturesForAddress2
---

Returns signatures for confirmed transactions that include the given address in
Expand Down
1 change: 1 addition & 0 deletions docs/rpc/deprecated/getConfirmedTransaction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: getConfirmedTransaction RPC Method
hideTableOfContents: true
altRoutes:
- /docs/rpc/getConfirmedTransaction
- /docs/rpc/http/getConfirmedTransaction
---

Returns transaction details for a confirmed transaction
Expand Down
1 change: 1 addition & 0 deletions docs/rpc/deprecated/getFeeCalculatorForBlockhash.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: getFeeCalculatorForBlockhash RPC Method
hideTableOfContents: true
altRoutes:
- /docs/rpc/getFeeCalculatorForBlockhash
- /docs/rpc/http/getFeeCalculatorForBlockhash
---

Returns the fee calculator associated with the query blockhash, or `null` if the
Expand Down
1 change: 1 addition & 0 deletions docs/rpc/deprecated/getFeeRateGovernor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: getFeeRateGovernor RPC Method
hideTableOfContents: true
altRoutes:
- /docs/rpc/getFeeRateGovernor
- /docs/rpc/http/getFeeRateGovernor
---

Returns the fee rate governor information from the root bank
Expand Down
1 change: 1 addition & 0 deletions docs/rpc/deprecated/getRecentBlockhash.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ sidebarLabel: getRecentBlockhash
title: getRecentBlockhash RPC Method
hideTableOfContents: true
altRoutes:
- /docs/rpc/http/getRecentBlockhash
- /docs/rpc/getRecentBlockhash
---

Expand Down
1 change: 1 addition & 0 deletions docs/rpc/deprecated/getSnapshotSlot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ sidebarLabel: getSnapshotSlot
title: getSnapshotSlot RPC Method
hideTableOfContents: true
altRoutes:
- /docs/rpc/http/getSnapshotSlot
- /docs/rpc/getSnapshotSlot
---

Expand Down

0 comments on commit ce1fee6

Please sign in to comment.