Refactor transaction-messages to stop using BaseTransactionMessage#1288
Merged
Conversation
🦋 Changeset detectedLatest commit: 3639521 The changes in this PR will be included in the next version bump. This PR includes changesets to release 43 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
This was referenced Feb 2, 2026
Member
Author
This was referenced Feb 2, 2026
Merged
BundleMonUnchanged files (136)
No change in files bundle size Final result: ✅ View report in BundleMon website ➡️ |
9a33f20 to
b08b68d
Compare
760784b to
83c08c1
Compare
b08b68d to
d37312d
Compare
83c08c1 to
4f67c99
Compare
Contributor
|
Documentation Preview: https://kit-docs-jeeaoz13l-anza-tech.vercel.app |
Member
Author
Merge activity
|
4f67c99 to
3639521
Compare
Contributor
|
🔎💬 Inkeep AI search and chat service is syncing content for source 'Solana Kit Docs' |
This was referenced Feb 2, 2026
Merged
Closed
Contributor
|
Because there has been no activity on this PR for 14 days since it was merged, it has been automatically locked. Please open a new issue if it requires a follow up. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.

After the previous PR, the remaining uses of
BaseTransactionMessagein thetransaction-messagespackage are simple to change toTransactionMessage.This PR changes the last of them so that we no longer use
BaseTransactionMessageoutside of the file where it's declared.