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

avoid waiting for all EVM nodes to sync the latest nonce #1757

Merged
merged 3 commits into from
Apr 18, 2023

Commits on Apr 14, 2023

  1. return latest nonce quickly without waiting for all nodes to sync, se…

    …nd evm transactions to only the nodes that synced the latest nonce
    shamardy committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    c5047d4 View commit details
    Browse the repository at this point in the history
  2. add changelog

    shamardy committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    cfbfcf1 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. fix changelog link to be at the end of the sentence, use expect inste…

    …ad of unwrap when returning the max nonce
    shamardy committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    b33c054 View commit details
    Browse the repository at this point in the history