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

Weight meter #450

Merged
merged 34 commits into from
Apr 15, 2021
Merged

Weight meter #450

merged 34 commits into from
Apr 15, 2021

Commits on Mar 12, 2021

  1. Use MultiLocation as xtokens transfer dest type. (#396)

    * Use MultiLocation as xtokens transfer dest type.
    
    * Make clippy happy.
    shaunxw committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    6d84946 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

  1. Use xcm-handler to execute XCM locally (#401)

    * Use cumulus xcm-handler to execute XCM locally.
    
    * Add docstring for xtokens config.
    shaunxw committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    c98bdff View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Replace XcmError::Undefined usage. (#402)

    * Replace XcmError::Undefined usage.
    
    * make clippy happy
    shaunxw committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    b2d5938 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d7e297 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. xtokens and xcm-support documentations (#404)

    * Add xtokens module docstring.
    
    * Add xtokens readme.
    
    * Add documentations for xcm-support.
    
    * Add xtokens and xcm-support entries in main readme.
    shaunxw committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    667a6d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4ece39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a78aaed View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. update step guide link

    bette7 committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    ce683b0 View commit details
    Browse the repository at this point in the history
  2. Handle unknown assets in TransactAsset impl (#409)

    * Handle unknown assets in TransactAsset impl.
    
    * More documentations.
    
    * Clean code.
    
    * Renaming.
    
    * Should try to deposit known asset first.
    
    * Return error if no UnknownAsset impl.
    
    * Make clippy happy.
    shaunxw committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    2ab8404 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Configuration menu
    Copy the full SHA
    83b05e2 View commit details
    Browse the repository at this point in the history
  2. Unknown tokens pallet (#411)

    * Impl unknown tokens pallet.
    
    * Fix workspace pallet path.
    
    * Make clippy happy.
    
    * Clippy, be happy.
    
    * Unit tests.
    shaunxw committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    918da40 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Configuration menu
    Copy the full SHA
    25db9ed View commit details
    Browse the repository at this point in the history
  2. refactor rewards (#412)

    wangjj9219 committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    68f3081 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Bump rococo v1 dependencies (#418)

    * Fix mocks.
    
    * Replace deprecated.
    shaunxw committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    523c95a View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Configuration menu
    Copy the full SHA
    11175f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d81bd25 View commit details
    Browse the repository at this point in the history
  3. Update README.md (#420)

    * Update README.md
    
    * Update README.md
    transxask committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    e6af429 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

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

Commits on Mar 30, 2021

  1. update Cargo.toml (#429)

    xlc committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    a62cf43 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. add Handler (#431)

    xlc committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    db10cfd View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

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

Commits on Apr 6, 2021

  1. Cross-chain transfer rework (#432)

    * Reserve chain trait.
    
    * Rework cross-chain transfer.
    
    * Remove relay chain balance convert.
    
    * Add 'Parse' trait.
    
    * Change transfer_multiasset fn signature.
    
    * Add transfer dispatchable call.
    
    * Update doc.
    
    * Use xcm-simulator to mock network.
    
    * Send relay chain asset to sibling unit test.
    
    * Move location traits into orml-traits.
    
    * Add MultiNativeAsset filter for is reserve check.
    
    * More unit tests.
    
    * Failing edge case unit tests.
    
    * Handle zero amount asset case.
    
    * Fix mocks.
    
    * Renaming.
    shaunxw committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    3a77e1a View commit details
    Browse the repository at this point in the history
  2. Update currency adapter to work with new xtokens impl (#436)

    * Xcm support implementations rework.
    
    * Update xtokens mock.
    shaunxw committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    e4091cd View commit details
    Browse the repository at this point in the history
  3. Use CurrencyId convert. (#437)

    * Use CurrencyId convert.
    
    * Apply review suggestions.
    shaunxw committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    a3724dc View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. Update xtokens docs. (#438)

    * Update xtokens docs.
    
    * Fix typo.
    
    * Update imbalances impl.
    shaunxw committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    d1749f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Don't deposit failure event in orml-unknown-tokens. (#440)

    * Don't deposit failure event in orml-unknown-tokens.
    
    * Patch substrate/polkadot/cumulus.
    
    * Fix patch.
    shaunxw committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    8053ddb View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2021

  1. Update README.md (#441)

    Include Zeitgeist into "Projects using ORML" section
    sea212 committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    af1b069 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2021

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

Commits on Apr 12, 2021

  1. fix missing features (#444)

    * fix missing features
    
    * test with benchmarks
    xlc committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    95ca80c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57af18a View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Bump dependencies. (#448)

    shaunxw committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    575518d View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Updated Cargo.dev.toml

    brettkolodny committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    670f6ec View commit details
    Browse the repository at this point in the history
  2. Updated Cargo.dev.toml

    brettkolodny committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    102f144 View commit details
    Browse the repository at this point in the history