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

refactor(cli): replace urfave/cli with cobra #3173

Merged
merged 138 commits into from
May 17, 2023
Merged

Commits on Mar 26, 2023

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

Commits on Mar 27, 2023

  1. cleanup: remove old config

    kanishkatn committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    25ea9a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6637ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9186c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. add copyright

    kanishkatn committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    4cde2fb View commit details
    Browse the repository at this point in the history
  2. fix tests

    kanishkatn committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    f44f51b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33a300c View commit details
    Browse the repository at this point in the history
  4. lint fix

    kanishkatn committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    4380a5c View commit details
    Browse the repository at this point in the history
  5. fix tests

    kanishkatn committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    1abca7c View commit details
    Browse the repository at this point in the history
  6. fix tests

    kanishkatn committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    e07440b View commit details
    Browse the repository at this point in the history
  7. fix tests

    kanishkatn committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    a20bbc0 View commit details
    Browse the repository at this point in the history
  8. fix utils integration test

    kanishkatn committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    5987d4f View commit details
    Browse the repository at this point in the history
  9. fix dot integration test

    kanishkatn committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    2c6540a View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. refactor viper integration

    kanishkatn committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    d8f8c89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66791b7 View commit details
    Browse the repository at this point in the history
  3. fix lint issues

    kanishkatn committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    0900c20 View commit details
    Browse the repository at this point in the history
  4. fix mock

    kanishkatn committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    b108787 View commit details
    Browse the repository at this point in the history
  5. fix tests

    kanishkatn committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    23daedc View commit details
    Browse the repository at this point in the history
  6. fix lint

    kanishkatn committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    3770621 View commit details
    Browse the repository at this point in the history
  7. cleanup

    kanishkatn committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    c979b05 View commit details
    Browse the repository at this point in the history
  8. cleanup

    kanishkatn committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    9be4de0 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. fix grandpa stress tests

    kanishkatn committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    0937fae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f27e9fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    580b7c9 View commit details
    Browse the repository at this point in the history
  4. golines

    kanishkatn committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    f05b2d0 View commit details
    Browse the repository at this point in the history
  5. fix lint

    kanishkatn committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    28b3da8 View commit details
    Browse the repository at this point in the history
  6. fix lint

    kanishkatn committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    8d431fa View commit details
    Browse the repository at this point in the history
  7. fix lint

    kanishkatn committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    6086fef View commit details
    Browse the repository at this point in the history
  8. fix lint

    kanishkatn committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    db5e9a4 View commit details
    Browse the repository at this point in the history
  9. fix lint

    kanishkatn committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    0d0688d View commit details
    Browse the repository at this point in the history
  10. goimports

    kanishkatn committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    e50b49d View commit details
    Browse the repository at this point in the history
  11. Revert "goimports"

    This reverts commit e50b49d.
    kanishkatn committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    b6dfd0f View commit details
    Browse the repository at this point in the history
  12. goimports

    kanishkatn committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    64b39b2 View commit details
    Browse the repository at this point in the history
  13. increase rpc test timeout

    kanishkatn committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    b93049b View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

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

