Update deprecation versions (#20959)
This commit is contained in:
@@ -43,18 +43,18 @@ pub enum RpcRequest {
|
||||
GetEpochInfo,
|
||||
GetEpochSchedule,
|
||||
#[deprecated(
|
||||
since = "1.8.0",
|
||||
since = "1.9.0",
|
||||
note = "Please use RpcRequest::GetFeeForMessage instead"
|
||||
)]
|
||||
GetFeeCalculatorForBlockhash,
|
||||
GetFeeForMessage,
|
||||
#[deprecated(
|
||||
since = "1.8.0",
|
||||
since = "1.9.0",
|
||||
note = "Please do not use, will no longer be available in the future"
|
||||
)]
|
||||
GetFeeRateGovernor,
|
||||
#[deprecated(
|
||||
since = "1.8.0",
|
||||
since = "1.9.0",
|
||||
note = "Please use RpcRequest::GetFeeForMessage instead"
|
||||
)]
|
||||
GetFees,
|
||||
@@ -74,14 +74,14 @@ pub enum RpcRequest {
|
||||
GetMultipleAccounts,
|
||||
GetProgramAccounts,
|
||||
#[deprecated(
|
||||
since = "1.8.0",
|
||||
since = "1.9.0",
|
||||
note = "Please use RpcRequest::GetLatestBlockhash instead"
|
||||
)]
|
||||
GetRecentBlockhash,
|
||||
GetRecentPerformanceSamples,
|
||||
GetHighestSnapshotSlot,
|
||||
#[deprecated(
|
||||
since = "1.8.0",
|
||||
since = "1.9.0",
|
||||
note = "Please use RpcRequest::GetHighestSnapshotSlot instead"
|
||||
)]
|
||||
GetSnapshotSlot,
|
||||
|
Reference in New Issue
Block a user