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

Merging dev to main branch #136

Merged
merged 39 commits into from
Dec 28, 2023
Merged

Merging dev to main branch #136

merged 39 commits into from
Dec 28, 2023

Commits on Nov 29, 2023

  1. Merge dev_bakup to dev branch (#108)

    * Add a past time test for dynamic dispatch task (#103)
    
    * Add a past time test for dynamic dispatch task
    
    * Specific errors were thrown during testing
    
    * Fix past time test with time slot
    
    * Auto compound interfaces (#99)
    
    * Fix adapter
    
    * Auto compound interfaces
    
    * Remove eslint-disable-next-line import/no-extraneous-dependencies
    
    * Update @polkadot/typegen, "@polkadot/types  version to ^10.9.1
    
    * Remove ChainData; Add instructionNetworkType to XcmConfig
    
    * Add tests for auto-compound
    
    * Listen events
    
    * Return after the reject or resolve statement
    
    * Revert "Return after the reject or resolve statement"
    
    This reverts commit a5fe124.
    
    * Change ensureBalance to hasEnoughFreeBalance
    
    * Rename test case names
    
    * If the delegation does not exist, getAutoCompoundingDelegationPercentage return undefined
    
    * Add description for Compound tests
    
    ---------
    
    Co-authored-by: imstar15 <imstar15@qq.com>
    chrisli30 and imstar15 authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    592590a View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

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

Commits on Dec 3, 2023

  1. Configuration menu
    Copy the full SHA
    2204751 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b41581 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9a4000 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0aafb1c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bee730b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb87123 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d6e3608 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8d082c5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ff100de View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b20f1bc View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    590f9d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8675ef4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36c4322 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Fix WeightToFee function in MangataAdapter (#111)

    * Fix WeightToFee function in MangataAdapter
    
    * Caculate unit by decimals
    
    * Change chainData to chainConfig
    
    * Fix mangata crossChainTransfer function
    
    * Rename x2Params to interior
    
    * Format code with .prettierrc
    imstar15 authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    1c93e9c View commit details
    Browse the repository at this point in the history
  2. Fixed Github Actions caused by the new yarn berry version (#112)

    * Try to fix yarn@2 issue caused in Actions
    
    * Fix a typo in Release Action
    
    * Try to fix dependency missing issue in Actions
    
    * Run yarn install with yarn berry version in local environment
    
    * Turn off installConfig.immutable in .yarnrc.yml in github Actions
    
    * Turn off installConfig.immutable in .yarnrc.yml in github Actions
    
    * Added continue-on-error: true to changeset Pull Release in Action
    
    * Remove testing trigger branch from .github/workflows/release.yml
    
    * Updated Github Actions using yarn berry version
    chrisli30 authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    cd270da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a92d94 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. docs(changeset): Updated dependencies among @oak-network/packages to …

    …refer to the latest code instead of fixed version
    chrisli30 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    e139d8f View commit details
    Browse the repository at this point in the history
  2. Reverted package reference strategy back to workspace:^1.0.0 (#114)

    * Reverted package reference strategy back to workspace:^1.0.0
    
    * docs(changeset): Reverted package reference strategy back to workspace:^1.0.0
    chrisli30 authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    62a7082 View commit details
    Browse the repository at this point in the history
  3. Fix publish dev version to NPM Github Actions (#116)

    * Added ls command to print out the current path in Action
    
    * Make sure postbuild script run
    
    * Clean up github actions
    chrisli30 authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    8033d6b View commit details
    Browse the repository at this point in the history
  4. RELEASING: Releasing 5 package(s) (#115)

    Releases:
      @oak-network/api-augment@2.1.1
      @oak-network/adapter@0.1.6
      @oak-network/config@1.0.1
      @oak-network/types@2.1.1
      @oak-network/sdk@0.1.6
    
    [skip ci]
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    90579e4 View commit details
    Browse the repository at this point in the history
  5. RELEASING: Releasing 5 package(s) (#117)

    Releases:
      @oak-network/api-augment@2.1.1
      @oak-network/adapter@0.1.6
      @oak-network/config@1.0.1
      @oak-network/types@2.1.1
      @oak-network/sdk@0.1.6
    
    [skip ci]
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    821a565 View commit details
    Browse the repository at this point in the history
  6. Update script/package-setup.js (#118)

    * docs(changeset): SDK and adapter upgrades with automationPrice support
    
    * Update package-setup.js
    chrisli30 authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    afb2cda View commit details
    Browse the repository at this point in the history
  7. RELEASING: Releasing 2 package(s) (#119)

    Releases:
      @oak-network/adapter@0.2.0
      @oak-network/sdk@0.2.0
    
    [skip ci]
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    a035f5c View commit details
    Browse the repository at this point in the history
  8. Export utils constants and errors from adapters (#120)

    * Export utils constants and errors from adapters
    
    * docs(changeset): Export utils constants and errors from adapters
    chrisli30 authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    74c4832 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    67900f5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eedf987 View commit details
    Browse the repository at this point in the history
  11. RELEASING: Releasing 1 package(s) (#121)

    Releases:
      @oak-network/adapter@0.2.1
    
    [skip ci]
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    18c3c1a View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Add scheduleAs to task params (#122)

    * Add scheduleAs to task params
    
    * docs(changeset): Add scheduleAs to task params
    
    * The scheduleAs parameter should be pass into schedule task function
    imstar15 authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    2d5b02f View commit details
    Browse the repository at this point in the history
  2. RELEASING: Releasing 1 package(s) (#123)

    Releases:
      @oak-network/sdk@0.2.1
    
    [skip ci]
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    776a764 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Change oakAdapter account derivation (#125)

    * Change oakAdapter account derivation
    
    * docs(changeset): Change oakAdapter account derivation
    imstar15 authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    9cfa4a9 View commit details
    Browse the repository at this point in the history
  2. RELEASING: Releasing 2 package(s) (#127)

    Releases:
      @oak-network/adapter@0.2.2
      @oak-network/sdk@0.2.2
    
    [skip ci]
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    1dc2748 View commit details
    Browse the repository at this point in the history
  3. Rename xtokens to xTokens in astarAdapter (#126)

    * Rename xtokens to xTokens in astarAdapter
    
    * docs(changeset): Rename xtokens to xTokens in astarAdapter
    imstar15 authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    0eaa448 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. RELEASING: Releasing 1 package(s) (#128)

    Releases:
      @oak-network/adapter@0.2.3
    
    [skip ci]
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    728b2f9 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. Added currencyId to tokens of Turing chains (#129)

    * docs(changeset): Export utils constants and errors from adapters
    
    * Added currencyId to tokens of Turing chains
    
    * docs(changeset): Added currency Id to the tokens registered on Turing chains
    
    * Revert "docs(changeset): Export utils constants and errors from adapters"
    
    This reverts commit d89c5fd.
    chrisli30 authored Dec 17, 2023
    Configuration menu
    Copy the full SHA
    3d2722d View commit details
    Browse the repository at this point in the history
  2. RELEASING: Releasing 1 package(s) (#131)

    Releases:
      @oak-network/config@1.0.2
    
    [skip ci]
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Dec 17, 2023
    Configuration menu
    Copy the full SHA
    301c4ee View commit details
    Browse the repository at this point in the history
  3. Fix a problem where currencyId is not set on Turing chains (#132)

    * Fix a problem where currencyId is not set on Turing chains
    
    * docs(changeset): Fix a problem where currencyId is not set on Turing chains
    chrisli30 authored Dec 17, 2023
    Configuration menu
    Copy the full SHA
    933ed48 View commit details
    Browse the repository at this point in the history
  4. RELEASING: Releasing 1 package(s) (#133)

    Releases:
      @oak-network/config@1.0.3
    
    [skip ci]
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Dec 17, 2023
    Configuration menu
    Copy the full SHA
    215c62a View commit details
    Browse the repository at this point in the history