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

[RELEASE] tangle-dapp v0.0.14 #2545

Merged
merged 2 commits into from
Sep 20, 2024
Merged
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
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"
}
Loading