Skip to content

Commit

Permalink
feat: deprecate BpfLoader class (#2101)
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec committed Feb 7, 2024
1 parent dd2096e commit 1a0940d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 305 deletions.
5 changes: 5 additions & 0 deletions packages/library-legacy/src/bpf-loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@ import {Loader} from './loader';
import type {Connection} from './connection';
import type {Signer} from './keypair';

/**
* @deprecated Deprecated since Solana v1.17.20.
*/
export const BPF_LOADER_PROGRAM_ID = new PublicKey(
'BPFLoader2111111111111111111111111111111111',
);

/**
* Factory class for transactions to interact with a program loader
*
* @deprecated Deprecated since Solana v1.17.20.
*/
export class BpfLoader {
/**
Expand Down
305 changes: 0 additions & 305 deletions packages/library-legacy/test/bpf-loader.test.ts

This file was deleted.

0 comments on commit 1a0940d

Please sign in to comment.