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

Migrate from structopt to clap. #124

Merged
merged 10 commits into from
Nov 29, 2022
Merged

Commits on Nov 19, 2022

  1. Move from structopt to clap

    This commit include changes to move from structopt to clap.
    This includes:
     - Update Cargo.toml.
     - Update commands from structopt to clap.
     - Some auxiliary fixes in commands.
     - Updates main.
    rajarshimaitra committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    5bbc45a View commit details
    Browse the repository at this point in the history
  2. Update recipient parsing in handlers.

    Clap doesn't support custom vector parsing. Not so ideal work around is
    to handle recipient parsing in create_tx handler at run time.
    rajarshimaitra committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    f8c0f2e View commit details
    Browse the repository at this point in the history
  3. Update Cargo lock

    rajarshimaitra committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    3dcc269 View commit details
    Browse the repository at this point in the history
  4. update MSRV to 1.57

    rajarshimaitra committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    7e87a65 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9fb651a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    95719b0 View commit details
    Browse the repository at this point in the history
  7. Reverse the recipient parsing string

    Vector parsing is possible with multiple flags.
    rajarshimaitra committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    02e71b0 View commit details
    Browse the repository at this point in the history
  8. Update cargo lock.

    rajarshimaitra committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    ba1c165 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Fix wasm

    rajarshimaitra committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    1e21cc7 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Fix some clippies..

    rajarshimaitra committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    b20a140 View commit details
    Browse the repository at this point in the history