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

eth/nodeclient: Set contract nonces manually. #1482

Merged
merged 1 commit into from
Feb 22, 2022

Commits on Feb 21, 2022

  1. eth/nodeclient: Set contract nonces manually.

    The v0 contract will reuse account nonces if the tx is not yet
    confirmed. To avoid that get the next nonce from the light eth node pool
    api while holding the nodeClient nonceSendMtx and set manually. Hold the
    mutex until the tx has been sent or errors on sending.
    JoeGruffins committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    97737d2 View commit details
    Browse the repository at this point in the history