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

fix: Eliminate local transaction nonce cache. #4839

Merged
merged 1 commit into from
Oct 8, 2024

Commits on Oct 7, 2024

  1. fix: eliminate local transaction nonce cache

    Stop keeping the next nonce in our local state. Instead we always
    calculate it from the blockchain nonce and the local pending
    transactions.
    
    Fixes issue ethersphere#4826 where the local nonce cache was out of sync with the
    blockchain for an unknown reason and because of that no transactions
    got incorporated into the blockchain. This made unstaking or
    participation in the reserve incentives impossible.
    
    Tests adjusted by @martinconic.
    attila-lendvai committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    d1fd469 View commit details
    Browse the repository at this point in the history