From fd212fd2a4841435e6a0bd9fbdcfd07a1ec63f4f Mon Sep 17 00:00:00 2001 From: Tyera Eulberg Date: Mon, 13 Dec 2021 16:47:49 -0700 Subject: [PATCH] Add notes about new v1.9 rpc apis --- docs/src/developing/clients/jsonrpc-api.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/src/developing/clients/jsonrpc-api.md b/docs/src/developing/clients/jsonrpc-api.md index 92705d87ba..5b330b0397 100644 --- a/docs/src/developing/clients/jsonrpc-api.md +++ b/docs/src/developing/clients/jsonrpc-api.md @@ -989,6 +989,9 @@ Result: ### getFeeForMessage +**NEW: This method is only available in solana-core v1.9 or newer. Please use +[getFees](jsonrpc-api.md#getfees) for solana-core v1.8** + Get the fee the network will charge for a particular Message #### Parameters: @@ -1144,7 +1147,7 @@ Unhealthy Result (if additional information is available) ### getHighestSnapshotSlot **NEW: This method is only available in solana-core v1.9 or newer. Please use -[getSnapshotSlot](jsonrpc-api.md#getsnapshotslot) for solana-core v1.7/v1.8** +[getSnapshotSlot](jsonrpc-api.md#getsnapshotslot) for solana-core v1.8** Returns the highest slot information that the node has snapshots for. @@ -1452,6 +1455,9 @@ Result: ### getLatestBlockhash +**NEW: This method is only available in solana-core v1.9 or newer. Please use +[getRecentBlockhash](jsonrpc-api.md#getrecentblockhash) for solana-core v1.8** + Returns the latest blockhash #### Parameters: @@ -3056,6 +3062,9 @@ Result: ### isBlockhashValid +**NEW: This method is only available in solana-core v1.9 or newer. Please use +[getFeeCalculatorForBlockhash](jsonrpc-api.md#getfeecalculatorforblockhash) for solana-core v1.8** + Returns whether a blockhash is still valid or not #### Parameters: