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(tangle-dapp): Add Tangle mainnet & testnet networks to liquid staking #2544

Merged
merged 36 commits into from
Oct 1, 2024

Conversation

yurixander
Copy link
Member

@yurixander yurixander commented Sep 16, 2024

Summary of changes

Provide a detailed description of proposed changes.

  • ➕ Tangle networks with the lst pallet now appear as options for liquid staking. Before it was just the parachain and liquifier.
  • ➕ Added ability to join & unstake (unbond) liquid staking pools on Tangle networks (mainnet, testnet, local). Users must choose a pool onto which to liquid stake.
  • ➕ Liquid (derivative) asset balance is shown for Tangle networks, on the unstake tab. This helps the user see how much balance they have staked on a given pool.
  • 🔧 Removed the feedback banner as suggested by Drew.
  • 🐛 Fixed bug where URL search param sync wouldn't clear values.
  • 🐛 Fixed invalid URL error thrown due to an extra argument passed to useTxNotification hook.

Proposed area of change

Put an x in the boxes that apply.

  • apps/bridge-dapp
  • apps/hubble-stats
  • apps/stats-dapp
  • apps/tangle-dapp
  • apps/testnet-leaderboard
  • apps/faucet
  • apps/zk-explorer
  • libs/webb-ui-components

Reference issue to close (if applicable)

Specify any issues that can be closed from these changes (e.g. Closes #233).

Screen Recording

If possible provide a screen recording of proposed change.

ls-pool-join-and-unbond.mp4

Code Checklist

Please be sure to add .stories documentation if any additions are made to libs/webb-ui-components.

  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

@yurixander yurixander self-assigned this Sep 16, 2024
Copy link

netlify bot commented Sep 16, 2024

Deploy Preview for tangle-dapp ready!

Name Link
🔨 Latest commit 8f56acf
🔍 Latest deploy log https://app.netlify.com/sites/tangle-dapp/deploys/66f6689e74867600080dbfa0
😎 Deploy Preview https://deploy-preview-2544--tangle-dapp.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@yurixander yurixander changed the title feat(tangle-dapp): Add Tangle mainnet network entry to liquid staking feat(tangle-dapp): Add Tangle mainnet & testnet networks to liquid staking Sep 23, 2024
@yurixander yurixander marked this pull request as ready for review September 27, 2024 08:29
Copy link
Member

@AtelyPham AtelyPham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left a comment, otherwise LG 👍

@yurixander yurixander merged commit e0ff0ec into develop Oct 1, 2024
18 checks passed
@yurixander yurixander deleted the yuri/tangle-mainnet-ls-network branch October 1, 2024 06:04
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.

[FEAT] Create Tangle Mainnet network entry, with its token options being LS pools
2 participants