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

[r2r] cosmos ibc transfer implementation #1636

Merged
merged 19 commits into from
Mar 9, 2023
Merged

[r2r] cosmos ibc transfer implementation #1636

merged 19 commits into from
Mar 9, 2023

Commits on Jan 25, 2023

  1. save dev state (p.o.c)

    Signed-off-by: ozkanonur <work@onurozkan.dev>
    onur-ozkan committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    f691de2 View commit details
    Browse the repository at this point in the history
  2. implement ibc_withdraw RPC

    Signed-off-by: ozkanonur <work@onurozkan.dev>
    onur-ozkan committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    464f25f View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. impl integration test for ibc_withdraw

    Signed-off-by: ozkanonur <work@onurozkan.dev>
    onur-ozkan committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    18f0808 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. unify tendermint ibc_withdraw methods

    Signed-off-by: ozkanonur <work@onurozkan.dev>
    onur-ozkan committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    99c0e39 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. create mm2_git crate and implement Git abstraction layer

    Signed-off-by: ozkanonur <work@onurozkan.dev>
    onur-ozkan committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    33ce034 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. implement ibc_transfer_channels and ibc_chains

    Signed-off-by: ozkanonur <work@onurozkan.dev>
    onur-ozkan committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    9794039 View commit details
    Browse the repository at this point in the history
  2. add wasm compatibility to mm2_git::github_client

    Signed-off-by: ozkanonur <work@onurozkan.dev>
    onur-ozkan committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    948e4bd View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

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

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    18b92d5 View commit details
    Browse the repository at this point in the history
  2. use KomodoPlatform source for chain-registry

    Signed-off-by: ozkanonur <work@onurozkan.dev>
    onur-ozkan committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    9766d1a View commit details
    Browse the repository at this point in the history
  3. move ibc rpc related sources into coins::rpc_command

    Signed-off-by: ozkanonur <work@onurozkan.dev>
    onur-ozkan committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    b8e3172 View commit details
    Browse the repository at this point in the history
  4. inline try_from for MsgTransfer

    Signed-off-by: ozkanonur <work@onurozkan.dev>
    onur-ozkan committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    2b341b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dcba19b View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. use request ticker itself instead of platform one

    Signed-off-by: ozkanonur <work@onurozkan.dev>
    onur-ozkan committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    4dbbbad View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Merge branch 'dev' of github.com:KomodoPlatform/atomicDEX-API into co…

    …smos-ibc-transfer
    
    Signed-off-by: ozkanonur <work@onurozkan.dev>
    onur-ozkan committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    9614fd3 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Merge branch 'dev' of github.com:KomodoPlatform/atomicDEX-API into co…

    …smos-ibc-transfer
    
    Signed-off-by: ozkanonur <work@onurozkan.dev>
    onur-ozkan committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    12f35db View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. add new error variant WithdrawError::ActionNotAllowed

    Signed-off-by: ozkanonur <work@onurozkan.dev>
    onur-ozkan committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    7e75ec2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev' of github.com:KomodoPlatform/atomicDEX-API into co…

    …smos-ibc-transfer
    
    Signed-off-by: ozkanonur <work@onurozkan.dev>
    onur-ozkan committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    c676fa2 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. typo fix

    Signed-off-by: ozkanonur <work@onurozkan.dev>
    onur-ozkan committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    5dc620a View commit details
    Browse the repository at this point in the history