XRPLF / xrpl-hooks-ide

XRPL Hooks Builder - Add smart contract functionality to the XRP Ledger
https://hooks-builder.xrpl.org
17 stars 5 forks source link

Ask xrpl-labs to disable throttling of /newcreds endpoint (faucet account creation) for xrpl ide #45

Open valstu opened 2 years ago

valstu commented 2 years ago

You can create new faucet accounts by making POST calls to https://hooks-testnet.xrpl-labs.com/newcreds. That endpoint is now throttled so that you can only make 1 request / 10 seconds. We need to ask Xrpl Labs to disable throttling from certain IP addresses so that we can call endpoint as many times as possible.

jonijuup commented 2 years ago

@WietseWind @RichardAH could take this into consideration, when our concurrent user count increases. Not a problem yet.

WietseWind commented 2 years ago

No problem at all, we can whitelist IP addresses there :). Something else we can do. Another thing the faucet can do is respect a query param 'account', to deliver the amount to an existing account instead of generating new credentials (FYI)