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

feat: add TX_SUBMISSION_DELAY to cluster scripts #2632

Merged
merged 1 commit into from
Sep 19, 2024
Merged

Commits on Sep 19, 2024

  1. feat: add TX_SUBMISSION_DELAY to cluster scripts

    Node now delays initial request for transactions from a client to conserve network resources in case he disconnects relatively quickly for reasons in the referenced issue.
    
    - Introduced TX_SUBMISSION_DELAY variable
    - Updated start-cluster scripts to use TX_SUBMISSION_DELAY instead of
      hardcoded sleep values.
    - Modified test_kes.py and test_reconnect.py to pass delay parameter
      when restarting nodes.
    - Updated cluster_nodes.py to accept delay parameter for node restart
      functions.
    - Added TX_SUBMISSION_DELAY to configuration.py with a default value of
      60 seconds.
    mkoura committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8d3822a View commit details
    Browse the repository at this point in the history