Skip to content

Commit

Permalink
[RELEASE] tangle-dapp v0.0.14 (#2545)
Browse files Browse the repository at this point in the history
  • Loading branch information
AtelyPham authored Sep 20, 2024
1 parent 677c600 commit 04b45af
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 2 deletions.
59 changes: 59 additions & 0 deletions apps/tangle-dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,62 @@
## 0.0.14 (2024-09-19)


### 🚀 Features

- **tangle-dapp:** Unstaking/Undelegating for Restaking

- **tangle-dapp:** Update Checkbox component

- **tangle-dapp:** Implement unstake requests table

- **tangle-dapp:** Fetch onchain token unlock duration

- **tangle-dapp:** Add Blueprint Overview Page on Tangle dApp

- **tangle-dapp:** Ability to pre-fill input values from URL search params

- **tangle-dapp:** Blueprint Details Page on Tangle dApp

- **tangle-dapp:** Add Restake Withdraw Flow

- **tangle-dapp:** Implement EVM Restaking

- **tangle-dapp:** Implement stake & unstake liquifier functionality for EVM-based liquid staking

- **tangle-dapp:** Implement Liquifier `unlock NFTs` unstake requests table

- **tangle-dapp:** Use `multicall3` contract to batch Liquifier withdraw calls

- **tangle-dapp:** Restake Overview Page

- **tangle-dapp:** Compute Restaking TVL Values

- **tangle-dapp:** Hyperlane Integration

- **tangle-dapp:** Add Operator Profile Page

- **tangle-dapp:** Expose restake pages


### 🩹 Fixes

- **tangle-dapp:** Fix payouts batch limit and SS58 prefix bugs

- **tangle-dapp:** Fix Static Page Generation on Netlify

- **webb-ui:** Fix storybook Build & Publish

- **tangle-dapp:** Fix network switcher bug

- **tangle-dapp:** Fix Static Sites Generation Build on Netlify


### ❤️ Thank You

- Trung-Tin Pham
- vutuanlinh2k2
- Yurixander

## 0.0.13 (2024-07-29)


Expand Down
1 change: 0 additions & 1 deletion apps/tangle-dapp/components/Sidebar/sidebarProps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ const SIDEBAR_STATIC_ITEMS: SideBarItemProps[] = [
isInternal: true,
isNext: true,
Icon: TokenSwapFill,
environments: ['development', 'staging', 'test'],
subItems: [],
},
{
Expand Down
2 changes: 1 addition & 1 deletion apps/tangle-dapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webb-tools/tangle-dapp",
"version": "0.0.13",
"version": "0.0.14",
"license": "Apache-2.0",
"type": "commonjs"
}

0 comments on commit 04b45af

Please sign in to comment.