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

Proto Tx with Any #7276

Merged
merged 125 commits into from
Sep 21, 2020
Merged

Proto Tx with Any #7276

merged 125 commits into from
Sep 21, 2020

Commits on Aug 19, 2020

  1. WIP on protobuf keys

    aaronc committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    3a7dbd2 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. Configuration menu
    Copy the full SHA
    67ea545 View commit details
    Browse the repository at this point in the history
  2. Add tests

    blushi committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    8f3be04 View commit details
    Browse the repository at this point in the history
  3. Add few more tests

    blushi committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    7c2d693 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c53579 View commit details
    Browse the repository at this point in the history
  5. Fix PrivKey's Sign method

    blushi committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    92c73ec View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Rename variables in tests

    blushi committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    d81291e View commit details
    Browse the repository at this point in the history
  2. Fix infinite recursive calls

    blushi committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    03a086d View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Use tm ed25519 keys

    blushi committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    ad81bd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9587c2b View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. Configuration menu
    Copy the full SHA
    a6c6610 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41261d1 View commit details
    Browse the repository at this point in the history
  3. proto linting

    blushi committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    4c1358b View commit details
    Browse the repository at this point in the history
  4. Add proto crypto file

    blushi committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    d6a2751 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb020c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Configuration menu
    Copy the full SHA
    a4f6dd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1a20ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c17e7e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. Configuration menu
    Copy the full SHA
    bc5af8b View commit details
    Browse the repository at this point in the history
  2. Add missing pointer ref

    blushi committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    f4a1fd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca063bf View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Address review comments

    blushi committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    b9ab6c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fc4073 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'marie/protobuf-pubkeys' of github.com:cosmos/cosmos-sdk…

    … into marie/protobuf-pubkeys
    blushi committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    6609369 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64d44cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3103c29 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Configuration menu
    Copy the full SHA
    d9eee8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a221994 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    339f460 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ee65fa View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Configuration menu
    Copy the full SHA
    190bee2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af94272 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4393b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b67f9d4 View commit details
    Browse the repository at this point in the history
  5. Merge master

    amaury1093 committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    08cd25a View commit details
    Browse the repository at this point in the history
  6. Make proto-gen

    amaury1093 committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    9a4dc25 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fb8e7a9 View commit details
    Browse the repository at this point in the history
  8. Fix tests

    amaury1093 committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    4e4ce4e View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Fix solomachine

    amaury1093 committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    d3c76f5 View commit details
    Browse the repository at this point in the history
  2. Fix ante handler tests

    amaury1093 committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    01175d3 View commit details
    Browse the repository at this point in the history
  3. Pull latest go-amino

    amaury1093 committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    3c4ddbb View commit details
    Browse the repository at this point in the history
  4. Remove ed25519

    amaury1093 committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    cee8f30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba95f50 View commit details
    Browse the repository at this point in the history
  6. Uncomment test case

    blushi committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    330a0be View commit details
    Browse the repository at this point in the history
  7. Fix linting issues

    blushi committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    e88c126 View commit details
    Browse the repository at this point in the history
  8. More linting

    blushi committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    54fb9a3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    07228ba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2b63374 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2020

  1. Revert tests keys values

    blushi committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    34ed4a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Configuration menu
    Copy the full SHA
    a39dd4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34e3f89 View commit details
    Browse the repository at this point in the history
  3. Add pubkey test

    amaury1093 committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    ddd1a72 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    amaury1093 committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    935c51b View commit details
    Browse the repository at this point in the history
  5. Use threshold isntead of K

    amaury1093 committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    f31d625 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f8af7fc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e410121 View commit details
    Browse the repository at this point in the history
  8. Standardize Type

    amaury1093 committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    4114ce9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    af415fc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0934a00 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0006cb7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d9294ee View commit details
    Browse the repository at this point in the history
  13. Fix build

    amaury1093 committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    7177df5 View commit details
    Browse the repository at this point in the history
  14. Fix lint

    amaury1093 committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    794bc35 View commit details
    Browse the repository at this point in the history
  15. Fix lint

    amaury1093 committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    8001673 View commit details
    Browse the repository at this point in the history
  16. Add comment

    amaury1093 committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    ee712f1 View commit details
    Browse the repository at this point in the history
  17. Merge branch 'marie/protobuf-pubkeys' of ssh://github.com/cosmos/cosm…

    …os-sdk into marie/protobuf-pubkeys
    amaury1093 committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    912561f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9623425 View commit details
    Browse the repository at this point in the history
  19. Register crypto.PubKey

    amaury1093 committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    56ecf47 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d3e4d1e View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Simplify proto names

    amaury1093 committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    c5d5c81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37be659 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afddbc9 View commit details
    Browse the repository at this point in the history
  4. Fix IBC tests?

    amaury1093 committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    f70ab56 View commit details
    Browse the repository at this point in the history
  5. Format proto

    amaury1093 committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    9d0ac0a View commit details
    Browse the repository at this point in the history
  6. Use secp256k1 in ibc

    amaury1093 committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    d3b2896 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'marie/protobuf-pubkeys' of ssh://github.com/cosmos/cosm…

    …os-sdk into marie/7109-multisig
    amaury1093 committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    e8b30d7 View commit details
    Browse the repository at this point in the history
  8. Fixed merge issues

    amaury1093 committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    96c27ec View commit details
    Browse the repository at this point in the history
  9. Uncomment tests

    amaury1093 committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    9e0a4bb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f2dafe7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ccc3afe View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e5778a0 View commit details
    Browse the repository at this point in the history
  13. Remove old multisig

    amaury1093 committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    0a47ff3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bb0b56d View commit details
    Browse the repository at this point in the history
  15. Fix lint

    amaury1093 committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    9f9921e View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. Correctly register amino

    amaury1093 committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    f5d3701 View commit details
    Browse the repository at this point in the history
  2. One test left!

    amaury1093 committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    18eeb67 View commit details
    Browse the repository at this point in the history
  3. Remove old struct

    amaury1093 committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    bf72fbd View commit details
    Browse the repository at this point in the history
  4. Fix test

    amaury1093 committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    9c07e68 View commit details
    Browse the repository at this point in the history
  5. Fix test

    amaury1093 committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    66f78cd View commit details
    Browse the repository at this point in the history
  6. Unpack into tmcrypto

    amaury1093 committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    9f8aab7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5a0490f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c7c289e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7a596dc View commit details
    Browse the repository at this point in the history
  10. Fix register amino

    amaury1093 committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    04b86d9 View commit details
    Browse the repository at this point in the history
  11. Fix lint

    amaury1093 committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    3211baa View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2103eca View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bf3ffbe View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. Potential fix?

    amaury1093 committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    421f948 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa3840a View commit details
    Browse the repository at this point in the history
  3. Register LegacyAminoPubKey

    amaury1093 committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    c63f3e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e5f57c View commit details
    Browse the repository at this point in the history
  5. Register our own PubKey

    amaury1093 committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    d195542 View commit details
    Browse the repository at this point in the history
  6. Register tmcrypto PubKey

    amaury1093 committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    b35c35e View commit details
    Browse the repository at this point in the history
  7. Register both PubKeys

    amaury1093 committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    b19450f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7175814 View commit details
    Browse the repository at this point in the history
  9. Refactor fiels

    amaury1093 committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    bf2347d View commit details
    Browse the repository at this point in the history
  10. Add comments

    amaury1093 committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    09e1fbc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ec1c22d View commit details
    Browse the repository at this point in the history
  12. Use anil's suggestion

    amaury1093 committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    8f1fda1 View commit details
    Browse the repository at this point in the history
  13. Add norace back

    amaury1093 committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    27ae607 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    aa0867e View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. Configuration menu
    Copy the full SHA
    529eef4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f7555a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1d283e View commit details
    Browse the repository at this point in the history
  4. Check nil

    amaury1093 committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    3d90dd6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b770a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. Address comments

    amaury1093 committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    6f6f3f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c14018 View commit details
    Browse the repository at this point in the history
  3. FIx lint

    amaury1093 committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    451e490 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00f6a67 View commit details
    Browse the repository at this point in the history
  5. Fix query tx by hash

    amaury1093 committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    cb16dbc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    edba7cb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6fb1b8e View commit details
    Browse the repository at this point in the history
  8. Remove useless check

    amaury1093 committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    8d30461 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    99fc10b View commit details
    Browse the repository at this point in the history