Skip to content

Version Packages #489

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Version Packages #489

wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 12, 2025

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

  • #488 810d6ab Thanks @lorisleiva! - Remove the I prefix on the following types: IInstruction, IInstructionWithAccounts, IInstructionWithData, IInstructionWithSigners, IAccountMeta, IAccountLookupMeta and IAccountSignerMeta. The old names are kept as aliases but marked as deprecated.

Patch Changes

@solana/[email protected]

Minor Changes

  • #426 b7dfe03 Thanks @lorisleiva! - Deprecate the I 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 limits

@solana/[email protected]

Minor Changes

  • #488 810d6ab Thanks @lorisleiva! - Remove the I prefix on the following types: IInstruction, IInstructionWithAccounts, IInstructionWithData, IInstructionWithSigners, IAccountMeta, IAccountLookupMeta and IAccountSignerMeta. The old names are kept as aliases but marked as deprecated.

Patch Changes

@solana/[email protected]

Minor Changes

  • #426 b7dfe03 Thanks @lorisleiva! - Deprecate the I 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 the I prefix on the following types: IInstruction, IInstructionWithAccounts, IInstructionWithData, IInstructionWithSigners, IAccountMeta, IAccountLookupMeta and IAccountSignerMeta. The old names are kept as aliases but marked as deprecated.

Patch Changes

@solana/[email protected]

Minor Changes

  • #468 6ccbf01 Thanks @lorisleiva! - Add, remove and forward the TransactionMessageWithinSizeLimit and TransactionWithinSizeLimit types in all helpers that may affect the size of a transaction or transaction message.

  • #426 b7dfe03 Thanks @lorisleiva! - Deprecate the I 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 the I prefix on the following types: IInstruction, IInstructionWithAccounts, IInstructionWithData, IInstructionWithSigners, IAccountMeta, IAccountLookupMeta and IAccountSignerMeta. The old names are kept as aliases but marked as deprecated.

Patch Changes

@solana/[email protected]

Minor Changes

  • #468 6ccbf01 Thanks @lorisleiva! - Add, remove and forward the TransactionMessageWithinSizeLimit and TransactionWithinSizeLimit types in all helpers that may affect the size of a transaction or transaction message.

  • #427 eb61d94 Thanks @lorisleiva! - Rename isDurableNonceTransaction to isTransactionMessageWithDurableNonceLifetime and assertIsDurableNonceTransactionMessage to assertIsTransactionMessageWithDurableNonceLifetime for consistency with the blockhash lifetime. The old names are kept as aliases but marked as deprecated.

  • #426 b7dfe03 Thanks @lorisleiva! - Deprecate the I 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 the I prefix on the following types: IInstruction, IInstructionWithAccounts, IInstructionWithData, IInstructionWithSigners, IAccountMeta, IAccountLookupMeta and IAccountSignerMeta. The old names are kept as aliases but marked as deprecated.

Patch Changes

@solana/[email protected]

Minor Changes

  • #468 6ccbf01 Thanks @lorisleiva! - Add, remove and forward the TransactionMessageWithinSizeLimit and TransactionWithinSizeLimit types in all helpers that may affect the size of a transaction or transaction message.

  • #479 bbcb913 Thanks @lorisleiva! - Adds isFullySignedTransaction helper and renames assertTransactionIsFullySigned to assertIsFullySignedTransaction. The old name was kept as an alias but marked as deprecated.

  • #426 b7dfe03 Thanks @lorisleiva! - Deprecate the I 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

@solana/[email protected]

Patch Changes

@solana/[email protected]

Patch Changes

@solana/[email protected]

Patch Changes

@solana/[email protected]

Patch Changes

@solana/[email protected]

Patch Changes

@solana/[email protected]

Patch Changes

@solana/[email protected]

Patch Changes

@solana/[email protected]

Patch Changes

@solana/[email protected]

Patch Changes

@solana/[email protected]

Patch Changes

@solana/[email protected]

Patch Changes

@solana/[email protected]

Patch Changes

@solana/[email protected]

Patch Changes

@solana/[email protected]

Patch Changes

@solana/[email protected]

Patch Changes

@solana/[email protected]

Patch Changes

@solana/[email protected]

Patch Changes

@solana/[email protected]

Patch Changes

@solana/[email protected]

Patch Changes

@solana/[email protected]

Patch Changes

@solana/[email protected]

Patch Changes

@solana/[email protected]

Patch Changes

@solana/[email protected]

Patch Changes

@solana/[email protected]

Patch Changes

@solana/[email protected]

Patch Changes

@solana/[email protected]

Patch Changes

@solana/[email protected]

@solana/[email protected]

@solana/[email protected]

@solana/[email protected]

@solana/[email protected]

@solana/[email protected]

@solana/[email protected]

@github-actions github-actions bot force-pushed the changeset-release/main branch 16 times, most recently from 9643e88 to dc3ef25 Compare May 14, 2025 22:15
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from da8e454 to 664378a Compare May 20, 2025 17:02
@github-actions github-actions bot force-pushed the changeset-release/main branch 12 times, most recently from 0eb2368 to 8037ef3 Compare June 5, 2025 19:15
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 0804b39 to 1cff485 Compare June 9, 2025 19:53
Copy link

socket-security bot commented Jun 9, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License

View full report

@github-actions github-actions bot force-pushed the changeset-release/main branch 5 times, most recently from a8700ba to bb0bc46 Compare June 20, 2025 23:01
@github-actions github-actions bot force-pushed the changeset-release/main branch from bb0bc46 to fd9798e Compare June 20, 2025 23:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants