@solana/kit 4.0.0-canary-20250915233705 → 4.0.0-canary-20250924171338
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.
|
@@ -5773,7 +5773,6 @@ this.globalThis.solanaWeb3 = (function (exports) {
|
|
|
5773
5773
|
expect: true,
|
|
5774
5774
|
host: true,
|
|
5775
5775
|
"keep-alive": true,
|
|
5776
|
-
origin: true,
|
|
5777
5776
|
"permissions-policy": true,
|
|
5778
5777
|
// Prefix matching is implemented in code, below.
|
|
5779
5778
|
// 'proxy-': true,
|
|
@@ -5785,7 +5784,8 @@ this.globalThis.solanaWeb3 = (function (exports) {
|
|
|
5785
5784
|
upgrade: true,
|
|
5786
5785
|
via: true
|
|
5787
5786
|
},
|
|
5788
|
-
{ "accept-encoding": true }
|
|
5787
|
+
{ "accept-encoding": true },
|
|
5788
|
+
{ origin: true }
|
|
5789
5789
|
);
|
|
5790
5790
|
function assertIsAllowedHttpRequestHeaders(headers) {
|
|
5791
5791
|
const badHeaders = Object.keys(headers).filter((headerName) => {
|
|
@@ -6121,7 +6121,7 @@ this.globalThis.solanaWeb3 = (function (exports) {
|
|
|
6121
6121
|
...config.headers ? normalizeHeaders2(config.headers) : void 0,
|
|
6122
6122
|
...{
|
|
6123
6123
|
// Keep these headers lowercase so they will override any user-supplied headers above.
|
|
6124
|
-
"solana-client": `js/${"4.0.0-canary-
|
|
6124
|
+
"solana-client": `js/${"4.0.0-canary-20250924171338"}`
|
|
6125
6125
|
}
|
|
6126
6126
|
}
|
|
6127
6127
|
}),
|
|
@@ -8425,6 +8425,7 @@ this.globalThis.solanaWeb3 = (function (exports) {
|
|
|
8425
8425
|
exports.getBytesCodec = getBytesCodec;
|
|
8426
8426
|
exports.getBytesDecoder = getBytesDecoder;
|
|
8427
8427
|
exports.getBytesEncoder = getBytesEncoder;
|
|
8428
|
+
exports.getChannelPoolingChannelCreator = getChannelPoolingChannelCreator;
|
|
8428
8429
|
exports.getCompiledTransactionMessageCodec = getCompiledTransactionMessageCodec;
|
|
8429
8430
|
exports.getCompiledTransactionMessageDecoder = getCompiledTransactionMessageDecoder;
|
|
8430
8431
|
exports.getCompiledTransactionMessageEncoder = getCompiledTransactionMessageEncoder;
|
|
@@ -8489,7 +8490,10 @@ this.globalThis.solanaWeb3 = (function (exports) {
|
|
|
8489
8490
|
exports.getPublicKeyFromAddress = getPublicKeyFromAddress;
|
|
8490
8491
|
exports.getPublicKeyFromPrivateKey = getPublicKeyFromPrivateKey;
|
|
8491
8492
|
exports.getReallocMessagePackerInstructionPlan = getReallocMessagePackerInstructionPlan;
|
|
8493
|
+
exports.getRpcSubscriptionsChannelWithAutoping = getRpcSubscriptionsChannelWithAutoping;
|
|
8494
|
+
exports.getRpcSubscriptionsChannelWithBigIntJSONSerialization = getRpcSubscriptionsChannelWithBigIntJSONSerialization;
|
|
8492
8495
|
exports.getRpcSubscriptionsChannelWithJSONSerialization = getRpcSubscriptionsChannelWithJSONSerialization;
|
|
8496
|
+
exports.getRpcSubscriptionsTransportWithSubscriptionCoalescing = getRpcSubscriptionsTransportWithSubscriptionCoalescing;
|
|
8493
8497
|
exports.getSetCodec = getSetCodec;
|
|
8494
8498
|
exports.getSetDecoder = getSetDecoder;
|
|
8495
8499
|
exports.getSetEncoder = getSetEncoder;
|