You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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)
The text was updated successfully, but these errors were encountered: