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

Deposit/Withdraw: IBC bridge provider #3273

Merged
merged 64 commits into from
Jun 1, 2024

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    e59dce9 View commit details
    Browse the repository at this point in the history
  2. provider IDs

    jonator committed May 15, 2024
    Configuration menu
    Copy the full SHA
    9745297 View commit details
    Browse the repository at this point in the history
  3. WIP add IBC provider

    jonator committed May 15, 2024
    Configuration menu
    Copy the full SHA
    8f7042d View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

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

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    b49ce44 View commit details
    Browse the repository at this point in the history
  2. WIP tx and trpc packages

    jonator committed May 17, 2024
    Configuration menu
    Copy the full SHA
    fc60ced View commit details
    Browse the repository at this point in the history
  3. lint

    jonator committed May 17, 2024
    Configuration menu
    Copy the full SHA
    7dd3748 View commit details
    Browse the repository at this point in the history
  4. fix tests

    jonator committed May 17, 2024
    Configuration menu
    Copy the full SHA
    d4cbbd5 View commit details
    Browse the repository at this point in the history
  5. fix scripts

    jonator committed May 17, 2024
    Configuration menu
    Copy the full SHA
    20fe144 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aedc4e3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ba0f09a View commit details
    Browse the repository at this point in the history
  8. fix: enable declaration

    JoseRFelix committed May 17, 2024
    Configuration menu
    Copy the full SHA
    0ceccca View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    5593181 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29e9ebd View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    f4ce63b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    479376e View commit details
    Browse the repository at this point in the history
  3. fix loading state

    jonator committed May 22, 2024
    Configuration menu
    Copy the full SHA
    2669ace View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a018c8d View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    8b2dc9c View commit details
    Browse the repository at this point in the history
  2. add -f to clean

    jonator committed May 23, 2024
    Configuration menu
    Copy the full SHA
    8b04b8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4504613 View commit details
    Browse the repository at this point in the history
  4. update estimation params

    jonator committed May 23, 2024
    Configuration menu
    Copy the full SHA
    2ae49bc View commit details
    Browse the repository at this point in the history
  5. remove custom fee type

    jonator committed May 23, 2024
    Configuration menu
    Copy the full SHA
    5cb2ab7 View commit details
    Browse the repository at this point in the history
  6. loading state

    jonator committed May 23, 2024
    Configuration menu
    Copy the full SHA
    f6ef210 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. prevent extra querying

    jonator committed May 24, 2024
    Configuration menu
    Copy the full SHA
    4b9ee80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3997c56 View commit details
    Browse the repository at this point in the history
  3. pass coins spent

    jonator committed May 24, 2024
    Configuration menu
    Copy the full SHA
    7e26909 View commit details
    Browse the repository at this point in the history
  4. pass tests

    jonator committed May 24, 2024
    Configuration menu
    Copy the full SHA
    9b02da5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b7e119 View commit details
    Browse the repository at this point in the history
  6. add warning

    jonator committed May 24, 2024
    Configuration menu
    Copy the full SHA
    5b2ebcb View commit details
    Browse the repository at this point in the history
  7. fix tests

    jonator committed May 24, 2024
    Configuration menu
    Copy the full SHA
    e86a37a View commit details
    Browse the repository at this point in the history
  8. expand tests

    jonator committed May 24, 2024
    Configuration menu
    Copy the full SHA
    c5dbee8 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. fix invalid gas query

    jonator committed May 27, 2024
    Configuration menu
    Copy the full SHA
    65770cd View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. implement IBC provider

    jonator committed May 28, 2024
    Configuration menu
    Copy the full SHA
    f98bd25 View commit details
    Browse the repository at this point in the history
  2. get correct IBC channel info

    jonator committed May 28, 2024
    Configuration menu
    Copy the full SHA
    d68e77a View commit details
    Browse the repository at this point in the history
  3. fix

    jonator committed May 28, 2024
    Configuration menu
    Copy the full SHA
    17822da View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. add ibc status source

    jonator committed May 29, 2024
    Configuration menu
    Copy the full SHA
    1261199 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e6e627 View commit details
    Browse the repository at this point in the history
  3. comment

    jonator committed May 29, 2024
    Configuration menu
    Copy the full SHA
    8a4c4a6 View commit details
    Browse the repository at this point in the history
  4. fix tests

    jonator committed May 29, 2024
    Configuration menu
    Copy the full SHA
    8d1290d View commit details
    Browse the repository at this point in the history
  5. fix FE tests

    jonator committed May 29, 2024
    Configuration menu
    Copy the full SHA
    75e3681 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. invalidate user queries

    jonator committed May 30, 2024
    Configuration menu
    Copy the full SHA
    7d60c44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    876a867 View commit details
    Browse the repository at this point in the history
  3. improve error handling

    jonator committed May 30, 2024
    Configuration menu
    Copy the full SHA
    16660be View commit details
    Browse the repository at this point in the history
  4. catch error

    jonator committed May 30, 2024
    Configuration menu
    Copy the full SHA
    9e19fe5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    afacbc0 View commit details
    Browse the repository at this point in the history
  6. log

    jonator committed May 30, 2024
    Configuration menu
    Copy the full SHA
    a913744 View commit details
    Browse the repository at this point in the history
  7. show more specific error

    jonator committed May 30, 2024
    Configuration menu
    Copy the full SHA
    c0fb283 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    b67ae09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5babed4 View commit details
    Browse the repository at this point in the history
  3. match additional error

    jonator committed May 31, 2024
    Configuration menu
    Copy the full SHA
    5b8be98 View commit details
    Browse the repository at this point in the history
  4. Fix including base fee denom

    jonator committed May 31, 2024
    Configuration menu
    Copy the full SHA
    056ada8 View commit details
    Browse the repository at this point in the history
  5. update tests

    jonator committed May 31, 2024
    Configuration menu
    Copy the full SHA
    2e7d85f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba8b626 View commit details
    Browse the repository at this point in the history
  7. remove checks

    jonator committed May 31, 2024
    Configuration menu
    Copy the full SHA
    8273e87 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    99c43da View commit details
    Browse the repository at this point in the history
  9. add test case

    jonator committed May 31, 2024
    Configuration menu
    Copy the full SHA
    796296b View commit details
    Browse the repository at this point in the history
  10. tweak swap tool loading UI

    jonator committed May 31, 2024
    Configuration menu
    Copy the full SHA
    ffab0b0 View commit details
    Browse the repository at this point in the history
  11. unify loading states in UI

    jonator committed May 31, 2024
    Configuration menu
    Copy the full SHA
    77167c6 View commit details
    Browse the repository at this point in the history
  12. unify isSendingTx state

    jonator committed May 31, 2024
    Configuration menu
    Copy the full SHA
    a1cfe02 View commit details
    Browse the repository at this point in the history
  13. fix test

    jonator committed May 31, 2024
    Configuration menu
    Copy the full SHA
    5eb316e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    eb1330b View commit details
    Browse the repository at this point in the history
  15. add caching to gas estimation

    jonator committed May 31, 2024
    Configuration menu
    Copy the full SHA
    ea8df8d View commit details
    Browse the repository at this point in the history
  16. fix dep

    jonator committed May 31, 2024
    Configuration menu
    Copy the full SHA
    54c7128 View commit details
    Browse the repository at this point in the history