-
Notifications
You must be signed in to change notification settings - Fork 22
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
feat: transaction summary #2000
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: f1750dc The changes in this PR will be included in the next version bump. This PR includes changesets to release 15 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 |
@@ -2,4 +2,4 @@ | |||
* The version number for the IndexedDB schema. This version number is used to manage | |||
* database upgrades and ensure that the correct schema version is applied. | |||
*/ | |||
export const IDB_VERSION = 49; | |||
export const IDB_VERSION = 50; |
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.
question: what happens if we don't bump this version? The changes seem to be backwards compatible and would work without resync... or not?
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.
generally approve but confused about the version bump
Description of Changes
transaction summary scaffolding that will be hooked into #2051. It remained a draft until the
TransactionSummary
UI components are ready.Related Issue
references penumbra-zone/penumbra#4943 and #1394
Checklist Before Requesting Review