-
Notifications
You must be signed in to change notification settings - Fork 893
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
fix: deprecate the getStakeActivation
RPC method
#2864
fix: deprecate the getStakeActivation
RPC method
#2864
Conversation
|
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @steveluscher and the rest of your teammates on Graphite |
4a2be46
to
43c4d05
Compare
@@ -3640,6 +3640,8 @@ export class Connection { | |||
|
|||
/** | |||
* Returns epoch activation information for a stake account that has been delegated | |||
* | |||
* @deprecated Deprecated in 1.18; will be removed in a future version. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: Maybe explicitly mention this is Solana/Agave 1.18, not Web3.js 1.18?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ooh. I mean… yeah. I'd have to do that for all of the comments in this file. I'll do that in the next PR.
43c4d05
to
6c9e302
Compare
Merge activity
|
6c9e302
to
9878189
Compare
🎉 This PR is included in version 1.93.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Because there has been no activity on this PR for 14 days since it was merged, it has been automatically locked. Please open a new issue if it requires a follow up. |
This was deprecated in anza-xyz/agave#69