Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .changeset/deep-regions-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-geckos-notice.md

This file was deleted.

29 changes: 0 additions & 29 deletions .changeset/true-tools-find.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/upset-ads-find.md

This file was deleted.

44 changes: 44 additions & 0 deletions apps/minifront-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,49 @@
# minifront-v2

## 7.2.0

### Minor Changes

- d170339: Implement comprehensive staking page for minifront-v2

- Add complete delegation management with validator selection and amount input
- Implement responsive staking assets overview with account-reactive balance display
- Add delegation tokens section with proper validator info parsing and ValueView integration
- Minimalistic transaction UX via Button content & auto-closing dialog (Toast component integration tbd)
- Enhanced unbonding token formatting for Assetcard on Portfolio Page

- a6b95be: feat(minifront-v2): implement shielding page with deposit/withdraw flows

Adds comprehensive shielding functionality to minifront-v2:

- **New Shielding page** with Skip Deposit, Deposit, and Withdraw tabs
- **ICS-20 withdrawals** working for both native (UM) and IBC assets
- **Real-time activity updates** - transactions appear immediately after broadcast
- **Wallet integration** for external chains (Cosmos Hub, Osmosis, etc.)
- **Dynamic backgrounds** that switch between shield/unshield themes
- **Recent activity tracking** with dedicated shielding transaction cards

**UI package improvements:**

- Enhanced AssetSelector
- AssetValueInput UX polish
- AddressView support for external address display
- New IconAdornment component with storybook documentation

**Technical issues/challenges related to this change:**

- Resolved transaction planner 12-byte array parsing issue
- Channel ID derivation for native assets
- Proper MobX reactivity for instant UI updates
- Improved deposit/withdraw form validation and error handling

### Patch Changes

- Updated dependencies [d170339]
- Updated dependencies [a05953a]
- Updated dependencies [a6b95be]
- @penumbra-zone/ui@16.0.4

## 7.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/minifront-v2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minifront-v2",
"version": "7.1.3",
"version": "7.2.0",
"private": true,
"license": "(MIT OR Apache-2.0)",
"type": "module",
Expand Down
9 changes: 9 additions & 0 deletions apps/veil/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# penumbra-veil

## 0.2.4

### Patch Changes

- Updated dependencies [d170339]
- Updated dependencies [a05953a]
- Updated dependencies [a6b95be]
- @penumbra-zone/ui@16.0.4

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/veil/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "penumbra-veil",
"version": "0.2.3",
"version": "0.2.4",
"private": true,
"license": "(MIT OR Apache-2.0)",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/services/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @penumbra-zone/router

## 69.0.1

### Patch Changes

- Updated dependencies [c675735]
- @penumbra-zone/storage@62.0.1

## 69.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@penumbra-zone/services",
"version": "69.0.0",
"version": "69.0.1",
"license": "(MIT OR Apache-2.0)",
"type": "module",
"engine": {
Expand Down
6 changes: 6 additions & 0 deletions packages/storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @penumbra-zone/storage

## 62.0.1

### Patch Changes

- c675735: correctly applies subaccount filtering in storage layer for LQT voting logic

## 62.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@penumbra-zone/storage",
"version": "62.0.0",
"version": "62.0.1",
"license": "(MIT OR Apache-2.0)",
"type": "module",
"engine": {
Expand Down
38 changes: 38 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# @penumbra-zone/ui

## 16.0.4

### Patch Changes

- d170339: Implement comprehensive staking page for minifront-v2

- Add complete delegation management with validator selection and amount input
- Implement responsive staking assets overview with account-reactive balance display
- Add delegation tokens section with proper validator info parsing and ValueView integration
- Minimalistic transaction UX via Button content & auto-closing dialog (Toast component integration tbd)
- Enhanced unbonding token formatting for Assetcard on Portfolio Page

- a05953a: fix dialogue UI lib
- a6b95be: feat(minifront-v2): implement shielding page with deposit/withdraw flows

Adds comprehensive shielding functionality to minifront-v2:

- **New Shielding page** with Skip Deposit, Deposit, and Withdraw tabs
- **ICS-20 withdrawals** working for both native (UM) and IBC assets
- **Real-time activity updates** - transactions appear immediately after broadcast
- **Wallet integration** for external chains (Cosmos Hub, Osmosis, etc.)
- **Dynamic backgrounds** that switch between shield/unshield themes
- **Recent activity tracking** with dedicated shielding transaction cards

**UI package improvements:**

- Enhanced AssetSelector
- AssetValueInput UX polish
- AddressView support for external address display
- New IconAdornment component with storybook documentation

**Technical issues/challenges related to this change:**

- Resolved transaction planner 12-byte array parsing issue
- Channel ID derivation for native assets
- Proper MobX reactivity for instant UI updates
- Improved deposit/withdraw form validation and error handling

## 16.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@penumbra-zone/ui",
"version": "16.0.3",
"version": "16.0.4",
"license": "(MIT OR Apache-2.0)",
"description": "UI components for Penumbra",
"type": "module",
Expand Down