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

Complete ICS20 Implementation #1989

Merged
merged 238 commits into from
Jun 1, 2022
Merged

Complete ICS20 Implementation #1989

merged 238 commits into from
Jun 1, 2022

Commits on Feb 14, 2022

  1. Add ics26 Module trait

    hu55a1n1 committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    462bd02 View commit details
    Browse the repository at this point in the history
  2. newtype for Acknowledgement

    hu55a1n1 committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    1b42a79 View commit details
    Browse the repository at this point in the history
  3. Define Router interface

    hu55a1n1 committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    ca23457 View commit details
    Browse the repository at this point in the history
  4. Improve Router trait

    hu55a1n1 committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    f2753fd View commit details
    Browse the repository at this point in the history
  5. Update mock router impl

    hu55a1n1 committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    a6e55c5 View commit details
    Browse the repository at this point in the history
  6. Test for router API

    hu55a1n1 committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    131ff62 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ed69197 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b4662bb View commit details
    Browse the repository at this point in the history
  9. Fix failing test

    hu55a1n1 committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    3ed880e View commit details
    Browse the repository at this point in the history
  10. Fix CI after merge

    hu55a1n1 committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    7e6d479 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1804fd6 View commit details
    Browse the repository at this point in the history
  12. Fix test

    hu55a1n1 committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    e86e261 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2215a96 View commit details
    Browse the repository at this point in the history
  14. Add comments

    hu55a1n1 committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    d03e506 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0bc52ad View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b62a89e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    76658d9 View commit details
    Browse the repository at this point in the history
  18. Acknowledgement trait

    hu55a1n1 committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    5b162f8 View commit details
    Browse the repository at this point in the history
  19. Extend router test

    hu55a1n1 committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    82ac86a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f1243df View commit details
    Browse the repository at this point in the history
  21. Cleanup

    hu55a1n1 committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    5801997 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b6964fc View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    07a8b5b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6ee02f5 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    7d97990 View commit details
    Browse the repository at this point in the history
  26. Fix mock impl

    hu55a1n1 committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    d608600 View commit details
    Browse the repository at this point in the history
  27. WIP channel callbacks

    hu55a1n1 committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    1d54ba8 View commit details
    Browse the repository at this point in the history
  28. Fix ModuleId ctor validation

    hu55a1n1 committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    aae6881 View commit details
    Browse the repository at this point in the history
  29. TypedCapability

    hu55a1n1 committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    2ca0a78 View commit details
    Browse the repository at this point in the history
  30. Use typed capabilities

    hu55a1n1 committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    7e3908e View commit details
    Browse the repository at this point in the history
  31. Add Router::route_mut()

    hu55a1n1 committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    93a4718 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    7086326 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    3f593c9 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    b510391 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    c6f2bdc View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Configuration menu
    Copy the full SHA
    1ecf0a1 View commit details
    Browse the repository at this point in the history
  2. Fix CI test

    hu55a1n1 committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    fff4cf5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17acd75 View commit details
    Browse the repository at this point in the history
  4. cargo fmt

    hu55a1n1 committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    fa8263f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc8ef74 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e8e3b72 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    274cd67 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    62cd000 View commit details
    Browse the repository at this point in the history
  9. Implement RecvPacket NoOp

    hu55a1n1 committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    840e6cc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    28d76ca View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Configuration menu
    Copy the full SHA
    3158725 View commit details
    Browse the repository at this point in the history
  2. Don't return Result from on_recv_packet() and pass GenericAcknowledge…

    …ment to on_acknowledgement_packet()
    hu55a1n1 committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    9a38b74 View commit details
    Browse the repository at this point in the history
  3. Implement packet callbacks

    hu55a1n1 committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    3e67aab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d63769f View commit details
    Browse the repository at this point in the history
  5. Fix test

    hu55a1n1 committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    818d85b View commit details
    Browse the repository at this point in the history
  6. Add .changelog entry

    hu55a1n1 committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    2a69737 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Configuration menu
    Copy the full SHA
    49a50dd View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Configuration menu
    Copy the full SHA
    13a7b97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87d6ee7 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Configuration menu
    Copy the full SHA
    275262e View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Remove ctx_ro

    hu55a1n1 committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    3b138bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d430c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Configuration menu
    Copy the full SHA
    c34dfa9 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Revert "Callbacks return ModuleOutput<T>"

    This reverts commit 1d430c9.
    hu55a1n1 committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    8baaa3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df4e968 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cc6b71 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Add ICS20 Denom type

    hu55a1n1 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    18242cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d5db5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3e5c49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc5ddc4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c8e8cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    14addac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    35835a8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0a727da View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    525eb24 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5fe1756 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4cdf5b6 View commit details
    Browse the repository at this point in the history
  12. Polish generic Signer impl

    hu55a1n1 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    b71647b View commit details
    Browse the repository at this point in the history
  13. Implement ICS20 signer type

    hu55a1n1 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    b3ed86d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9505f87 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a6818e8 View commit details
    Browse the repository at this point in the history
  16. Minor refactoring

    hu55a1n1 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    c3d1182 View commit details
    Browse the repository at this point in the history
  17. Fix test_util

    hu55a1n1 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    2aec438 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d76d61d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ec9fc47 View commit details
    Browse the repository at this point in the history
  20. Add ICS20 Ack type

    hu55a1n1 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    f1379b0 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    75dd843 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9902773 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f054014 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    04f2502 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    fa60ef1 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Configuration menu
    Copy the full SHA
    dbe4e09 View commit details
    Browse the repository at this point in the history
  2. Fix test build

    hu55a1n1 committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    5ee70d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Configuration menu
    Copy the full SHA
    9a373c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Configuration menu
    Copy the full SHA
    009cbdd View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Configuration menu
    Copy the full SHA
    20ceaaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6285655 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90f0eae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68e1db8 View commit details
    Browse the repository at this point in the history
  5. Define Ics20 callback errors

    hu55a1n1 committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    89b3f9a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dbc05d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Fix clippy errors

    hu55a1n1 committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    6e9cd1d View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Configuration menu
    Copy the full SHA
    253cf9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b6819a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1545de3 View commit details
    Browse the repository at this point in the history
  4. Add more ICS20 errors

    hu55a1n1 committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    1e381fb View commit details
    Browse the repository at this point in the history
  5. Improve ack type ctor

    hu55a1n1 committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    89deeb3 View commit details
    Browse the repository at this point in the history
  6. Add ctor for TracePrefix

    hu55a1n1 committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    33b7976 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a33ba57 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    77a677a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e856b6b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4018471 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c4e0d8b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    873e8f9 View commit details
    Browse the repository at this point in the history
  13. Use IbcCoins in Bank traits

    hu55a1n1 committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    2a18d57 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fc6ff29 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Configuration menu
    Copy the full SHA
    42624ae View commit details
    Browse the repository at this point in the history
  2. Complete on_recv_packet impl

    hu55a1n1 committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    c8dfdb6 View commit details
    Browse the repository at this point in the history
  3. Fix test build

    hu55a1n1 committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    4513372 View commit details
    Browse the repository at this point in the history
  4. Fix clippy errors

    hu55a1n1 committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    e9ca5b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    70ac48f View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Configuration menu
    Copy the full SHA
    5954d22 View commit details
    Browse the repository at this point in the history
  2. Don't derive AsRef

    hu55a1n1 committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    d18d568 View commit details
    Browse the repository at this point in the history
  3. Complete send_transfer impl

    hu55a1n1 committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    a8b7749 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. Configuration menu
    Copy the full SHA
    1ae5c32 View commit details
    Browse the repository at this point in the history
  2. Add ctor for Acknowledgement

    hu55a1n1 committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    65f9e5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e8d405 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    518f49e View commit details
    Browse the repository at this point in the history
  5. Rename Denom to Amount

    hu55a1n1 committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    9b127f7 View commit details
    Browse the repository at this point in the history
  6. Cleanup

    hu55a1n1 committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    ed9aaed View commit details
    Browse the repository at this point in the history
  7. Fix trait definitions

    hu55a1n1 committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    89e7f39 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

  1. Use source enum

    hu55a1n1 committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    3a996bc View commit details
    Browse the repository at this point in the history
  2. Fix AccountReader trait

    hu55a1n1 committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    b00b8c4 View commit details
    Browse the repository at this point in the history
  3. Validate port_id

    hu55a1n1 committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    a6f0337 View commit details
    Browse the repository at this point in the history
  4. More refactoring

    hu55a1n1 committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    9d080ca View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Rename Signer to Address

    hu55a1n1 committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    2f1fcb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f98435 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d4e5dd View commit details
    Browse the repository at this point in the history
  4. Fix clippy warnings

    hu55a1n1 committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    350dfde View commit details
    Browse the repository at this point in the history
  5. Define ICS20 events

    hu55a1n1 committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    fa271d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Configuration menu
    Copy the full SHA
    e90d6d3 View commit details
    Browse the repository at this point in the history
  2. Fix clippy warnings

    hu55a1n1 committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    c051df0 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Configuration menu
    Copy the full SHA
    9b08971 View commit details
    Browse the repository at this point in the history
  2. Define ModuleEvent

    hu55a1n1 committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    a14deed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09ee509 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Configuration menu
    Copy the full SHA
    97ef661 View commit details
    Browse the repository at this point in the history
  2. Derive serde for ModuleId

    hu55a1n1 committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    66a115a View commit details
    Browse the repository at this point in the history
  3. Add ModuleId to ModuleEvent

    hu55a1n1 committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    0e59174 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55deccb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    920e4fa View commit details
    Browse the repository at this point in the history
  6. Add event for transfer

    hu55a1n1 committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    4aee2a3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    81bd1b2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    67c143b View commit details
    Browse the repository at this point in the history
  9. Extract MockContext IbcStore

    hu55a1n1 committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    6e9e737 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f473623 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2022

  1. Configuration menu
    Copy the full SHA
    a6fd295 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f424170 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d398fb5 View commit details
    Browse the repository at this point in the history
  4. Make all ICS20 mods public

    hu55a1n1 committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    9997012 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f11d86e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f76587 View commit details
    Browse the repository at this point in the history
  7. Fix failing test

    hu55a1n1 committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    3e23f61 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Configuration menu
    Copy the full SHA
    75cc110 View commit details
    Browse the repository at this point in the history
  2. Fix failing test

    hu55a1n1 committed May 3, 2022
    Configuration menu
    Copy the full SHA
    40aec61 View commit details
    Browse the repository at this point in the history
  3. Revert "Fix failing test"

    This reverts commit 40aec61.
    hu55a1n1 committed May 3, 2022
    Configuration menu
    Copy the full SHA
    e87c0e8 View commit details
    Browse the repository at this point in the history
  4. Fix MockContext Clone impl

    hu55a1n1 committed May 3, 2022
    Configuration menu
    Copy the full SHA
    63c1661 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Configuration menu
    Copy the full SHA
    36b929e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ece694 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6373eba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37afb4e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7df33ca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    626b339 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d9a9159 View commit details
    Browse the repository at this point in the history
  8. Emit transfer event

    hu55a1n1 committed May 4, 2022
    Configuration menu
    Copy the full SHA
    cf55074 View commit details
    Browse the repository at this point in the history
  9. Add AckStatusEvent

    hu55a1n1 committed May 4, 2022
    Configuration menu
    Copy the full SHA
    bf298a2 View commit details
    Browse the repository at this point in the history
  10. Emit ICS20 ack events

    hu55a1n1 committed May 4, 2022
    Configuration menu
    Copy the full SHA
    553b7a7 View commit details
    Browse the repository at this point in the history
  11. Emit ICS20 timeout events

    hu55a1n1 committed May 4, 2022
    Configuration menu
    Copy the full SHA
    7665732 View commit details
    Browse the repository at this point in the history
  12. Remove ABCI error code

    hu55a1n1 committed May 4, 2022
    Configuration menu
    Copy the full SHA
    2c48e76 View commit details
    Browse the repository at this point in the history
  13. Remove #[allow(unused)]

    hu55a1n1 committed May 4, 2022
    Configuration menu
    Copy the full SHA
    2ae5962 View commit details
    Browse the repository at this point in the history
  14. Add log for send transfer

    hu55a1n1 committed May 4, 2022
    Configuration menu
    Copy the full SHA
    676e2f8 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. MsgReceipt abstraction

    hu55a1n1 committed May 5, 2022
    Configuration menu
    Copy the full SHA
    d42e3bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a2f899 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a73bcb View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Make send_transfer() public

    hu55a1n1 committed May 6, 2022
    Configuration menu
    Copy the full SHA
    a791c71 View commit details
    Browse the repository at this point in the history
  2. Allow empty TracePaths

    hu55a1n1 committed May 6, 2022
    Configuration menu
    Copy the full SHA
    8ddcaef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70fbc24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    510eb1f View commit details
    Browse the repository at this point in the history
  5. Improve DenomTrace FromStr

    hu55a1n1 committed May 6, 2022
    Configuration menu
    Copy the full SHA
    e9554c9 View commit details
    Browse the repository at this point in the history
  6. Add denom validation test

    hu55a1n1 committed May 6, 2022
    Configuration menu
    Copy the full SHA
    8a26799 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b4f86ab View commit details
    Browse the repository at this point in the history
  8. TracePath tests

    hu55a1n1 committed May 6, 2022
    Configuration menu
    Copy the full SHA
    b35f878 View commit details
    Browse the repository at this point in the history
  9. Allow Denom with '/'

    hu55a1n1 committed May 6, 2022
    Configuration menu
    Copy the full SHA
    58766d4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d724be4 View commit details
    Browse the repository at this point in the history
  11. Minor refactoring

    hu55a1n1 committed May 6, 2022
    Configuration menu
    Copy the full SHA
    d54d315 View commit details
    Browse the repository at this point in the history
  12. Add IbcCoin tests

    hu55a1n1 committed May 6, 2022
    Configuration menu
    Copy the full SHA
    43a9321 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Add .changelog entry

    hu55a1n1 committed May 9, 2022
    Configuration menu
    Copy the full SHA
    0c99c9c View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Configuration menu
    Copy the full SHA
    92a36c6 View commit details
    Browse the repository at this point in the history
  2. Fix clippy errors

    hu55a1n1 committed May 12, 2022
    Configuration menu
    Copy the full SHA
    8a4dc5c View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    4b48efd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b78e1ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5af05e5 View commit details
    Browse the repository at this point in the history
  4. Remove Signer::new()

    hu55a1n1 committed May 13, 2022
    Configuration menu
    Copy the full SHA
    692d922 View commit details
    Browse the repository at this point in the history
  5. Delete OCap related TODO

    hu55a1n1 committed May 13, 2022
    Configuration menu
    Copy the full SHA
    3c5be72 View commit details
    Browse the repository at this point in the history
  6. Remove the PortKeeper

    hu55a1n1 committed May 13, 2022
    Configuration menu
    Copy the full SHA
    1aaf710 View commit details
    Browse the repository at this point in the history
  7. Remove Module::deliver()

    hu55a1n1 committed May 13, 2022
    Configuration menu
    Copy the full SHA
    517590f View commit details
    Browse the repository at this point in the history
  8. Fix clippy warnings

    hu55a1n1 committed May 13, 2022
    Configuration menu
    Copy the full SHA
    88ae8d7 View commit details
    Browse the repository at this point in the history
  9. Rename transfer module

    hu55a1n1 committed May 13, 2022
    Configuration menu
    Copy the full SHA
    bac5f05 View commit details
    Browse the repository at this point in the history
  10. Rename mod relay

    hu55a1n1 committed May 13, 2022
    Configuration menu
    Copy the full SHA
    4192362 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Configuration menu
    Copy the full SHA
    85d5c1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1d12bf View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Configuration menu
    Copy the full SHA
    eff458c View commit details
    Browse the repository at this point in the history
  2. Fix escrow addr gen

    hu55a1n1 committed May 20, 2022
    Configuration menu
    Copy the full SHA
    ea0d622 View commit details
    Browse the repository at this point in the history
  3. Test cosmos escrow addr gen

    hu55a1n1 committed May 20, 2022
    Configuration menu
    Copy the full SHA
    0d349d2 View commit details
    Browse the repository at this point in the history
  4. Rename receiver account

    hu55a1n1 committed May 20, 2022
    Configuration menu
    Copy the full SHA
    d6ec510 View commit details
    Browse the repository at this point in the history
  5. Remove has_denom_trace()

    hu55a1n1 committed May 20, 2022
    Configuration menu
    Copy the full SHA
    823e7dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c61fc2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a1cdafa View commit details
    Browse the repository at this point in the history
  8. Remove AccountReader

    hu55a1n1 committed May 20, 2022
    Configuration menu
    Copy the full SHA
    2d3a224 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Configuration menu
    Copy the full SHA
    a75453d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df94b92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9194f01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76b1a27 View commit details
    Browse the repository at this point in the history
  5. Fix add/remove prefix

    hu55a1n1 committed May 23, 2022
    Configuration menu
    Copy the full SHA
    a7622c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    80be0a8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    00f4ba6 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Configuration menu
    Copy the full SHA
    eb5128a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81a9804 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b386e86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49ad00c View commit details
    Browse the repository at this point in the history
  5. Rename Denom as BaseDenom

    hu55a1n1 committed May 24, 2022
    Configuration menu
    Copy the full SHA
    abd290f View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

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

    hu55a1n1 committed May 26, 2022
    Configuration menu
    Copy the full SHA
    cd289e3 View commit details
    Browse the repository at this point in the history
  3. Test TracePath is_empty()

    hu55a1n1 committed May 26, 2022
    Configuration menu
    Copy the full SHA
    8813602 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. Remove IbcCoin

    hu55a1n1 committed May 30, 2022
    Configuration menu
    Copy the full SHA
    8d1493f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2639b73 View commit details
    Browse the repository at this point in the history
  3. Fix test compilation

    hu55a1n1 committed May 30, 2022
    Configuration menu
    Copy the full SHA
    c449599 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27a5d74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74989bc View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Minor refactoring

    hu55a1n1 committed May 31, 2022
    Configuration menu
    Copy the full SHA
    961ea36 View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    hu55a1n1 committed May 31, 2022
    Configuration menu
    Copy the full SHA
    14f2a8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24bf5cb View commit details
    Browse the repository at this point in the history
  4. docstring and comment

    plafer committed May 31, 2022
    Configuration menu
    Copy the full SHA
    da45313 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5e027c View commit details
    Browse the repository at this point in the history