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

merge queue: embarking unstable (fe889c6) and #6261 together #6548

Closed
wants to merge 121 commits into 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 authored 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

Commits on Sep 23, 2024

  1. Test standard format

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

    chong-he committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    4afb92e View commit details
    Browse the repository at this point in the history
  3. fix builder_proposals flag

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

Commits on Sep 24, 2024

  1. Fix test for standard format

    chong-he committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    67a7d0a View commit details
    Browse the repository at this point in the history
  2. Add requires

    chong-he committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7d9346a View commit details
    Browse the repository at this point in the history
  3. Fix vm test

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

    chong-he committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    25bdf3c View commit details
    Browse the repository at this point in the history
  5. Remove flag header

    chong-he committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    0d368cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    64b60bf View commit details
    Browse the repository at this point in the history
  7. make cli

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

Commits on Sep 25, 2024

  1. Delete space

    chong-he committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    218559e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13a4cce View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

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

Commits on Oct 3, 2024

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

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

Commits on Oct 4, 2024

  1. Remove pub in run function

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

Commits on Oct 9, 2024

  1. Fix grammar

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

Commits on Oct 15, 2024

  1. Apply suggestions from code review

    Co-authored-by: Michael Sproul <[email protected]>
    chong-he and michaelsproul authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    224f401 View commit details
    Browse the repository at this point in the history
  2. Remove description

    chong-he committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    e5a618c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87352fa View commit details
    Browse the repository at this point in the history
  4. Close bracket

    chong-he committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    fa831ce View commit details
    Browse the repository at this point in the history
  5. make cli

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

Commits on Oct 18, 2024

  1. Revise list code and test

    chong-he committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    c652724 View commit details
    Browse the repository at this point in the history
  2. Revise import flag

    chong-he committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    aa110d5 View commit details
    Browse the repository at this point in the history
  3. make cli

    chong-he committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    f1c0b5f View commit details
    Browse the repository at this point in the history
  4. Comment out test

    chong-he committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    dd697ae View commit details
    Browse the repository at this point in the history
  5. Update vm test

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

Commits on Oct 20, 2024

  1. Simplify

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

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    6f44468 View commit details
    Browse the repository at this point in the history
  2. make cli

    chong-he committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    4137cab View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Add test

    chong-he committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    6e6db80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cb2c0c View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Correct flags in docs

    michaelsproul authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    52218a6 View commit details
    Browse the repository at this point in the history
  2. typo

    chong-he committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    5bfd761 View commit details
    Browse the repository at this point in the history
  3. Merge of #6261

    mergify[bot] authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    c367bf9 View commit details
    Browse the repository at this point in the history