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

API - provide hashes for all on-chain transactions #7125

Open
manuelwedler opened this issue Jun 3, 2021 · 0 comments
Open

API - provide hashes for all on-chain transactions #7125

manuelwedler opened this issue Jun 3, 2021 · 0 comments
Labels
Component / API Issues that relate the the APIs Raiden provides. Type / Enhancement

Comments

@manuelwedler
Copy link
Contributor

Motivation

At the moment all API calls that perform on-chain transaction block and only return after the transaction was mined. For providing better feedback to the user (e.g. etherscan link, raiden-network/webui#635), it would be nice to have a way to get the transaction hashes returned after such an API call was done.

Specification

After making an API call, which triggers an on-chain transaction, the transaction hash should be returned. It should then still be possible to have a way to get notified when the transaction was finalized.

The details depend on how we implement the asynchronous API in general: #5455

Backwards Compatibility

This should be part of a API v2 (#6543)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component / API Issues that relate the the APIs Raiden provides. Type / Enhancement
Projects
None yet
Development

No branches or pull requests

1 participant