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

[BUG] Fix payout transaction failure on the nomination page #2701

Open
devpavan04 opened this issue Dec 16, 2024 · 3 comments
Open

[BUG] Fix payout transaction failure on the nomination page #2701

devpavan04 opened this issue Dec 16, 2024 · 3 comments
Assignees
Labels
app: tangle-dapp type: bug 🪲 Something isn't working

Comments

@devpavan04
Copy link
Member

Overview

Identify and resolve the issue that causes the payout transaction for multiple eras to fail on the nomination page.

CleanShot 2024-12-16 at 05 50 20@2x

@devpavan04 devpavan04 added type: bug 🪲 Something isn't working app: tangle-dapp labels Dec 16, 2024
@devpavan04 devpavan04 self-assigned this Dec 16, 2024
@github-project-automation github-project-automation bot moved this to Not Started 🕧 in Webb Universe Dec 16, 2024
@devpavan04 devpavan04 moved this from Not Started 🕧 to Planning 🗺️ in Webb Universe Dec 16, 2024
@drewstone
Copy link
Contributor

Ensure there's a limit to batched calls so we send multiple batches when clicking to submit all as well as consolidate all the records and list all the era we're eligible for claiming.

@yurixander
Copy link
Member

@devpavan04 I've tried to handle this issue by setting a specific max limit to the payout batch, where every time you click Payout All button, it goes set by set, ex. 0-20th payouts, then 21st-40, etc. But it seems there's a small bug with that impl. Try giving that logic a review see if you can identify the problem.

@drewstone
Copy link
Contributor

drewstone commented Jan 6, 2025 via email

@monaiuu monaiuu moved this from Planning 🗺️ to Not Started 🕧 in Webb Universe Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app: tangle-dapp type: bug 🪲 Something isn't working
Projects
Status: Not Started 🕧
Development

No branches or pull requests

3 participants