-
Notifications
You must be signed in to change notification settings - Fork 490
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
Make txArriveTimeout Configurable w/ CLI Flag #734
Commits on Feb 5, 2023
-
added flags, carried flag var through p2p config to backend start fun…
…c to handler to fetcher. TODO verify default, expose var to api
Configuration menu - View commit details
-
Copy full SHA for f6903b4 - Browse repository at this point
Copy the full SHA f6903b4View commit details
Commits on Feb 8, 2023
-
updated type conversion point to simplify - tested flag and no-flag (…
…default) settings
Configuration menu - View commit details
-
Copy full SHA for 5496007 - Browse repository at this point
Copy the full SHA 5496007View commit details
Commits on Feb 9, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for b5ff754 - Browse repository at this point
Copy the full SHA b5ff754View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 3c23de2 - Browse repository at this point
Copy the full SHA 3c23de2View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfb9eb3 - Browse repository at this point
Copy the full SHA cfb9eb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8be0da - Browse repository at this point
Copy the full SHA b8be0daView commit details -
added check to set the txArrivalWait value to the txGatherSlack value…
… if txArrivalWait < txGatherSlack
Configuration menu - View commit details
-
Copy full SHA for d56370b - Browse repository at this point
Copy the full SHA d56370bView commit details
Commits on Feb 15, 2023
-
added config.toml example values to different config setups, added Tx…
…ArrivalWaitRaw string for toml and hcl value inputs
Configuration menu - View commit details
-
Copy full SHA for 070b13e - Browse repository at this point
Copy the full SHA 070b13eView commit details
Commits on Apr 5, 2023
-
added a maxTxArrivalWait constant to the fetcher. config params with …
…longer durations than maxTxArrivalWait will default to the maxTxArrivalWait duration
Configuration menu - View commit details
-
Copy full SHA for a5b49c3 - Browse repository at this point
Copy the full SHA a5b49c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e926cf - Browse repository at this point
Copy the full SHA 1e926cfView commit details
Commits on Apr 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7d765e0 - Browse repository at this point
Copy the full SHA 7d765e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e62cf51 - Browse repository at this point
Copy the full SHA e62cf51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63f79e3 - Browse repository at this point
Copy the full SHA 63f79e3View commit details
Commits on May 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 62d8cc0 - Browse repository at this point
Copy the full SHA 62d8cc0View commit details