Commits on Apr 3, 2023

  1. add root cmd usage

    kanishkatn committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    befdbda View commit details
    Browse the repository at this point in the history
  2. add toml doc

    kanishkatn committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    3e895c0 View commit details
    Browse the repository at this point in the history
  3. cleanup

    kanishkatn committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    37af409 View commit details
    Browse the repository at this point in the history
  4. increase rpc test timeout

    kanishkatn committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    69399d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c7ba648 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. fix tests

    kanishkatn committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    0dab67b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41e7a53 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. cleanup

    kanishkatn committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    d2c9273 View commit details
    Browse the repository at this point in the history
  2. fix lint

    kanishkatn committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    cf60fcb View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. cleanup

    kanishkatn committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    dfdc0f6 View commit details
    Browse the repository at this point in the history
  2. silence usage on errors

    kanishkatn committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    a8944fd View commit details
    Browse the repository at this point in the history
  3. fix build errors

    kanishkatn committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    b8cf914 View commit details
    Browse the repository at this point in the history
  4. add --role

    kanishkatn committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    8731201 View commit details
    Browse the repository at this point in the history
  5. add --telemetry-url

    kanishkatn committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    5dfcf0f View commit details
    Browse the repository at this point in the history
  6. update toml doc

    kanishkatn committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    35c9561 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    47e3c29 View commit details
    Browse the repository at this point in the history
  8. fix --key

    kanishkatn committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    2b65e95 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. tests cleanup

    kanishkatn committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    a023ed9 View commit details
    Browse the repository at this point in the history
  2. fix lint

    kanishkatn committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    8477b1c View commit details
    Browse the repository at this point in the history
  3. add tests, genesis parsing

    kanishkatn committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    3d4301b View commit details
    Browse the repository at this point in the history
  4. fix import

    kanishkatn committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    54d7535 View commit details
    Browse the repository at this point in the history
  5. add license

    kanishkatn committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    a368eb4 View commit details
    Browse the repository at this point in the history
  6. add license

    kanishkatn committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    85a04ab View commit details
    Browse the repository at this point in the history
  7. add --genesis to tests

    kanishkatn committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    c1cc541 View commit details
    Browse the repository at this point in the history
  8. add version cmd, fix flags

    kanishkatn committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    f0ec55b View commit details
    Browse the repository at this point in the history
  9. add --rpc-cors

    kanishkatn committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    3e6b3f5 View commit details
    Browse the repository at this point in the history
  10. fix tests

    kanishkatn committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    da40396 View commit details
    Browse the repository at this point in the history
  11. add copyright

    kanishkatn committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    7011d5b View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. fix rpc

    kanishkatn committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    5b2e6a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf67fa3 View commit details
    Browse the repository at this point in the history
  3. fix integration tests

    kanishkatn committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    e0f6873 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d07afcb View commit details
    Browse the repository at this point in the history
  5. fix lint

    kanishkatn committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    7411328 View commit details
    Browse the repository at this point in the history
  6. add test

    kanishkatn committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    8286fe8 View commit details
    Browse the repository at this point in the history
  7. add license

    kanishkatn committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    aa8c1e3 View commit details
    Browse the repository at this point in the history
  8. add test

    kanishkatn committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    4d99c63 View commit details
    Browse the repository at this point in the history
  9. support chain-spec

    kanishkatn committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    0dc36cc View commit details
    Browse the repository at this point in the history
  10. fix chain-spec

    kanishkatn committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    ad33911 View commit details
    Browse the repository at this point in the history
  11. fix tests

    kanishkatn committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    1d32978 View commit details
    Browse the repository at this point in the history
  12. fix prometheus flags

    kanishkatn committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    7559515 View commit details
    Browse the repository at this point in the history
  13. fix listen-addr

    kanishkatn committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    abec1b8 View commit details
    Browse the repository at this point in the history
  14. cleanup

    kanishkatn committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    3f3805e View commit details
    Browse the repository at this point in the history
  15. cleanup

    kanishkatn committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    255ecc8 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. addressed review comments

    kanishkatn committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    53d076e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    651f727 View commit details
    Browse the repository at this point in the history
  3. cleanup

    kanishkatn committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    4b47052 View commit details
    Browse the repository at this point in the history
  4. fix lint

    kanishkatn committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    f8dfa89 View commit details
    Browse the repository at this point in the history
  5. fix TestStableNetworkRPC

    kanishkatn committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    7388527 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. fix cmd preRunE

    kanishkatn committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    9befe67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aabfc59 View commit details
    Browse the repository at this point in the history
  3. fix TestStableNetworkRPC

    kanishkatn committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    3df2e28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4815002 View commit details
    Browse the repository at this point in the history
  5. fix zombienet

    kanishkatn committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    bd0ffc1 View commit details
    Browse the repository at this point in the history
  6. revert log flag change

    kanishkatn committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    2a82396 View commit details
    Browse the repository at this point in the history
  7. revert pruning

    kanishkatn committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    4f02a28 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8ae7257 View commit details
    Browse the repository at this point in the history
  9. remove default config.toml

    kanishkatn committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    1438413 View commit details
    Browse the repository at this point in the history
  10. test zombienet

    kanishkatn committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    b8be97a View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. fix zombienet

    kanishkatn committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    6b7aa9e View commit details
    Browse the repository at this point in the history
  2. remove toml embed

    kanishkatn committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    f8a43ac View commit details
    Browse the repository at this point in the history
  3. fix lint

    kanishkatn committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    e98677a View commit details
    Browse the repository at this point in the history
  4. add unit tests

    kanishkatn committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    b979e20 View commit details
    Browse the repository at this point in the history
  5. cleanup

    kanishkatn committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    b9b155c View commit details
    Browse the repository at this point in the history
  6. fix lint errors

    kanishkatn committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    9a94274 View commit details
    Browse the repository at this point in the history
  7. use rootCmd

    kanishkatn committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    8317d77 View commit details
    Browse the repository at this point in the history
  8. cleanup

    kanishkatn committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    998405b View commit details
    Browse the repository at this point in the history
  9. fix lint errors

    kanishkatn committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    0a8acd1 View commit details
    Browse the repository at this point in the history
  10. revert makefile

    kanishkatn committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    326f23f View commit details
    Browse the repository at this point in the history
  11. revert makefile

    kanishkatn committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    fd42c74 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. rename chain-spec

    kanishkatn committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    113b0e4 View commit details
    Browse the repository at this point in the history
  2. update docs

    kanishkatn committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    5e02410 View commit details
    Browse the repository at this point in the history
  3. update docs

    kanishkatn committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    15c7ee0 View commit details
    Browse the repository at this point in the history
  4. cleanup

    kanishkatn committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    5a52c2b View commit details
    Browse the repository at this point in the history
  5. update devnet dockerfiles

    kanishkatn committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    e9f0cbb View commit details
    Browse the repository at this point in the history
  6. update docs

    kanishkatn committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    bcbae96 View commit details
    Browse the repository at this point in the history
  7. update docs

    kanishkatn committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    8404a7b View commit details
    Browse the repository at this point in the history
  8. link issue to todo

    kanishkatn committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    fbceb68 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    5410c4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acd5846 View commit details
    Browse the repository at this point in the history
  3. mod tidy, fix lint errors

    kanishkatn committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    a21b27e View commit details
    Browse the repository at this point in the history
  4. revert alice const

    kanishkatn committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    4bba9c7 View commit details
    Browse the repository at this point in the history
  5. fix lint errors

    kanishkatn committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    d05d210 View commit details
    Browse the repository at this point in the history
  6. fix lint errors

    kanishkatn committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    9472fcb View commit details
    Browse the repository at this point in the history
  7. fix devnet

    kanishkatn committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    c08aebe View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

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

    kanishkatn committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    4fe38a0 View commit details
    Browse the repository at this point in the history
  3. tidy config

    kanishkatn committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    dcf8785 View commit details
    Browse the repository at this point in the history
  4. use key if set

    kanishkatn committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    9ec1228 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    167031f View commit details
    Browse the repository at this point in the history
  6. cleanup

    kanishkatn committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    f4526d1 View commit details
    Browse the repository at this point in the history
  7. cleanup

    kanishkatn committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    24c7219 View commit details
    Browse the repository at this point in the history
  8. fix config

    kanishkatn committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    76b3194 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    64579fc View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

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

Commits on May 4, 2023

  1. cleanup

    kanishkatn committed May 4, 2023
    Configuration menu
    Copy the full SHA
    d6d15d8 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

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

Commits on May 6, 2023

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

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    6aba257 View commit details
    Browse the repository at this point in the history
  2. set peer defaults

    kanishkatn committed May 10, 2023
    Configuration menu
    Copy the full SHA
    bd83ce8 View commit details
    Browse the repository at this point in the history
  3. set peer defaults

    kanishkatn committed May 10, 2023
    Configuration menu
    Copy the full SHA
    abce8fc View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. use default account

    kanishkatn committed May 11, 2023
    Configuration menu
    Copy the full SHA
    3502891 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. fix viper

    kanishkatn committed May 12, 2023
    Configuration menu
    Copy the full SHA
    d8e62fb View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

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