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

10445 transfer pfm #10448

Draft
wants to merge 16 commits into
base: master
Choose a base branch
from
Draft

10445 transfer pfm #10448

wants to merge 16 commits into from

Commits on Nov 12, 2024

  1. feat: CosmosChainInfo includes pfmEnabled?: boolean

    - in order to determine whether its possible to route a transfer through a particular ibc chain, we must know if they have the PFM module installed
    0xpatrickdev committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    dd51815 View commit details
    Browse the repository at this point in the history
  2. feat: chain-capabilities.js constants

    - adds `ICQ_ENABLED` and `PFM_ENABLED` constants to support `CosmosChainInfo`
    - this data is not available via a well-known registry like cosmos/chain-registry,
      but necessary for the Orchestration API
    0xpatrickdev committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    f5451a1 View commit details
    Browse the repository at this point in the history
  3. fix: yarn codegen script

    - use `ts-blank-space` since `tsx` is no longer in `node_modules/.bin`
    - prefer yarn command instead of standalone script
    0xpatrickdev committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    0938e9a View commit details
    Browse the repository at this point in the history
  4. chore: yarn codegen

    - add `pfmEnabled: boolean` data
    - update snapshot tests
    0xpatrickdev committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    4fbebf4 View commit details
    Browse the repository at this point in the history
  5. add pfmEnabled to shape

    iomekam authored and 0xpatrickdev committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    784feb2 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. feat: CosmosChainInfo includes pfmEnabled?: boolean

    - in order to determine whether its possible to route a transfer through a particular ibc chain, we must know if they have the PFM module installed
    0xpatrickdev committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3c2c0fd View commit details
    Browse the repository at this point in the history
  2. feat: chain-capabilities.js constants

    - adds `ICQ_ENABLED` and `PFM_ENABLED` constants to support `CosmosChainInfo`
    - this data is not available via a well-known registry like cosmos/chain-registry,
      but necessary for the Orchestration API
    0xpatrickdev committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b11b3e6 View commit details
    Browse the repository at this point in the history
  3. fix: yarn codegen script

    - use `ts-blank-space` since `tsx` is no longer in `node_modules/.bin`
    - prefer yarn command instead of standalone script
    0xpatrickdev committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    15290f5 View commit details
    Browse the repository at this point in the history
  4. add pfmEnabled to shape

    iomekam authored and 0xpatrickdev committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    6121bed View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    6eebba0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d35e71 View commit details
    Browse the repository at this point in the history
  3. test: fixing basic-flows

    iomekam committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    555c29b View commit details
    Browse the repository at this point in the history
  4. test: fixing orch unit tests

    iomekam committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e9ddea5 View commit details
    Browse the repository at this point in the history
  5. chore: linting

    iomekam committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    dd376bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    59ffc9a View commit details
    Browse the repository at this point in the history
  7. chore: linting

    iomekam committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    c519898 View commit details
    Browse the repository at this point in the history