Skip to content

Commit 1a0940d

Browse files
authored
feat: deprecate BpfLoader class (#2101)
1 parent dd2096e commit 1a0940d

File tree

2 files changed

+5
-305
lines changed

2 files changed

+5
-305
lines changed

packages/library-legacy/src/bpf-loader.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@ import {Loader} from './loader';
55
import type {Connection} from './connection';
66
import type {Signer} from './keypair';
77

8+
/**
9+
* @deprecated Deprecated since Solana v1.17.20.
10+
*/
811
export const BPF_LOADER_PROGRAM_ID = new PublicKey(
912
'BPFLoader2111111111111111111111111111111111',
1013
);
1114

1215
/**
1316
* Factory class for transactions to interact with a program loader
17+
*
18+
* @deprecated Deprecated since Solana v1.17.20.
1419
*/
1520
export class BpfLoader {
1621
/**

packages/library-legacy/test/bpf-loader.test.ts

Lines changed: 0 additions & 305 deletions
This file was deleted.

0 commit comments

Comments
 (0)