You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched your SDK for usage of these calls and looks like you are using getStakeActivation.
This call will not be usable anymore soon after breakpoint.
If you know users of the SDK would also be great if you could inform them about the deprecated calls so nothing breaks when the calls actually get removed on mainnet.
Looks like this is the only occasion of depreacted calls. But please check for yourself to be sure nothing breaks when Agave 2.0 comes around
Starting search, this may take a while...
/Users/jonasmac2/Documents/GitHub/godot-solana-sdk/src/solana_client/solana_client.cpp:516: return quick_http_request(make_rpc_dict("getStakeActivation", params));
Search finished!
Description
Hey, there are bunch of RPC calls that are deprecated and will be removed very soon.
You can find the deprecated calls here:
https://github.com/anza-xyz/agave/wiki/Agave-v2.0-Transition-Guide
I searched your SDK for usage of these calls and looks like you are using getStakeActivation.
This call will not be usable anymore soon after breakpoint.
Here you can find a replacement implementation for rust and JS client side:
https://github.com/solana-developers/solana-rpc-get-stake-activation
If you know users of the SDK would also be great if you could inform them about the deprecated calls so nothing breaks when the calls actually get removed on mainnet.
Suggested Improvements
Here you can find a replacement implementation for rust and JS client side:
https://github.com/solana-developers/solana-rpc-get-stake-activation
Extra Information
No response
The text was updated successfully, but these errors were encountered: