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

Update to abscissa 0.6.0-beta.1 and clap 3.0.0-beta.5 #1576

Merged
merged 17 commits into from
Dec 1, 2021

Commits on Nov 23, 2021

  1. Update to abscissa 0.6.0-beta.1 and clap 0.3

    Overhaul command line argument processing to use clap instead of
    gumdrop.
    mzabaluev committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    f7236a1 View commit details
    Browse the repository at this point in the history
  2. Attempt to update to modelator 0.3.2

    Need this to resolve the dependency conflict on clap.
    Does not compile because of the API break.
    mzabaluev committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    4d6818b View commit details
    Browse the repository at this point in the history
  3. refactor modelator code with latest api

    rnbguy authored and mzabaluev committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    4a6c87b View commit details
    Browse the repository at this point in the history
  4. cli: De-hardcode crate version

    The version string for chain config memos that was previously obtained
    from abscissa is obtained with the crate_version! macro from clap.
    mzabaluev committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    2e8a724 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20e6f45 View commit details
    Browse the repository at this point in the history
  6. Resurrect the version subcommand

    Tests rely on the `version` subcommand being implemented.
    mzabaluev committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    37bb743 View commit details
    Browse the repository at this point in the history
  7. Manually implement clap::Parser for listen command

    This is cumbersome, but it's the only way to support multiple
    occurrences of --event flag as of clap 3.0.0-beta.5.
    Should be fixed by the clap 3.0.0 release.
    mzabaluev committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    0087287 View commit details
    Browse the repository at this point in the history
  8. Add changelog entry

    mzabaluev committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    35835da View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    92ed854 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8ac4626 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9c58777 View commit details
    Browse the repository at this point in the history
  12. cli: Suppress terminal color in abscissa

    To avoid a panic in the terminal component initialization over
    an attempt to install a global eyre handler after the application has
    already done so, we need to tell the terminal to not use colors.
    mzabaluev committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    5cbf1be View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

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

Commits on Nov 25, 2021

  1. Configuration menu
    Copy the full SHA
    0ff2d52 View commit details
    Browse the repository at this point in the history
  2. Rename --version flag of create channel cmd

    To avoid confusion with the --version flag conventionally used to print
    the program version, the new long name is --channel-version.
    The --version flag is still supported with the present meaning on the
    `create channel` subcommand, but this alias is no longer described
    in built-in help.
    mzabaluev committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    daf841a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e9c0f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

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