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

Localledger merge #1036

Merged

Commits on May 25, 2022

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

Commits on May 26, 2022

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

Commits on Jun 7, 2022

  1. New Feature: Adds Data Directory Support (algorand#1012)

    - Updates the go-algorand submodule hash to point to rel/beta
    - Moves the cpu profiling file, pid file and indexer configuration file
      to be options of only the daemon sub-command
    - Changes os.Exit() to be a panic with a special handler.  This is so
      that defer's are handled instead of being ignored.
    - Detects auto-loading configuration files in the data directory and
      issues errors if equivalent command line arguments are supplied.
    - Updates the README with instructions on how to use the auto-loading
      configuration files and the data directory.
    AlgoStephenAkiki authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    c9f5dc0 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    85ca454 View commit details
    Browse the repository at this point in the history
  2. Update mockery version

    Eric-Warehime committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    b6b9f11 View commit details
    Browse the repository at this point in the history