Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue: Usage of depreacted RPC call getStakeActivation #269

Open
Woody4618 opened this issue Aug 29, 2024 · 1 comment
Open

Issue: Usage of depreacted RPC call getStakeActivation #269

Woody4618 opened this issue Aug 29, 2024 · 1 comment
Assignees

Comments

@Woody4618
Copy link

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

@Woody4618
Copy link
Author

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants