-
Notifications
You must be signed in to change notification settings - Fork 78
Extract lifetime from CompiledTransactionMessage
#594
New issue
Have a question about this project? Sign up for a free GitHub account to 8000 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
Extract lifetime from CompiledTransactionMessage
#594
Conversation
🦋 Changeset detectedLatest commit: 7336cbd The changes in this PR will be included in the next version bump. This PR includes changesets to release 40 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 stack of pull requests is managed by Graphite. Learn more about stacking. |
BundleMonFiles updated (4)
Unchanged files (123)
Total files change +247B +0.07% Final result: ✅ View report in BundleMon website ➡️ |
5204d4d
to
8b1dc17
Compare
Documentation Preview: https://kit-docs-fs0wpt5nk-anza-tech.vercel.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
8b1dc17
to
bdcb86e
Compare
2d89a8a
to
5f77a74
Compare
Merge activity
|
bdcb86e
to
7336cbd
Compare
This PR removes the
lifetimeToken
attribute fromCompiledTransactionMessage
and adds it to a new typeCompiledTransactionMessageWithLifetime
that can be composed with the former.This enables
CompiledTransactionMessages
to be encoded without the need to specify a mock lifetime token and for decoded compiled messages to be typed as having a lifetime.