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

Validator manager commands for the Keymanager APIs #6261

Open
wants to merge 86 commits into
base: unstable
Choose a base branch
from

Commits on Mar 4, 2024

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

Commits on Jul 29, 2024

  1. Merge latest unstable

    chong-he committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    f6d11bc View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Fix Some in lib.rs

    chong-he committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    83967a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf6e3b7 View commit details
    Browse the repository at this point in the history
  3. Update takes_value

    chong-he committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    1337a2f View commit details
    Browse the repository at this point in the history
  4. Remove clap::App

    chong-he committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    1082426 View commit details
    Browse the repository at this point in the history
  5. Change App to Command

    chong-he committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    526603c View commit details
    Browse the repository at this point in the history
  6. Add command in use

    chong-he committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    0075fdd View commit details
    Browse the repository at this point in the history
  7. Remove generic in ArgMatches

    chong-he committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    6803092 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Fix matches.get_flag

    chong-he committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    1630435 View commit details
    Browse the repository at this point in the history
  2. Fixes

    chong-he committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    1c8b3b3 View commit details
    Browse the repository at this point in the history
  3. fix error handling

    chong-he committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    b80d16e View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. SetTrue in import

    chong-he committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    509d590 View commit details
    Browse the repository at this point in the history
  2. Fix

    chong-he committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    bb283a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1452f8 View commit details
    Browse the repository at this point in the history
  4. Minor fix

    chong-he committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    e0918a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    97afc09 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Remove unwrap

    chong-he committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    2212dd4 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Error handling from Michael

    chong-he committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    47382a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Add cli help text

    chong-he committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    5f56ba5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6c8954 View commit details
    Browse the repository at this point in the history
  3. Delete unwrap

    chong-he committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    82d578f View commit details
    Browse the repository at this point in the history
  4. Revert flags option

    chong-he committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d71cca9 View commit details
    Browse the repository at this point in the history
  5. Simplify help command code

    chong-he committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    98ac81b View commit details
    Browse the repository at this point in the history
  6. Remove flag header in move

    chong-he committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ad7cb23 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

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

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    6069c94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff0c841 View commit details
    Browse the repository at this point in the history
  3. Simplify log code

    chong-he committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    0e4e9a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Rename remove to delete

    chong-he committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    eadec07 View commit details
    Browse the repository at this point in the history
  2. cargo-fmt

    chong-he committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    97196cc View commit details
    Browse the repository at this point in the history
  3. Try to remove a function

    chong-he committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    6fb9f83 View commit details
    Browse the repository at this point in the history
  4. make-cli

    chong-he committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    bed168c View commit details
    Browse the repository at this point in the history
  5. Error handling

    chong-he committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    a55cc5b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b5b9537 View commit details
    Browse the repository at this point in the history
  7. Update CLI hel text

    chong-he committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    100ee22 View commit details
    Browse the repository at this point in the history
  8. make-cli

    chong-he committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    610f971 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Fix checks

    chong-he committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    64a4f67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ba60be View commit details
    Browse the repository at this point in the history
  3. Try to fix check errors

    chong-he committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    e079eb4 View commit details
    Browse the repository at this point in the history
  4. Fix test

    chong-he committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    2228463 View commit details
    Browse the repository at this point in the history
  5. Remove changes

    chong-he committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    e101583 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Update flag name

    chong-he committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    617273f View commit details
    Browse the repository at this point in the history
  2. CLI display order

    chong-he committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    369bae5 View commit details
    Browse the repository at this point in the history
  3. Move builde_proposals flag

    chong-he committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c24e779 View commit details
    Browse the repository at this point in the history
  4. Add doc

    chong-he committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    3e6c8cb View commit details
    Browse the repository at this point in the history
  5. mdlint

    chong-he committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    7a21d40 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Update validator_manager/src/list_validators.rs

    Co-authored-by: Mac L <[email protected]>
    chong-he and macladson committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    794aa39 View commit details
    Browse the repository at this point in the history
  2. Delete empty line

    chong-he committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ce7e573 View commit details
    Browse the repository at this point in the history
  3. Fix list

    chong-he committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    5f0c4ee View commit details
    Browse the repository at this point in the history
  4. Simplify delete

    chong-he committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a874551 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    4726501 View commit details
    Browse the repository at this point in the history
  2. Fix test

    chong-he committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    062613e View commit details
    Browse the repository at this point in the history
  3. Rename response

    chong-he committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    7d727e9 View commit details
    Browse the repository at this point in the history
  4. Add (s)

    chong-he committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    3df5a37 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    f4ecc33 View commit details
    Browse the repository at this point in the history
  2. Book and cli

    chong-he committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    a0f8599 View commit details
    Browse the repository at this point in the history
  3. Make cli

    chong-he committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    894d8f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6f6d16 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Revise deletion log

    chong-he committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    d8b6142 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ad2e64 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Merge import

    chong-he committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    da6a100 View commit details
    Browse the repository at this point in the history
  2. Thank you Mac

    chong-he committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2d7858c View commit details
    Browse the repository at this point in the history
  3. Test

    chong-he committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5de071e View commit details
    Browse the repository at this point in the history
  4. Add flags

    chong-he committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    061f0d8 View commit details
    Browse the repository at this point in the history
  5. Error handling for password

    chong-he committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    184e28f View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. make cli

    chong-he committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    7f2152b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d978ac View commit details
    Browse the repository at this point in the history
  3. make cli

    chong-he committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    65e93c8 View commit details
    Browse the repository at this point in the history
  4. Fix test

    chong-he committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b62bc49 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2d9e29 View commit details
    Browse the repository at this point in the history
  6. Fix test

    chong-he committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9daff6f View commit details
    Browse the repository at this point in the history
  7. vm test

    chong-he committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    3f97acd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    795e1df View commit details
    Browse the repository at this point in the history
  9. Fix test

    chong-he committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8fba16a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8a3aa07 View commit details
    Browse the repository at this point in the history
  11. test

    chong-he committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    10883a5 View commit details
    Browse the repository at this point in the history
  12. testing

    chong-he committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    858dac5 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Combine import validator(s)

    chong-he committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0e37ad8 View commit details
    Browse the repository at this point in the history
  2. make cli

    chong-he committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    aeb91c7 View commit details
    Browse the repository at this point in the history
  3. Add requires

    chong-he committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e81dfa3 View commit details
    Browse the repository at this point in the history
  4. Update book

    chong-he committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    4c6ae73 View commit details
    Browse the repository at this point in the history
  5. mdlint

    chong-he committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    779eca1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3e97c75 View commit details
    Browse the repository at this point in the history
  7. delete testing

    chong-he committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    df599ca View commit details
    Browse the repository at this point in the history
  8. Test for standard format

    chong-he committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    895c6cd View commit details
    Browse the repository at this point in the history