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

Clone for Config and other improvements #571

Merged
merged 2 commits into from
Jun 14, 2024

Commits on Jun 14, 2024

  1. Clone for Config and other improvements

    * Clone for timely and communication config. Forces the cluster log
      function to be wrapped in an Arc, which is what happens anyways, so
      a no-op change.
    * Use `execute_from` in `execute` to deduplicate code.
    * Document that `execute` will to weird things with the network based on
      undocumented env symbols.
    
    Signed-off-by: Moritz Hoffmann <[email protected]>
    antiguru committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    f369204 View commit details
    Browse the repository at this point in the history
  2. Address comments

    Signed-off-by: Moritz Hoffmann <[email protected]>
    antiguru committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    c1d668b View commit details
    Browse the repository at this point in the history