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

x/ibc-transfer: ADR001 source tracing implementation #6871

Merged
merged 54 commits into from
Aug 14, 2020

Commits on Jul 28, 2020

  1. Configuration menu
    Copy the full SHA
    44e4bc9 View commit details
    Browse the repository at this point in the history
  2. gRPC proto file

    fedekunze committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    2c0529f View commit details
    Browse the repository at this point in the history
  3. validation

    fedekunze committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    dac7de3 View commit details
    Browse the repository at this point in the history
  4. fix validation

    fedekunze committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    f20b583 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Merge branch 'master' of github.com:cosmos/cosmos-sdk into fedekunze/…

    …adr-001-implementation
    fedekunze committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    6b2bb81 View commit details
    Browse the repository at this point in the history
  2. import export genesis

    fedekunze committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    fa9efa5 View commit details
    Browse the repository at this point in the history
  3. relay.go updates

    fedekunze committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    1e9d878 View commit details
    Browse the repository at this point in the history
  4. gRPC service methods

    fedekunze committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    7ef0f14 View commit details
    Browse the repository at this point in the history
  5. client CLI

    fedekunze committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    41af314 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. fix conflicts

    fedekunze committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    02fcd77 View commit details
    Browse the repository at this point in the history
  2. update implementation

    fedekunze committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    1c1273d View commit details
    Browse the repository at this point in the history
  3. build

    fedekunze committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    b42f1a8 View commit details
    Browse the repository at this point in the history
  4. trace test

    fedekunze committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    9fb1c95 View commit details
    Browse the repository at this point in the history
  5. fix CLI tx args

    fedekunze committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    c877d39 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    76552c8 View commit details
    Browse the repository at this point in the history
  7. update comments

    fedekunze committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    f5bf4b1 View commit details
    Browse the repository at this point in the history
  8. update proto files

    fedekunze committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    1611cc0 View commit details
    Browse the repository at this point in the history
  9. GRPC tests

    fedekunze committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    441fe73 View commit details
    Browse the repository at this point in the history
  10. remove field from packet

    fedekunze committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    3e7935f View commit details
    Browse the repository at this point in the history
  11. fix coin validation bug

    fedekunze committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    54788a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. more validations

    fedekunze committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    0d9aea5 View commit details
    Browse the repository at this point in the history
  2. update comments

    fedekunze committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    0d6f408 View commit details
    Browse the repository at this point in the history
  3. minor refactor

    fedekunze committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    69b5982 View commit details
    Browse the repository at this point in the history
  4. update relay.go

    fedekunze committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    61c5434 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86e3603 View commit details
    Browse the repository at this point in the history
  6. try fix test

    fedekunze committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    a86a15c View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. merge master

    fedekunze committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    7a86bf8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:cosmos/cosmos-sdk into fedekunze/…

    …adr-001-implementation
    fedekunze committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    22469aa View commit details
    Browse the repository at this point in the history
  3. minor updates

    fedekunze committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    632c00e View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. fix tests

    fedekunze committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    db04cb5 View commit details
    Browse the repository at this point in the history
  2. fix test

    fedekunze committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    014e08d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    229c856 View commit details
    Browse the repository at this point in the history
  4. ADR updates and comments

    fedekunze committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    0eabe48 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'fedekunze/adr-001-implementation' of github.com:cosmos/…

    …cosmos-sdk into fedekunze/adr-001-implementation
    fedekunze committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    116bf64 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' of github.com:cosmos/cosmos-sdk into fedekunze/…

    …adr-001-implementation
    fedekunze committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    d3a519d View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. merge master

    fedekunze committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    6570d75 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. merge master

    fedekunze committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    f623f19 View commit details
    Browse the repository at this point in the history
  2. build

    fedekunze committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    050fc63 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Aditya <adityasripal@gmail.com>
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    3 people authored Aug 14, 2020
    Configuration menu
    Copy the full SHA
    40a8f34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6914e05 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'fedekunze/adr-001-implementation' of github.com:cosmos/…

    …cosmos-sdk into fedekunze/adr-001-implementation
    fedekunze committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    9839d96 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' of github.com:cosmos/cosmos-sdk into fedekunze/…

    …adr-001-implementation
    fedekunze committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    d9e8fed View commit details
    Browse the repository at this point in the history
  7. gRPC annotations

    fedekunze committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    372d530 View commit details
    Browse the repository at this point in the history
  8. update proto files

    fedekunze committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    9181de3 View commit details
    Browse the repository at this point in the history
  9. Apply suggestions from code review

    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    fedekunze and colin-axner authored Aug 14, 2020
    Configuration menu
    Copy the full SHA
    c527795 View commit details
    Browse the repository at this point in the history
  10. address comments

    fedekunze committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    8e26f54 View commit details
    Browse the repository at this point in the history
  11. fix conflicts

    fedekunze committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    7fb9871 View commit details
    Browse the repository at this point in the history
  12. docs and changelog

    fedekunze committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    1c00f9d View commit details
    Browse the repository at this point in the history
  13. sort traces

    fedekunze committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    9429f90 View commit details
    Browse the repository at this point in the history
  14. final changes to ADR

    fedekunze committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    1aedd3a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cd19a79 View commit details
    Browse the repository at this point in the history
  16. address @AdityaSripal comments

    fedekunze committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    ceab722 View commit details
    Browse the repository at this point in the history
  17. address TODO

    fedekunze committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    7723ca2 View commit details
    Browse the repository at this point in the history
  18. increase test timeouts

    fedekunze committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    eb7e988 View commit details
    Browse the repository at this point in the history