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

Keyring overhaul - take #1 #5879

Merged

Commits on Mar 26, 2020

  1. temp commit

    jgimeno committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    13a973d View commit details
    Browse the repository at this point in the history
  2. temp commit

    jgimeno committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    d5c2018 View commit details
    Browse the repository at this point in the history
  3. add test for list

    jgimeno committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    1baf2b6 View commit details
    Browse the repository at this point in the history
  4. test adding new key

    jgimeno committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    ece95ef View commit details
    Browse the repository at this point in the history
  5. add test for list

    jgimeno committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    cdada42 View commit details
    Browse the repository at this point in the history
  6. implement and test Key

    jgimeno committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    760b167 View commit details
    Browse the repository at this point in the history
  7. create and test GetByAddress

    jgimeno committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    de39a80 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. add delete function

    jgimeno committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    85c4fd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36548a7 View commit details
    Browse the repository at this point in the history
  3. add new pub key and test

    jgimeno committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    57f7d5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d22fbd View commit details
    Browse the repository at this point in the history
  5. use addrKeyByString

    jgimeno committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    a9aab77 View commit details
    Browse the repository at this point in the history
  6. implement and test multisig

    jgimeno committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    63fbdf3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7255a32 View commit details
    Browse the repository at this point in the history
  8. refactor algorithm

    jgimeno committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    f3e0624 View commit details
    Browse the repository at this point in the history
  9. supported algorithm changed

    jgimeno committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    0edc2d8 View commit details
    Browse the repository at this point in the history
  10. update al keyring

    jgimeno committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    758af07 View commit details
    Browse the repository at this point in the history
  11. update options

    jgimeno committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    a990c74 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d999ad1 View commit details
    Browse the repository at this point in the history
  13. fix imports

    jgimeno committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    04b03a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. add signature into keyring

    jgimeno committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    1c736f1 View commit details
    Browse the repository at this point in the history
  2. add method to sign by address

    jgimeno committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    9ede030 View commit details
    Browse the repository at this point in the history
  3. implement import export

    jgimeno committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    869b35a View commit details
    Browse the repository at this point in the history
  4. implement the alt keyring

    jgimeno committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    67c4942 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    482f55f View commit details
    Browse the repository at this point in the history
  6. refactor thekey

    jgimeno committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    6434960 View commit details
    Browse the repository at this point in the history
  7. fix the tests

    jgimeno committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    d86b467 View commit details
    Browse the repository at this point in the history
  8. fixt ci linter errors

    jgimeno committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    a0304e5 View commit details
    Browse the repository at this point in the history
  9. fix other lint

    jgimeno committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    717dae3 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. New keyring interface

    WIP
    Alessio Treglia authored and jgimeno committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    f58970d View commit details
    Browse the repository at this point in the history
  2. temp commit

    jgimeno committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    1ff6830 View commit details
    Browse the repository at this point in the history
  3. temp commit

    jgimeno committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    21121cb View commit details
    Browse the repository at this point in the history
  4. add test for list

    jgimeno committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    f3e7d8a View commit details
    Browse the repository at this point in the history
  5. test adding new key

    jgimeno committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    518ace9 View commit details
    Browse the repository at this point in the history
  6. add test for list

    jgimeno committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    195de90 View commit details
    Browse the repository at this point in the history
  7. implement and test Key

    jgimeno committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    cdc534c View commit details
    Browse the repository at this point in the history
  8. create and test GetByAddress

    jgimeno committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    516ec8b View commit details
    Browse the repository at this point in the history
  9. add delete function

    jgimeno committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    1d795bf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2e3a8ac View commit details
    Browse the repository at this point in the history
  11. add new pub key and test

    jgimeno committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    b94cfff View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    de0976e View commit details
    Browse the repository at this point in the history
  13. use addrKeyByString

    jgimeno committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    46a5436 View commit details
    Browse the repository at this point in the history
  14. implement and test multisig

    jgimeno committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    b475b6c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5f961e3 View commit details
    Browse the repository at this point in the history
  16. refactor algorithm

    jgimeno committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    b704745 View commit details
    Browse the repository at this point in the history
  17. supported algorithm changed

    jgimeno committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    0f4e1ed View commit details
    Browse the repository at this point in the history
  18. update al keyring

    jgimeno committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    a9fdd20 View commit details
    Browse the repository at this point in the history
  19. update options

    jgimeno committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    d5ca45e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5c66495 View commit details
    Browse the repository at this point in the history
  21. fix imports

    jgimeno committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    cc2b794 View commit details
    Browse the repository at this point in the history
  22. add signature into keyring

    jgimeno committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    a39fd3d View commit details
    Browse the repository at this point in the history
  23. add method to sign by address

    jgimeno committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    59f9b4d View commit details
    Browse the repository at this point in the history
  24. implement import export

    jgimeno committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    a7c397e View commit details
    Browse the repository at this point in the history
  25. implement the alt keyring

    jgimeno committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    dabff2d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    639b1ca View commit details
    Browse the repository at this point in the history
  27. refactor thekey

    jgimeno committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    8ad06f9 View commit details
    Browse the repository at this point in the history
  28. fix the tests

    jgimeno committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    39ab64a View commit details
    Browse the repository at this point in the history
  29. fixt ci linter errors

    jgimeno committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    ce541b1 View commit details
    Browse the repository at this point in the history
  30. fix other lint

    jgimeno committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    e98322a View commit details
    Browse the repository at this point in the history
  31. Merge branch 'jonathan/keyring-refactor-interface' of github.com:cosm…

    …os/cosmos-sdk into jonathan/keyring-refactor-interface
    jgimeno committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    c0201b1 View commit details
    Browse the repository at this point in the history
  32. Merge branch 'alessio/new-keyring-interface' into jonathan/keyring-re…

    …factor-interface
    Alessio Treglia committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    7a79f58 View commit details
    Browse the repository at this point in the history
  33. clean up the diff

    Alessio Treglia committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    ec5a657 View commit details
    Browse the repository at this point in the history
  34. fix tests after merge

    jgimeno committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    f62f1d2 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    fbf08c2 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    54f27e1 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    dbeea70 View commit details
    Browse the repository at this point in the history
  38. Revert "change Name to String in AltSigningAlgo"

    This reverts commit dbeea70.
    jgimeno committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    0f73f74 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Update crypto/keyring/altkeyring.go

    Co-Authored-By: Bot from GolangCI <42910462+golangcibot@users.noreply.github.com>
    jgimeno and golangcibot authored Apr 1, 2020
    Configuration menu
    Copy the full SHA
    b06b3ec View commit details
    Browse the repository at this point in the history