-
Notifications
You must be signed in to change notification settings - Fork 14
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
Stuck "Loading..." #7
Comments
The faucet waits until the transaction get mined before responding. One problem can be longer ropsten times are slower. Would be more correct to just broadcast and respond with txHash and let the user check for mined/executed transaction |
I thought it had be mined before the transfer would be visible to external
apps?
…On Tue, 26 Feb 2019, 12:45 AM Marco Argentieri, ***@***.***> wrote:
The faucet waits until the transaction get mined before responding. One
problem can be longer ropsten times are slower.
Would be more correct to just broadcast and respond with txHash and let
the user check for mined/executed transaction
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAHWB6Yo_kVDPH-yGkQz-cCsso9JMRaXks5vQ8zrgaJpZM4bO_hQ>
.
|
As soon you create and broadcast p2p to full node's mempool, the transaction is visible in the network. It's just not been mined yet |
Requesting AGI on faucet leaves button stuck "Loading..."
The user is provided with AGI (can check with
snet account balance
), but there is no feedback to the user showing the operation was successful.The text was updated successfully, but these errors were encountered: