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

EVM Staking - Initial Delegations & Payouts Table #1863

Merged
merged 7 commits into from
Nov 30, 2023

Conversation

devpavan04
Copy link
Member

Summary of changes

  • Adds initial delegations and payouts table (Does not include all the data)
  • Adds different table states (Wallet not connected, No delegation, Work In-Progress)
  • Delegations table shows the following data:
    • Validator address
    • Validator status - Active/Waiting
    • Total Validator Staked (Delegated/Staked)
  • Payouts table shows work in-progress temporarily.

Proposed area of change

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

Screen Recording

CleanShot.2023-11-29.at.03.56.50.mp4

Copy link

netlify bot commented Nov 29, 2023

Deploy Preview for tangle-dapp ready!

Name Link
🔨 Latest commit 308a947
🔍 Latest deploy log https://app.netlify.com/sites/tangle-dapp/deploys/6568569ead1ee800083bfb1f
😎 Deploy Preview https://deploy-preview-1863--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.

Copy link

netlify bot commented Nov 29, 2023

Deploy Preview for hubble-stats ready!

Name Link
🔨 Latest commit 308a947
🔍 Latest deploy log https://app.netlify.com/sites/hubble-stats/deploys/6568569d94a42700076a4342
😎 Deploy Preview https://deploy-preview-1863--hubble-stats.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.

Copy link

netlify bot commented Nov 29, 2023

Deploy Preview for testnet-leaderboard ready!

Name Link
🔨 Latest commit 308a947
🔍 Latest deploy log https://app.netlify.com/sites/testnet-leaderboard/deploys/6568569d700dea000899ff0a
😎 Deploy Preview https://deploy-preview-1863--testnet-leaderboard.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.

Copy link
Contributor

@drewstone drewstone left a comment

Choose a reason for hiding this comment

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

LG just spelling issue

@@ -22,7 +22,7 @@ const Layout: FC<PropsWithChildren> = ({ children }) => {
<Breadcrumbs />
</div>

<WalletAndChainCointainer />
<WalletAndChainChainContainer />
Copy link
Contributor

Choose a reason for hiding this comment

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

Seems this was named improperly?

@devpavan04 devpavan04 merged commit 7329f9a into develop Nov 30, 2023
19 checks passed
@devpavan04 devpavan04 deleted the PS/delegation-payout-tables-part-one branch November 30, 2023 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants