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

Enter the new keyring interface #5904

Merged
merged 164 commits into from
Apr 8, 2020
Merged

Enter the new keyring interface #5904

merged 164 commits into from
Apr 8, 2020

Commits on Mar 26, 2020

  1. New keyring interface

    WIP
    Alessio Treglia committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    705a417 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
    13a973d View commit details
    Browse the repository at this point in the history
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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 'master' into alessio/new-keyring-interface

    Alessio Treglia committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    d48b298 View commit details
    Browse the repository at this point in the history
  33. Import interface from jonathan's branch

    Alessio Treglia committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    04ebcb3 View commit details
    Browse the repository at this point in the history
  34. 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
  35. 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
  36. 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
  37. Configuration menu
    Copy the full SHA
    fbf08c2 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    54f27e1 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    dbeea70 View commit details
    Browse the repository at this point in the history
  40. 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 committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    b06b3ec View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into alessio/new-keyring-interface

    Alessio Treglia committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    f4e9e83 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5879 from cosmos/jonathan/keyring-refactor-interface

    Starting creating refactored keyring [WIP]
    Alessio Treglia committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    fd74489 View commit details
    Browse the repository at this point in the history
  4. Rename old SigningAlgo

    Must be kept for backward compatibility
    Alessio Treglia committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    5bb0cbd View commit details
    Browse the repository at this point in the history
  5. Move the new interface into keyring.go

    Add a panic when BackendMemory is used for now.
    Alessio Treglia committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    02b70cb View commit details
    Browse the repository at this point in the history
  6. Rename NewAltKeyring() -> New()

    Alessio Treglia committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    4474f77 View commit details
    Browse the repository at this point in the history
  7. More renaming

    Alessio Treglia committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    303a334 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. add constructor

    jgimeno committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    2f525d2 View commit details
    Browse the repository at this point in the history
  2. update context

    jgimeno committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    37056bd View commit details
    Browse the repository at this point in the history
  3. update factory tx

    jgimeno committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    ad0284d View commit details
    Browse the repository at this point in the history
  4. update show

    jgimeno committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    773342a View commit details
    Browse the repository at this point in the history
  5. update server init

    jgimeno committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    0b55faf View commit details
    Browse the repository at this point in the history
  6. update tx builder

    jgimeno committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    8bcc106 View commit details
    Browse the repository at this point in the history
  7. Switch NewInMemory over new implementation

    Alessio Treglia committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    51e81ee View commit details
    Browse the repository at this point in the history
  8. Simplify tests

    Alessio Treglia committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    b68b0fd View commit details
    Browse the repository at this point in the history
  9. Don't use infoKey with the new keyring

    Alessio Treglia committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    1abec01 View commit details
    Browse the repository at this point in the history
  10. Fix server tests

    Alessio Treglia committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    6d8031f View commit details
    Browse the repository at this point in the history
  11. Merge branch 'master' into alessio/new-keyring-interface

    Alessio Treglia committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    9b90d3f View commit details
    Browse the repository at this point in the history
  12. Revert "Don't use infoKey with the new keyring"

    This reverts commit 1abec01.
    Alessio Treglia committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    d8e4640 View commit details
    Browse the repository at this point in the history
  13. Fix tests

    Alessio Treglia committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    c53a452 View commit details
    Browse the repository at this point in the history
  14. fix armor test

    jgimeno committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    519939e View commit details
    Browse the repository at this point in the history
  15. migrate some tests

    jgimeno committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    92acbff View commit details
    Browse the repository at this point in the history
  16. migrate more tests

    jgimeno committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    d03a7e3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    93d16c9 View commit details
    Browse the repository at this point in the history
  18. migrate tests

    jgimeno committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    fc3596c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0b1633f View commit details
    Browse the repository at this point in the history
  20. migrate some tests

    jgimeno committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    d0a59fc View commit details
    Browse the repository at this point in the history
  21. New interface Migrator

    Alessio Treglia committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    e254e62 View commit details
    Browse the repository at this point in the history
  22. Merge branch 'alessio/new-keyring-interface' of github.com:cosmos/cos…

    …mos-sdk into alessio/new-keyring-interface
    Alessio Treglia committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    572d3f6 View commit details
    Browse the repository at this point in the history
  23. solve tests

    jgimeno committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    4ba7e39 View commit details
    Browse the repository at this point in the history
  24. Rename

    Alessio Treglia committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    b90e8f2 View commit details
    Browse the repository at this point in the history
  25. Merge branch 'alessio/new-keyring-interface' of github.com:cosmos/cos…

    …mos-sdk into alessio/new-keyring-interface
    Alessio Treglia committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    6ca433e View commit details
    Browse the repository at this point in the history
  26. migrate more tests

    jgimeno committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    87ef1cb View commit details
    Browse the repository at this point in the history
  27. migrate tests

    jgimeno committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    36cc921 View commit details
    Browse the repository at this point in the history
  28. Add tests

    Alessio Treglia committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    88489da View commit details
    Browse the repository at this point in the history
  29. Merge branch 'master' into alessio/new-keyring-interface

    Alessio Treglia committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    5128749 View commit details
    Browse the repository at this point in the history
  30. migrate more tests

    jgimeno committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    6432e55 View commit details
    Browse the repository at this point in the history
  31. migrate more tests

    jgimeno committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    29214ef View commit details
    Browse the repository at this point in the history
  32. remove export object

    jgimeno committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    40b32b6 View commit details
    Browse the repository at this point in the history
  33. migrate more tests

    jgimeno committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    2fbd136 View commit details
    Browse the repository at this point in the history
  34. migrate unit tests

    jgimeno committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    095fcb7 View commit details
    Browse the repository at this point in the history
  35. end migrate tests

    jgimeno committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    1c37647 View commit details
    Browse the repository at this point in the history
  36. Update client tests

    Alessio Treglia committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    97f6c8e View commit details
    Browse the repository at this point in the history
  37. Substitue deprecate types with new ones

    Alessio Treglia committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    b211603 View commit details
    Browse the repository at this point in the history
  38. Remove baseKeybase

    Alessio Treglia committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    c974a9f View commit details
    Browse the repository at this point in the history
  39. Make golangci-lint happy

    Alessio Treglia committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    412ba96 View commit details
    Browse the repository at this point in the history
  40. Merge branch 'master' into alessio/new-keyring-interface

    Alessio Treglia committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    367ffd3 View commit details
    Browse the repository at this point in the history
  41. Rename, cleanup

    Alessio Treglia committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    11934f7 View commit details
    Browse the repository at this point in the history
  42. Cleanup

    Alessio Treglia committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    cd85d7c View commit details
    Browse the repository at this point in the history
  43. Tidy up

    Alessio Treglia committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    2af9073 View commit details
    Browse the repository at this point in the history
  44. Tidy up, more tests

    Alessio Treglia committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    dcb05ae View commit details
    Browse the repository at this point in the history
  45. temporarily fix singleton

    Alessio Treglia committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    fd7ca14 View commit details
    Browse the repository at this point in the history
  46. remove unused members

    Alessio Treglia committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    1a1717b View commit details
    Browse the repository at this point in the history
  47. Try remove config singleton

    Alessio Treglia committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    b37a2f7 View commit details
    Browse the repository at this point in the history
  48. Fix race condition, remove config from keyring

    Alessio Treglia committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    6a2a1f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. Merge branch 'master' into alessio/new-keyring-interface

    Alessio Treglia committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    0794cc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ef86c8 View commit details
    Browse the repository at this point in the history
  3. improve tests

    Alessio Treglia committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    321a574 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abf382c View commit details
    Browse the repository at this point in the history
  5. move algo

    jgimeno committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    78508f1 View commit details
    Browse the repository at this point in the history
  6. refactor naming

    jgimeno committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    df54d24 View commit details
    Browse the repository at this point in the history
  7. add types

    jgimeno committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    c044b6f View commit details
    Browse the repository at this point in the history
  8. renama package

    jgimeno committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    82d91a5 View commit details
    Browse the repository at this point in the history
  9. make format

    jgimeno committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    5e49fba View commit details
    Browse the repository at this point in the history
  10. refactor some naming

    jgimeno committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    3fd18c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2020

  1. add test

    Alessio Treglia committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    a81c3f5 View commit details
    Browse the repository at this point in the history
  2. Proposed interface

    Alessio Treglia committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    0a4422d View commit details
    Browse the repository at this point in the history
  3. Fix linter warning

    Alessio Treglia committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    f33a26d View commit details
    Browse the repository at this point in the history
  4. Rename, tests

    Alessio Treglia committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    4068b60 View commit details
    Browse the repository at this point in the history
  5. Rename

    Alessio Treglia committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    8392cd5 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into alessio/new-keyring-interface

    Alessio Treglia committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    7c7d284 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2020

  1. Tidy up crypto/hd tests

    Alessio Treglia committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    35ab52c View commit details
    Browse the repository at this point in the history
  2. Create a doc.go

    Alessio Treglia committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    e0c825d View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. Merge branch 'master' into alessio/new-keyring-interface

    Alessio Treglia committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    fe68ac0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    128d58d View commit details
    Browse the repository at this point in the history
  3. refactor and fix check

    jgimeno committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    5b91eda View commit details
    Browse the repository at this point in the history
  4. bits of refactoring

    Alessio Treglia committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    fdc522a View commit details
    Browse the repository at this point in the history
  5. Add few more doc strings

    Alessio Treglia committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    4cea6bf View commit details
    Browse the repository at this point in the history
  6. add checking to overwrite

    jgimeno committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    2e5e287 View commit details
    Browse the repository at this point in the history
  7. fix bugs

    Alessio Treglia committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    acb5e7f View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' into alessio/new-keyring-interface

    Alessio Treglia committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    8939284 View commit details
    Browse the repository at this point in the history
  9. client/input: remove unused GetCheckPassword

    Alessio Treglia committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    c16d93e View commit details
    Browse the repository at this point in the history
  10. client/input: remove redundant PrintPrefixed function

    Alessio Treglia committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    fc81ef9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cbfbc3e View commit details
    Browse the repository at this point in the history
  12. Simplify, don't include app name in keyring directories

    Alessio Treglia committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    e40b978 View commit details
    Browse the repository at this point in the history
  13. tidy up, few more tests

    Alessio Treglia committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    2a674f7 View commit details
    Browse the repository at this point in the history
  14. Split tests that require ledger support

    Alessio Treglia committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    67eb038 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Instantiate in-memory if --gen-only is passed

    Alessio Treglia committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    70ca9a7 View commit details
    Browse the repository at this point in the history
  2. Fallback to in memory backend

    Alessio Treglia committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    4b8d3a1 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG

    [skip ci]
    Alessio Treglia committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    e72eb95 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into alessio/new-keyring-interface

    Alessio Treglia committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    ef8eed5 View commit details
    Browse the repository at this point in the history
  5. Sort changelog, tidy up

    Alessio Treglia committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    640cbec View commit details
    Browse the repository at this point in the history
  6. Fix CHANGELOG formatting

    Alessio Treglia committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    2d0f3c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Merge branch 'master' into alessio/new-keyring-interface

    Alessio Treglia committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    c7e7534 View commit details
    Browse the repository at this point in the history