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

mock-consensus: 🔀 test node can fast_forward #4002

Merged
merged 1 commit into from
Mar 12, 2024

Commits on Mar 12, 2024

  1. mock-consensus: 🔀 test node can fast_forward

    fixes #3933.
    
    this introduces a `fast_forward` method to a test node, allowing tests
    using the mock consensus engine (#3588) to fast forward a certain number
    of blocks.
    
    the existing `mock_consensus_can_send_a_sequence_of_empty_blocks` test
    is rewritten to make use of this method.
    
    this is done in service of #3995.
    
    ---
    
    * #3588
    * #3933
    * #3995
    cratelyn committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    a2f5218 View commit details
    Browse the repository at this point in the history