Deprecated calls Solana 2.0
This page announces the changes coming with Solana v2.0
With the release of Solana v2.0 some RPC calls you might be using will be obsolete or deprecated. It is a good idea for every builder to check if they use any of the RPC calls below as they won’t work anymore after the upgrade. Your code will break if you use any of the RPC calls below after the RPC nodes are updated.
Anza Labs will be making a push for Solana v2.0 as soon as it will be released on Mainnet. For this reason we urge all customers to start replacing the to-be deprecated calls by their successors as soon as possible, since they are already live.
Almost all calls that are to be deprecated have a successor, except for getStakeActivation
, getTotalSupply
and getFeeRateGovernor
; getStakeActivation
has a workaround, which is described if you follow the link attached to that call.
RPC calls deprecated after 2.0: | Successor |
---|---|
| |
| |
| |
| This call will be deprecated. |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| This call will be removed completely. |
| |
|
Source: https://github.com/anza-xyz/agave/wiki/Agave-v2.0-Transition-Guide
If you have any questions or need help, please reach our team using the customer support widget at https://customers.triton.one .
Last updated