Skip to content
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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

feat: transaction summary #2000

wants to merge 8 commits into from

Conversation

TalDerei
Copy link
Contributor

@TalDerei TalDerei commented Jan 27, 2025

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

  • I have ensured that any relevant minifront changes do not cause the existing extension to break.

@TalDerei TalDerei self-assigned this Jan 27, 2025
@TalDerei TalDerei marked this pull request as draft January 27, 2025 05:43
Copy link

changeset-bot bot commented Jan 27, 2025

🦋 Changeset detected

Latest commit: f1750dc

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 15 packages
Name Type
@penumbra-zone/protobuf Major
@penumbra-zone/storage Major
@penumbra-zone/types Major
@penumbra-zone/services Major
@penumbra-zone/wasm Major
minifront Patch
node-status Patch
@penumbra-zone/bech32m Major
@penumbra-zone/client Major
@penumbra-zone/getters Major
@penumbra-zone/perspective Major
@penumbra-zone/ui-deprecated Major
@penumbra-zone/ui Patch
@penumbra-zone/crypto-web Major
@repo/tailwind-config Patch

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

@TalDerei TalDerei marked this pull request as ready for review February 22, 2025 00:06
@TalDerei TalDerei requested review from a team and VanishMax February 22, 2025 00:32
@@ -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;
Copy link
Contributor

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?

Copy link
Contributor

@VanishMax VanishMax left a 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

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.

2 participants