From ce1fee6c5d1a91657d671aff21dd99481cf3f977 Mon Sep 17 00:00:00 2001 From: nickfrosty Date: Tue, 2 Jan 2024 11:09:25 -0500 Subject: [PATCH] fix: handle deprecated redirects --- docs/rpc/deprecated/getConfirmedBlock.mdx | 1 + docs/rpc/deprecated/getConfirmedBlocks.mdx | 1 + docs/rpc/deprecated/getConfirmedBlocksWithLimit.mdx | 1 + docs/rpc/deprecated/getConfirmedSignaturesForAddress2.mdx | 3 +++ docs/rpc/deprecated/getConfirmedTransaction.mdx | 1 + docs/rpc/deprecated/getFeeCalculatorForBlockhash.mdx | 1 + docs/rpc/deprecated/getFeeRateGovernor.mdx | 1 + docs/rpc/deprecated/getRecentBlockhash.mdx | 1 + docs/rpc/deprecated/getSnapshotSlot.mdx | 1 + 9 files changed, 11 insertions(+) diff --git a/docs/rpc/deprecated/getConfirmedBlock.mdx b/docs/rpc/deprecated/getConfirmedBlock.mdx index 7ce3c57e4..e15150825 100644 --- a/docs/rpc/deprecated/getConfirmedBlock.mdx +++ b/docs/rpc/deprecated/getConfirmedBlock.mdx @@ -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 diff --git a/docs/rpc/deprecated/getConfirmedBlocks.mdx b/docs/rpc/deprecated/getConfirmedBlocks.mdx index 767eaea33..2bd651a41 100644 --- a/docs/rpc/deprecated/getConfirmedBlocks.mdx +++ b/docs/rpc/deprecated/getConfirmedBlocks.mdx @@ -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 diff --git a/docs/rpc/deprecated/getConfirmedBlocksWithLimit.mdx b/docs/rpc/deprecated/getConfirmedBlocksWithLimit.mdx index 8a46687f8..72225b578 100644 --- a/docs/rpc/deprecated/getConfirmedBlocksWithLimit.mdx +++ b/docs/rpc/deprecated/getConfirmedBlocksWithLimit.mdx @@ -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 diff --git a/docs/rpc/deprecated/getConfirmedSignaturesForAddress2.mdx b/docs/rpc/deprecated/getConfirmedSignaturesForAddress2.mdx index 4efde28dd..d4572e596 100644 --- a/docs/rpc/deprecated/getConfirmedSignaturesForAddress2.mdx +++ b/docs/rpc/deprecated/getConfirmedSignaturesForAddress2.mdx @@ -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 diff --git a/docs/rpc/deprecated/getConfirmedTransaction.mdx b/docs/rpc/deprecated/getConfirmedTransaction.mdx index c850bb375..3151bf121 100644 --- a/docs/rpc/deprecated/getConfirmedTransaction.mdx +++ b/docs/rpc/deprecated/getConfirmedTransaction.mdx @@ -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 diff --git a/docs/rpc/deprecated/getFeeCalculatorForBlockhash.mdx b/docs/rpc/deprecated/getFeeCalculatorForBlockhash.mdx index 458690e67..c4210d50e 100644 --- a/docs/rpc/deprecated/getFeeCalculatorForBlockhash.mdx +++ b/docs/rpc/deprecated/getFeeCalculatorForBlockhash.mdx @@ -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 diff --git a/docs/rpc/deprecated/getFeeRateGovernor.mdx b/docs/rpc/deprecated/getFeeRateGovernor.mdx index c7d64e35d..1fe829cd7 100644 --- a/docs/rpc/deprecated/getFeeRateGovernor.mdx +++ b/docs/rpc/deprecated/getFeeRateGovernor.mdx @@ -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 diff --git a/docs/rpc/deprecated/getRecentBlockhash.mdx b/docs/rpc/deprecated/getRecentBlockhash.mdx index 987b67c79..85b128345 100644 --- a/docs/rpc/deprecated/getRecentBlockhash.mdx +++ b/docs/rpc/deprecated/getRecentBlockhash.mdx @@ -3,6 +3,7 @@ sidebarLabel: getRecentBlockhash title: getRecentBlockhash RPC Method hideTableOfContents: true altRoutes: + - /docs/rpc/http/getRecentBlockhash - /docs/rpc/getRecentBlockhash --- diff --git a/docs/rpc/deprecated/getSnapshotSlot.mdx b/docs/rpc/deprecated/getSnapshotSlot.mdx index a6eef8370..9ed5c2de5 100644 --- a/docs/rpc/deprecated/getSnapshotSlot.mdx +++ b/docs/rpc/deprecated/getSnapshotSlot.mdx @@ -3,6 +3,7 @@ sidebarLabel: getSnapshotSlot title: getSnapshotSlot RPC Method hideTableOfContents: true altRoutes: + - /docs/rpc/http/getSnapshotSlot - /docs/rpc/getSnapshotSlot ---