@solana/kit 4.0.0-canary-20250912010418 → 4.0.0-canary-20250915222507
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.
|
@@ -477,7 +477,7 @@ this.globalThis.solanaWeb3 = (function (exports) {
|
|
|
477
477
|
[SOLANA_ERROR__TRANSACTION__INVALID_NONCE_TRANSACTION_INSTRUCTIONS_MISSING]: "Transaction with no instructions cannot be durable nonce transaction.",
|
|
478
478
|
[SOLANA_ERROR__TRANSACTION__INVOKED_PROGRAMS_CANNOT_PAY_FEES]: "This transaction includes an address (`$programAddress`) which is both invoked and set as the fee payer. Program addresses may not pay fees",
|
|
479
479
|
[SOLANA_ERROR__TRANSACTION__INVOKED_PROGRAMS_MUST_NOT_BE_WRITABLE]: "This transaction includes an address (`$programAddress`) which is both invoked and marked writable. Program addresses may not be writable",
|
|
480
|
-
[SOLANA_ERROR__TRANSACTION__MESSAGE_SIGNATURES_MISMATCH]: "The transaction message expected the transaction to have $
|
|
480
|
+
[SOLANA_ERROR__TRANSACTION__MESSAGE_SIGNATURES_MISMATCH]: "The transaction message expected the transaction to have $numRequiredSignatures signatures, got $signaturesLength.",
|
|
481
481
|
[SOLANA_ERROR__TRANSACTION__SIGNATURES_MISSING]: "Transaction is missing signatures for addresses: $addresses.",
|
|
482
482
|
[SOLANA_ERROR__TRANSACTION__VERSION_NUMBER_OUT_OF_RANGE]: "Transaction version must be in the range [0, 127]. `$actualVersion` given"
|
|
483
483
|
};
|
|
@@ -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-20250915222507"}`
|
|
6125
6125
|
}
|
|
6126
6126
|
}
|
|
6127
6127
|
}),
|