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

faucet: bump and resend faucet transaction if it has been pending for a while #2665

Merged
merged 3 commits into from
Aug 26, 2024

Commits on Aug 26, 2024

  1. faucet: add the transaction resend logic to avoid faucet hang

    one lost faucet transaction could bring down the faucet service, due
    to the nonce gap issue, it has to be recovered by restart the service
    
    introduce the resend logic to fix it, i.e. once the pending faucet transaction has
    been pending for a certain time(15seconds), resend it with a higher(bump 20%) gasPrice.
    zzzckck committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    855cda9 View commit details
    Browse the repository at this point in the history
  2. Makefile: add build faucet

    zzzckck committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    4083a66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aacdc53 View commit details
    Browse the repository at this point in the history