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

Make txArriveTimeout Configurable w/ CLI Flag #734

Merged
merged 14 commits into from
May 2, 2023

Commits on Feb 5, 2023

  1. added flags, carried flag var through p2p config to backend start fun…

    …c to handler to fetcher. TODO verify default, expose var to api
    thogard785 committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    f6903b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    5496007 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. updated default txArrivalWait value to 500ms. updated commented lines…

    … to indicate the new default value. updated tx_fetcher_test to test using the new default value
    thogard785 committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    b5ff754 View commit details
    Browse the repository at this point in the history
  2. changed txArrivalWait config type from int to time.Duration, changed …

    …flags to duration type. Tested on live both w/o flag set (default) and w/ flag set
    thogard785 committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    3c23de2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfb9eb3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8be0da View commit details
    Browse the repository at this point in the history
  5. added check to set the txArrivalWait value to the txGatherSlack value…

    … if txArrivalWait < txGatherSlack
    thogard785 committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    d56370b View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. added config.toml example values to different config setups, added Tx…

    …ArrivalWaitRaw string for toml and hcl value inputs
    thogard785 committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    070b13e View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. added a maxTxArrivalWait constant to the fetcher. config params with …

    …longer durations than maxTxArrivalWait will default to the maxTxArrivalWait duration
    thogard785 committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    a5b49c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e926cf View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    7d765e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e62cf51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63f79e3 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    62d8cc0 View commit details
    Browse the repository at this point in the history