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

Subnet: Get pending withdrawal (STX, FT, NFTs) for address #1598

Open
hugocaillard opened this issue Mar 24, 2023 · 2 comments · May be fixed by #1601
Open

Subnet: Get pending withdrawal (STX, FT, NFTs) for address #1598

hugocaillard opened this issue Mar 24, 2023 · 2 comments · May be fixed by #1601
Assignees
Labels

Comments

@hugocaillard
Copy link
Contributor

The withdrawal of assets from L2 happen in two steps: call stx-withdraw? on L2 and then call withdraw-stx on L1 (function names might change).

At any point, we should be able to retrieve pending withdrawals.
It can be done by fetching withdraw transactions . But more logic is needed to fetch all transactions and filter out already completed withdrawals.

Should this logic be implemented at the API level?

@github-project-automation github-project-automation bot moved this to Recent issues in API Board Mar 24, 2023
@zone117x zone117x self-assigned this Mar 27, 2023
@zone117x zone117x moved this from Recent issues to Backlog in API Board Mar 27, 2023
@zone117x zone117x linked a pull request Mar 31, 2023 that will close this issue
3 tasks
@hugocaillard
Copy link
Contributor Author

@sabbyanandan
Copy link

We can revisit this depending on the Subnet reception and the feedback or perceived expensiveness.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 📋 Backlog
Development

Successfully merging a pull request may close this issue.

3 participants