Add notes about new v1.9 rpc apis
This commit is contained in:
parent
eebaf89874
commit
fd212fd2a4
|
@ -989,6 +989,9 @@ Result:
|
||||||
|
|
||||||
### getFeeForMessage
|
### 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
|
Get the fee the network will charge for a particular Message
|
||||||
|
|
||||||
#### Parameters:
|
#### Parameters:
|
||||||
|
@ -1144,7 +1147,7 @@ Unhealthy Result (if additional information is available)
|
||||||
### getHighestSnapshotSlot
|
### getHighestSnapshotSlot
|
||||||
|
|
||||||
**NEW: This method is only available in solana-core v1.9 or newer. Please use
|
**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.
|
Returns the highest slot information that the node has snapshots for.
|
||||||
|
|
||||||
|
@ -1452,6 +1455,9 @@ Result:
|
||||||
|
|
||||||
### getLatestBlockhash
|
### 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
|
Returns the latest blockhash
|
||||||
|
|
||||||
#### Parameters:
|
#### Parameters:
|
||||||
|
@ -3056,6 +3062,9 @@ Result:
|
||||||
|
|
||||||
### isBlockhashValid
|
### 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
|
Returns whether a blockhash is still valid or not
|
||||||
|
|
||||||
#### Parameters:
|
#### Parameters:
|
||||||
|
|
Loading…
Reference in New Issue