@solana/kit 8.2.0 → 8.3.0-canary-20260902083314

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.
@@ -10297,6 +10297,11 @@ ${lastLines.map((line) => ` > ${line}
10297
10297
  if (!memoizedKeypaths) {
10298
10298
  memoizedKeypaths = {
10299
10299
  getAccountInfo: jsonParsedAccountsConfigs.map((c) => ["value", ...c]),
10300
+ getAgGenesisCert: [
10301
+ ["block", "blockId", KEYPATH_WILDCARD],
10302
+ ["signature", "bitmap", KEYPATH_WILDCARD],
10303
+ ["signature", "signature", KEYPATH_WILDCARD]
10304
+ ],
10300
10305
  getBlock: [
10301
10306
  ...tokenBalancesConfigs.flatMap((c) => [
10302
10307
  ["transactions", KEYPATH_WILDCARD, "meta", "preTokenBalances", KEYPATH_WILDCARD, ...c],
@@ -10506,6 +10511,7 @@ ${lastLines.map((line) => ` > ${line}
10506
10511
  }
10507
10512
  var SOLANA_RPC_METHODS = [
10508
10513
  "getAccountInfo",
10514
+ "getAgGenesisCert",
10509
10515
  "getBalance",
10510
10516
  "getBlock",
10511
10517
  "getBlockCommitment",
@@ -10550,6 +10556,7 @@ ${lastLines.map((line) => ` > ${line}
10550
10556
  "getTokenSupply",
10551
10557
  "getTransaction",
10552
10558
  "getTransactionCount",
10559
+ "getTransactionsForAddress",
10553
10560
  "getVersion",
10554
10561
  "getVoteAccounts",
10555
10562
  "index",
@@ -10768,7 +10775,7 @@ ${lastLines.map((line) => ` > ${line}
10768
10775
  ...config.headers ? normalizeHeaders2(config.headers) : void 0,
10769
10776
  ...{
10770
10777
  // Keep these headers lowercase so they will override any user-supplied headers above.
10771
- "solana-client": `js/${"8.2.0"}`
10778
+ "solana-client": `js/${"8.3.0-canary-20260902083314"}`
10772
10779
  }
10773
10780
  }
10774
10781
  }),