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

Testnet faucet improvements #97

Open
2 of 6 tasks
DOBEN opened this issue Aug 6, 2024 · 0 comments
Open
2 of 6 tasks

Testnet faucet improvements #97

DOBEN opened this issue Aug 6, 2024 · 0 comments
Labels
[Type] Task An additional feature or improvement.

Comments

@DOBEN
Copy link
Member

DOBEN commented Aug 6, 2024

Task description

Sub-tasks

After MVP:

  • Add database to backend and track nonce of senderAccount. Use the nonce of senderAccount in a locking manner to allow more than one person to claim from the faucet at the same time.
  • Dry running the transaction should be implemented at the backend, to only send transactions if they are valid. One possible cause of a failing transaction is if the receiver account passed from the front end is not valid (does not exist on the chain).
@DOBEN DOBEN added the [Type] Task An additional feature or improvement. label Aug 6, 2024
@DOBEN DOBEN mentioned this issue Aug 7, 2024
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Task An additional feature or improvement.
Projects
None yet
Development

No branches or pull requests

1 participant