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

optimize chain #283

Closed
wants to merge 20 commits into from
Closed

optimize chain #283

wants to merge 20 commits into from

Commits on Dec 8, 2023

  1. Adding RandomFilter

    Use RandomFilter to select a given amount of indexes randomly.
    
    Added suggestion from @PascalinDe
    ineiti committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    0d3d8dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc5ae50 View commit details
    Browse the repository at this point in the history
  3. Adding the fastsync protocol

    ineiti committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    d0e850e View commit details
    Browse the repository at this point in the history
  4. Making fastsync the default protocol

    Adds the fastsync as default protocol to cosipbft.
    Adds a 'WithBlockSync' option for the old, slow protocol.
    Updates all the tests.
    ineiti committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    7c2c340 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #14 from c4dt/fastsync

    Adding a fast synchronisation protocol
    ineiti authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    8c94bd3 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Using main for github workflow

    ineiti committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    856217d View commit details
    Browse the repository at this point in the history
  2. Updating the timeouts to make pass 1000 votes

    - increased the default timeouts (tests set their own timeout)
    - increased maximum message size over grpc
    ineiti committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    7a7c380 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #15 from c4dt/workflow_main

    Using main for github workflow
    ineiti authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    3a7abac View commit details
    Browse the repository at this point in the history
  4. Merge pull request #16 from c4dt/do_1000_votes

    Updating the timeouts to make pass 1000 votes
    ineiti authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    d9bfc5a View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. 1h rounds...

    ineiti committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    29b601f View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Comments and repetitions

    ineiti committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    609ccd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d989fb9 View commit details
    Browse the repository at this point in the history
  3. Increase logging

    ineiti committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    783172f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9674606 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    91d4d96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c27f860 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    ineiti committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    fb6aaf7 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Merge pull request #19 from c4dt/e2e_fixes

    E2e fixes
    ineiti authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    73bff7b View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    330695b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #20 from c4dt/pool_manager_fix

    Don't use the sync beforehand - the manager.Make takes care of that
    ineiti authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    1db49b3 View commit details
    Browse the repository at this point in the history