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

fix(tangle-dapp): Payouts v2 #2833

Draft
wants to merge 10 commits into
base: develop
Choose a base branch
from
Draft

fix(tangle-dapp): Payouts v2 #2833

wants to merge 10 commits into from

Conversation

devpavan04
Copy link
Member

Summary of changes

Provide a detailed description of proposed changes.

Proposed area of change

Put an x in the boxes that apply.

  • apps/tangle-dapp
  • apps/tangle-cloud
  • libs/tangle-shared-ui
  • libs/ui-components

Associated issue(s)

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

Screen Recording

If possible provide screenshots and/or a screen recording of proposed change.

Copy link

netlify bot commented Feb 19, 2025

Deploy Preview for tangle-dapp ready!

Name Link
🔨 Latest commit f9c1752
🔍 Latest deploy log https://app.netlify.com/sites/tangle-dapp/deploys/67c28eaf596edb00081dc700
😎 Deploy Preview https://deploy-preview-2833--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 Feb 19, 2025

Deploy Preview for tangle-cloud ready!

Name Link
🔨 Latest commit f9c1752
🔍 Latest deploy log https://app.netlify.com/sites/tangle-cloud/deploys/67c28eafbfb53b0008221f62
😎 Deploy Preview https://deploy-preview-2833--tangle-cloud.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.

Any reason there's a lot of local websocket failure?

image

@drewstone
Copy link
Contributor

Display preview testing does not work for me @devpavan04

@devpavan04 devpavan04 marked this pull request as draft February 19, 2025 17:44
const identity = await api.derive.accounts.info(validatorAddress);
validatorIdentities.set(
validatorAddress,
identity.identity.display?.toString() || '',
Copy link
Contributor

Choose a reason for hiding this comment

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

Don't confuse empty identity with no identity.

eras: eras,
validator: {
address: assertSubstrateAddress(validatorAddress),
identity: validatorIdentities.get(validatorAddress) || '',
Copy link
Contributor

Choose a reason for hiding this comment

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

Same here, don't confuse empty identity with no identity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants