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 unit test active_transactions.fork_replacement_tally #3914

Commits on Aug 25, 2022

  1. Fix unit test active_transactions.fork_replacement_tally

    The test had at least the following problems:
    1. Issued blocks and not allowed the node time to process
       the blocks and start elections
    2. It expected blocks to be processed in the order that they were created
    3. Doing flood blood without clearing the publish filter
    4. Not allowing time for blocks and votes to be processed in the background
    5. Not allowing for the vote to the final winning block to arrive before
       the block
    dsiganos committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    6a7ab23 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Fix for windows compiler

    dsiganos committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    510c815 View commit details
    Browse the repository at this point in the history