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

CLI revamp - 0.28.0 #2260

Merged
merged 46 commits into from
Dec 29, 2023
Merged

CLI revamp - 0.28.0 #2260

merged 46 commits into from
Dec 29, 2023

Commits on Dec 9, 2023

  1. Configuration menu
    Copy the full SHA
    66c0415 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a956a0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16b80de View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Configuration menu
    Copy the full SHA
    b345e35 View commit details
    Browse the repository at this point in the history
  2. Refactor key export

    karbyshev committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    1947aa9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9efb078 View commit details
    Browse the repository at this point in the history
  4. Refactor payment key gen

    karbyshev committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    34be492 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1260d98 View commit details
    Browse the repository at this point in the history
  6. Rename structures

    karbyshev committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    827fbc0 View commit details
    Browse the repository at this point in the history
  7. Refactoring

    karbyshev committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    db56410 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fdcd859 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5a9f794 View commit details
    Browse the repository at this point in the history
  10. Add todo

    karbyshev committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    f385aef View commit details
    Browse the repository at this point in the history
  11. Fix output message

    karbyshev committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    34dd975 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6f69e38 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8faa98b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4919903 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a5b5382 View commit details
    Browse the repository at this point in the history
  16. Import key from file

    karbyshev committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    999a425 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    421aa7e View commit details
    Browse the repository at this point in the history
  18. Merge key and address list

    karbyshev committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    f236eef View commit details
    Browse the repository at this point in the history
  19. Fix typo

    karbyshev committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    bf5c3ac View commit details
    Browse the repository at this point in the history
  20. Improve help messages

    karbyshev committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    14c4506 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    93f4294 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6fe0c54 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    21ee931 View commit details
    Browse the repository at this point in the history
  24. Improve message

    karbyshev committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    5e581ff View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    8750ded View commit details
    Browse the repository at this point in the history
  26. Improve comment

    karbyshev committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    efc24e2 View commit details
    Browse the repository at this point in the history
  27. Fix help message

    karbyshev committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    31554aa View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    e44fff3 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Fix key / address listing

    karbyshev committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    3cc0c0a View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

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

    karbyshev committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    bc36fa6 View commit details
    Browse the repository at this point in the history
  3. Allow to add public keys

    karbyshev committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    5a3a5d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    032ce0b View commit details
    Browse the repository at this point in the history
  2. Implement remove command

    karbyshev committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    ddc7370 View commit details
    Browse the repository at this point in the history
  3. Fix key import

    karbyshev committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    687b95e View commit details
    Browse the repository at this point in the history
  4. Minor

    karbyshev committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    2f2b4b0 View commit details
    Browse the repository at this point in the history
  5. Fix export / import

    karbyshev committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    1d2b935 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df0b196 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7d9e33c View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

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

    karbyshev committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    859defb View commit details
    Browse the repository at this point in the history
  3. Remove unused import

    karbyshev committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    26ca60c View commit details
    Browse the repository at this point in the history
  4. Add changelog

    karbyshev committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    600529a View commit details
    Browse the repository at this point in the history