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
Currently the faucet frequenty times out giving a bad gateway response. Believe this is due to the inablity to process more than one funding transction per block, potentially due to a nonce issue when calling the faucet. Also the faucet has run out of funds due to many people spamming it and depleting the funds in the faucet to zero.
Proposed area for improvement
Funding increase amount of funds by 10x and put a top up mechanism in place
Timeouts - analyze whether we can send multiple transactions per block - nonce issue
Deploy multiple(5) faucets with different end points using a tree structure
Modify process to remove smart contract and sign transactions directly (if this enables multi transactions per block)
Enhance further to send from multiple accounts.
Evaluate using a similar approach to the funding process see fund.sh and fund.py
The text was updated successfully, but these errors were encountered:
On Sun, Mar 22, 2020 at 10:01 PM john-harmony ***@***.***> wrote:
Overview
Currently the faucet frequenty times out giving a bad gateway response.
Believe this is due to the inablity to process more than one funding
transction per block, potentially due to a nonce issue when calling the
faucet. Also the faucet has run out of funds due to many people spamming it
and depleting the funds in the faucet to zero.
Proposed area for improvement
1. Funding increase amount of funds by 10x and put a top up mechanism
in place
2. Timeouts - analyze whether we can send multiple transactions per
block - nonce issue
3. Deploy multiple(5) faucets with different end points using a tree
structure
4. Modify process to remove smart contract and sign transactions
directly (if this enables multi transactions per block)
5. Enhance further to send from multiple accounts.
6. Evaluate using a similar approach to the funding process see fund.sh
<https://github.com/harmony-one/experiment-deploy/blob/master/pipeline/fund.sh>
and fund.py
<https://github.com/harmony-one/experiment-deploy/blob/master/pipeline/fund.py>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#36>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA437E4LCGAVQLAHBIM2FV3RI3UK5ANCNFSM4LRS45CQ>
.
Overview
Currently the faucet frequenty times out giving a bad gateway response. Believe this is due to the inablity to process more than one funding transction per block, potentially due to a nonce issue when calling the faucet. Also the faucet has run out of funds due to many people spamming it and depleting the funds in the faucet to zero.
Proposed area for improvement
The text was updated successfully, but these errors were encountered: