@solana/kit 5.1.0-canary-20251204181319 → 5.1.0-experimental-20251205104522
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/dist/index.development.js +2 -6
- package/dist/index.development.js.map +1 -1
- package/dist/index.production.min.js +208 -210
- package/package.json +21 -21
|
@@ -4694,9 +4694,7 @@ this.globalThis.solanaWeb3 = (function (exports) {
|
|
|
4694
4694
|
const wireTransactionBytes = getTransactionEncoder().encode(transaction);
|
|
4695
4695
|
return getBase64Decoder().decode(wireTransactionBytes);
|
|
4696
4696
|
}
|
|
4697
|
-
var
|
|
4698
|
-
var TRANSACTION_PACKET_HEADER = 40 + 8;
|
|
4699
|
-
var TRANSACTION_SIZE_LIMIT = TRANSACTION_PACKET_SIZE - TRANSACTION_PACKET_HEADER;
|
|
4697
|
+
var TRANSACTION_SIZE_LIMIT = 4096;
|
|
4700
4698
|
function getTransactionSize(transaction) {
|
|
4701
4699
|
return getTransactionEncoder().getSizeFromValue(transaction);
|
|
4702
4700
|
}
|
|
@@ -7065,7 +7063,7 @@ this.globalThis.solanaWeb3 = (function (exports) {
|
|
|
7065
7063
|
...config.headers ? normalizeHeaders2(config.headers) : void 0,
|
|
7066
7064
|
...{
|
|
7067
7065
|
// Keep these headers lowercase so they will override any user-supplied headers above.
|
|
7068
|
-
"solana-client": `js/${"5.1.0-
|
|
7066
|
+
"solana-client": `js/${"5.1.0-experimental-20251205104522"}`
|
|
7069
7067
|
}
|
|
7070
7068
|
}
|
|
7071
7069
|
}),
|
|
@@ -9291,8 +9289,6 @@ this.globalThis.solanaWeb3 = (function (exports) {
|
|
|
9291
9289
|
exports.SOLANA_ERROR__TRANSACTION__VERSION_NUMBER_NOT_SUPPORTED = SOLANA_ERROR__TRANSACTION__VERSION_NUMBER_NOT_SUPPORTED;
|
|
9292
9290
|
exports.SOLANA_ERROR__TRANSACTION__VERSION_NUMBER_OUT_OF_RANGE = SOLANA_ERROR__TRANSACTION__VERSION_NUMBER_OUT_OF_RANGE;
|
|
9293
9291
|
exports.SolanaError = SolanaError;
|
|
9294
|
-
exports.TRANSACTION_PACKET_HEADER = TRANSACTION_PACKET_HEADER;
|
|
9295
|
-
exports.TRANSACTION_PACKET_SIZE = TRANSACTION_PACKET_SIZE;
|
|
9296
9292
|
exports.TRANSACTION_SIZE_LIMIT = TRANSACTION_SIZE_LIMIT;
|
|
9297
9293
|
exports.addCodecSentinel = addCodecSentinel;
|
|
9298
9294
|
exports.addCodecSizePrefix = addCodecSizePrefix;
|