Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@solana/[email protected]
Minor Changes
810d6ab
Thanks @lorisleiva! - Remove theI
prefix on the following types:IInstruction
,IInstructionWithAccounts
,IInstructionWithData
,IInstructionWithSigners
,IAccountMeta
,IAccountLookupMeta
andIAccountSignerMeta
. The old names are kept as aliases but marked as deprecated.Patch Changes
6ccbf01
,bbcb913
,93609aa
,b7dfe03
,810d6ab
]:@solana/[email protected]
Minor Changes
b7dfe03
Thanks @lorisleiva! - Deprecate theI
prefix of four transaction message types to stay consistent with the rest of them. Namely, the following types are renamed and their old names are marked as deprecated:ITransactionMessageWithFeePayer
->TransactionMessageWithFeePayer
ITransactionMessageWithFeePayerSigner
->TransactionMessageWithFeePayerSigner
ITransactionMessageWithSigners
->TransactionMessageWithSigners
ITransactionMessageWithSingleSendingSigner
->TransactionMessageWithSingleSendingSigner
Patch Changes
93609aa
Thanks @lorisleiva! - Add a variety of types, constants and functions to help with transaction sizes and their limits@solana/[email protected]
Minor Changes
810d6ab
Thanks @lorisleiva! - Remove theI
prefix on the following types:IInstruction
,IInstructionWithAccounts
,IInstructionWithData
,IInstructionWithSigners
,IAccountMeta
,IAccountLookupMeta
andIAccountSignerMeta
. The old names are kept as aliases but marked as deprecated.Patch Changes
93609aa
,b7dfe03
]:@solana/[email protected]
Minor Changes
#426
b7dfe03
Thanks @lorisleiva! - Deprecate theI
prefix of four transaction message types to stay consistent with the rest of them. Namely, the following types are renamed and their old names are marked as deprecated:ITransactionMessageWithFeePayer
->TransactionMessageWithFeePayer
ITransactionMessageWithFeePayerSigner
->TransactionMessageWithFeePayerSigner
ITransactionMessageWithSigners
->TransactionMessageWithSigners
ITransactionMessageWithSingleSendingSigner
->TransactionMessageWithSingleSendingSigner
#488
810d6ab
Thanks @lorisleiva! - Remove theI
prefix on the following types:IInstruction
,IInstructionWithAccounts
,IInstructionWithData
,IInstructionWithSigners
,IAccountMeta
,IAccountLookupMeta
andIAccountSignerMeta
. The old names are kept as aliases but marked as deprecated.Patch Changes
#520
043d8c1
Thanks @lorisleiva! - Deprecate thegetComputeUnitEstimateForTransactionMessageFactory
function in favor of theestimateComputeUnitLimitFactory
function from the@solana-program/compute-budget
client.Updated dependencies [
6ccbf01
,53e1336
,eb61d94
,bbcb913
,93609aa
,b7dfe03
,e6c0568
,810d6ab
]:@solana/[email protected]
Minor Changes
#468
6ccbf01
Thanks @lorisleiva! - Add, remove and forward theTransactionMessageWithinSizeLimit
andTransactionWithinSizeLimit
types in all helpers that may affect the size of a transaction or transaction message.#426
b7dfe03
Thanks @lorisleiva! - Deprecate theI
prefix of four transaction message types to stay consistent with the rest of them. Namely, the following types are renamed and their old names are marked as deprecated:ITransactionMessageWithFeePayer
->TransactionMessageWithFeePayer
ITransactionMessageWithFeePayerSigner
->TransactionMessageWithFeePayerSigner
ITransactionMessageWithSigners
->TransactionMessageWithSigners
ITransactionMessageWithSingleSendingSigner
->TransactionMessageWithSingleSendingSigner
#488
810d6ab
Thanks @lorisleiva! - Remove theI
prefix on the following types:IInstruction
,IInstructionWithAccounts
,IInstructionWithData
,IInstructionWithSigners
,IAccountMeta
,IAccountLookupMeta
andIAccountSignerMeta
. The old names are kept as aliases but marked as deprecated.Patch Changes
6ccbf01
,53e1336
,eb61d94
,bbcb913
,93609aa
,b7dfe03
,e6c0568
,810d6ab
]:@solana/[email protected]
Minor Changes
#468
6ccbf01
Thanks @lorisleiva! - Add, remove and forward theTransactionMessageWithinSizeLimit
andTransactionWithinSizeLimit
types in all helpers that may affect the size of a transaction or transaction message.#427
eb61d94
Thanks @lorisleiva! - RenameisDurableNonceTransaction
toisTransactionMessageWithDurableNonceLifetime
andassertIsDurableNonceTransactionMessage
toassertIsTransactionMessageWithDurableNonceLifetime
for consistency with the blockhash lifetime. The old names are kept as aliases but marked as deprecated.#426
b7dfe03
Thanks @lorisleiva! - Deprecate theI
prefix of four transaction message types to stay consistent with the rest of them. Namely, the following types are renamed and their old names are marked as deprecated:ITransactionMessageWithFeePayer
->TransactionMessageWithFeePayer
ITransactionMessageWithFeePayerSigner
->TransactionMessageWithFeePayerSigner
ITransactionMessageWithSigners
->TransactionMessageWithSigners
ITransactionMessageWithSingleSendingSigner
->TransactionMessageWithSingleSendingSigner
#488
810d6ab
Thanks @lorisleiva! - Remove theI
prefix on the following types:IInstruction
,IInstructionWithAccounts
,IInstructionWithData
,IInstructionWithSigners
,IAccountMeta
,IAccountLookupMeta
andIAccountSignerMeta
. The old names are kept as aliases but marked as deprecated.Patch Changes
#432
53e1336
Thanks @lorisleiva! - Keep type safety when appending or prepending instructions to transaction messages#430
e6c0568
Thanks @lorisleiva! - Introduce a newTransactionMessageWithLifetime
type and special Exclude type helpers to remove information from transaction messagesUpdated dependencies [
93609aa
,b7dfe03
,810d6ab
]:@solana/[email protected]
Minor Changes
#468
6ccbf01
Thanks @lorisleiva! - Add, remove and forward theTransactionMessageWithinSizeLimit
andTransactionWithinSizeLimit
types in all helpers that may affect the size of a transaction or transaction message.#479
bbcb913
Thanks @lorisleiva! - AddsisFullySignedTransaction
helper and renamesassertTransactionIsFullySigned
toassertIsFullySignedTransaction
. The old name was kept as an alias but marked as deprecated.#426
b7dfe03
Thanks @lorisleiva! - Deprecate theI
prefix of four transaction message types to stay consistent with the rest of them. Namely, the following types are renamed and their old names are marked as deprecated:ITransactionMessageWithFeePayer
->TransactionMessageWithFeePayer
ITransactionMessageWithFeePayerSigner
->TransactionMessageWithFeePayerSigner
ITransactionMessageWithSigners
->TransactionMessageWithSigners
ITransactionMessageWithSingleSendingSigner
->TransactionMessageWithSingleSendingSigner
Patch Changes
#425
93609aa
Thanks @lorisleiva! - Add a variety of types, constants and functions to help with transaction sizes and their limitsUpdated dependencies [
6ccbf01
,53e1336
,eb61d94
,93609aa
,b7dfe03
,e6c0568
,810d6ab
]:@solana/[email protected]
Patch Changes
93609aa
,304a44f
,b7dfe03
]:@solana/[email protected]
Patch Changes
93609aa
,b7dfe03
]:@solana/[email protected]
Patch Changes
93609aa
,b7dfe03
]:@solana/[email protected]
Patch Changes
@solana/[email protected]
Patch Changes
93609aa
,b7dfe03
]:@solana/[email protected]
Patch Changes
93609aa
,b7dfe03
]:@solana/[email protected]
Patch Changes
93609aa
,b7dfe03
]:@solana/[email protected]
Patch Changes
93609aa
,b7dfe03
]:@solana/[email protected]
Patch Changes
93609aa
,b7dfe03
]:@solana/[email protected]
Patch Changes
93609aa
,b7dfe03
]:@solana/[email protected]
Patch Changes
93609aa
,b7dfe03
]:@solana/[email protected]
Patch Changes
6ccbf01
,bbcb913
,93609aa
,b7dfe03
,810d6ab
]:@solana/[email protected]
Patch Changes
93609aa
,304a44f
,b7dfe03
]:@solana/[email protected]
Patch Changes
6ccbf01
,53e1336
,eb61d94
,bbcb913
,93609aa
,304a44f
,b7dfe03
,e6c0568
,810d6ab
]:@solana/[email protected]
Patch Changes
@solana/[email protected]
Patch Changes
#508
304a44f
Thanks @calintje! - Fix RPC objects incorrectly appearing as thenable Promises which caused silent program termination when awaited.Updated dependencies [
93609aa
,b7dfe03
]:@solana/[email protected]
Patch Changes
304a44f
,93609aa
,b7dfe03
]:@solana/[email protected]
Patch Changes
6ccbf01
,53e1336
,eb61d94
,bbcb913
,304a44f
,93609aa
,b7dfe03
,e6c0568
,810d6ab
]:@solana/[email protected]
Patch Changes
304a44f
,93609aa
,b7dfe03
]:@solana/[email protected]
Patch Changes
#508
304a44f
Thanks @calintje! - Fix RPC objects incorrectly appearing as thenable Promises which caused silent program termination when awaited.Updated dependencies [
93609aa
,b7dfe03
]:@solana/[email protected]
Patch Changes
93609aa
,b7dfe03
]:@solana/[email protected]
Patch Changes
93609aa
,304a44f
,b7dfe03
]:@solana/[email protected]
Patch Changes
93609aa
,b7dfe03
]:@solana/[email protected]
Patch Changes
93609aa
,b7dfe03
]:@solana/[email protected]
Patch Changes
93609aa
,b7dfe03
]:@solana/[email protected]
Patch Changes
6ccbf01
,53e1336
,eb61d94
,bbcb913
,93609aa
,b7dfe03
,e6c0568
,810d6ab
]:@solana/[email protected]
@solana/[email protected]
@solana/[email protected]
@solana/[email protected]
@solana/[email protected]
@solana/[email protected]
@solana/[email protected]