feat: add unconfirmed field to transaction types#1457
Conversation
🦋 Changeset detectedLatest commit: 9345b5f The changes in this PR will be included in the next version bump. This PR includes changesets to release 10 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 |
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
There was a problem hiding this comment.
Pull request overview
Adds an unconfirmed flag to the exported transaction type definitions so downstream consumers can distinguish mempool/unconfirmed transactions from confirmed ones when using @siafoundation/explored-types.
Changes:
- Add
unconfirmed?: booleantoExplorerTransaction. - Add
unconfirmed?: booleantoExplorerV2Transaction. - Add a Changesets entry to publish the types update.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| libs/explored-types/src/types.ts | Extends v1/v2 explorer transaction types with an unconfirmed boolean flag. |
| .changeset/jolly-spies-lose.md | Declares a release for @siafoundation/explored-types documenting the new field. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
9a24ec9 to
9345b5f
Compare
Merge activity
|

No description provided.