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

Test concurrent feecurrency tx handling in tx pool #2333

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 1, 2024

  1. Add test to verify lack of race conditions in txpool

    When handling fee currency transactions.
    piersy committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    8b5f9f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40b0de0 View commit details
    Browse the repository at this point in the history
  3. Reduce likelihood of exceeding AccountQueue

    Increased time between transactions sending so that accounts don't send
    more than 64 txs within the block period.
    piersy committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    d2cc8ca View commit details
    Browse the repository at this point in the history