@solana/web3.js 1.89.1 → 1.90.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.d.ts CHANGED
@@ -3710,9 +3710,14 @@ export class Connection {
3710
3710
  removeRootChangeListener(clientSubscriptionId: ClientSubscriptionId): Promise<void>;
3711
3711
  }
3712
3712
 
3713
+ /**
3714
+ * @deprecated Deprecated since Solana v1.17.20.
3715
+ */
3713
3716
  export const BPF_LOADER_PROGRAM_ID: PublicKey;
3714
3717
  /**
3715
3718
  * Factory class for transactions to interact with a program loader
3719
+ *
3720
+ * @deprecated Deprecated since Solana v1.17.20.
3716
3721
  */
3717
3722
  export class BpfLoader {
3718
3723
  /**
package/lib/index.esm.js CHANGED
@@ -3210,10 +3210,15 @@ class Loader {
3210
3210
  }
3211
3211
  Loader.chunkSize = CHUNK_SIZE;
3212
3212
 
3213
+ /**
3214
+ * @deprecated Deprecated since Solana v1.17.20.
3215
+ */
3213
3216
  const BPF_LOADER_PROGRAM_ID = new PublicKey('BPFLoader2111111111111111111111111111111111');
3214
3217
 
3215
3218
  /**
3216
3219
  * Factory class for transactions to interact with a program loader
3220
+ *
3221
+ * @deprecated Deprecated since Solana v1.17.20.
3217
3222
  */
3218
3223
  class BpfLoader {
3219
3224
  /**