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

relayer: return hash of the tx without waiting #28

Open
gravityblast opened this issue Jul 2, 2020 · 0 comments
Open

relayer: return hash of the tx without waiting #28

gravityblast opened this issue Jul 2, 2020 · 0 comments

Comments

@gravityblast
Copy link
Collaborator

In the current implementation, the relayer receives the request from the dapp, sends the tx, waits for it to be mined, and send the response back to the client.
To avoid timeouts and keeping the request open for too long, the relayer could just return the tx hash to the client, and the dapp could check when the tx is finally mined.

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

No branches or pull requests

1 participant