Skip to content

Commit

Permalink
fix: deprecate the getStakeActivation RPC method
Browse files Browse the repository at this point in the history
  • Loading branch information
steveluscher committed Jun 27, 2024
1 parent 6572045 commit 4a2be46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/library-legacy/src/connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3607,6 +3607,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.
*/
async getStakeActivation(
publicKey: PublicKey,
Expand Down
2 changes: 2 additions & 0 deletions packages/rpc-api/src/getStakeActivation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ type GetStakeActivationApiResponse = Readonly<{
export interface GetStakeActivationApi extends RpcApiMethods {
/**
* Returns epoch activation information for a stake account
*
* @deprecated Deprecated in 1.18; will be removed in a future version.
*/
getStakeActivation(
address: Address,
Expand Down

0 comments on commit 4a2be46

Please sign in to comment.