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

XCMP #263

Closed
wants to merge 59 commits into from
Closed

XCMP #263

wants to merge 59 commits into from

Commits on Feb 22, 2021

  1. mucho todo

    4meta5 committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    34e0311 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Configuration menu
    Copy the full SHA
    fe297be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    850b095 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38a925c View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. init token dealer update

    4meta5 committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    922ea61 View commit details
    Browse the repository at this point in the history
  2. impl TransactAsset

    4meta5 committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    c159fda View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Configuration menu
    Copy the full SHA
    14f7880 View commit details
    Browse the repository at this point in the history
  2. compiles

    4meta5 committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    fe53acc View commit details
    Browse the repository at this point in the history
  3. resolve conflict

    4meta5 committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    51b31cd View commit details
    Browse the repository at this point in the history
  4. checkpoint

    4meta5 committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    1ac6d18 View commit details
    Browse the repository at this point in the history
  5. add token factory to runtime

    4meta5 committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    e246cf9 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2021

  1. xcm runtime config

    4meta5 committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    d5bc62e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    533cb0d View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. use parachain info from cumulus directly instead of local copy and se…

    …t parachain system message handlers to XcmHandler
    4meta5 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    7508a9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f5213a View commit details
    Browse the repository at this point in the history
  3. rm old token dealer

    4meta5 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    56421bd View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Configuration menu
    Copy the full SHA
    261579e View commit details
    Browse the repository at this point in the history
  2. gradual progress ty alberto

    4meta5 committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    f8c2026 View commit details
    Browse the repository at this point in the history
  3. token factory works

    4meta5 committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    fcf44a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. add transactional annotation on fallible dispatchibles and bump spec …

    …version and improve tests and make nonce global for pallet instead of contract specific
    4meta5 committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    6e0f6ce View commit details
    Browse the repository at this point in the history
  2. add polkadotjs types

    4meta5 committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    56c232f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df750c0 View commit details
    Browse the repository at this point in the history
  4. fmt

    4meta5 committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    6dde5ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c899115 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fc0833d View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Configuration menu
    Copy the full SHA
    8c655cc View commit details
    Browse the repository at this point in the history
  2. fmt

    4meta5 committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    c356d9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9156cb View commit details
    Browse the repository at this point in the history
  4. Update runtime/src/lib.rs

    4meta5 authored Mar 4, 2021
    Configuration menu
    Copy the full SHA
    786e0fe View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. inc nonce even for failed evm calls and check balance before burning …

    …and return err if not enough balance to burn
    4meta5 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    6d3353f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f1247a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b33576 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9716613 View commit details
    Browse the repository at this point in the history
  5. log errors with calling parameters for all fallible calls in MultiCur…

    …rencyAdapter impl of TransactAsset
    4meta5 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    c934bcd View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. fix genesis config

    4meta5 committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    b333276 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. fix

    4meta5 committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    86bef44 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. support sending to parachains that use AccountKey20 and print Currenc…

    …yId variants as vecs for testing purposes
    4meta5 committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    e94e71e View commit details
    Browse the repository at this point in the history
  2. fix runtime

    4meta5 committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    a4e68aa View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. tightly couple with xcm handler and add dispatchables for channel ope…

    …ning accepting and closing
    4meta5 committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    b87f6bc View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. master.into

    4meta5 committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    d69b655 View commit details
    Browse the repository at this point in the history
  2. fix

    4meta5 committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    62e48dc View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. save

    4meta5 committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    eca75a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

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

Commits on Mar 19, 2021

  1. Configuration menu
    Copy the full SHA
    7779c88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b10fe86 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Configuration menu
    Copy the full SHA
    5d2883b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eca5882 View commit details
    Browse the repository at this point in the history
  3. fix merge conflict

    4meta5 committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    98c378d View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Configuration menu
    Copy the full SHA
    5a86c6e View commit details
    Browse the repository at this point in the history
  2. remove duplicate header

    4meta5 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    abd7567 View commit details
    Browse the repository at this point in the history
  3. Amar xc fix types (#301)

    * fix types
    
    * add alice
    joelamouche authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    1139091 View commit details
    Browse the repository at this point in the history
  4. Ama xc fix 2 (#303)

    * fix types
    
    * add alice
    
    * fix call
    
    Co-authored-by: Amar Singh <[email protected]>
    joelamouche and 4meta5 authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    e370d29 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. incomplete moonbeam-xcmp tests

    4meta5 committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    430f7f2 View commit details
    Browse the repository at this point in the history
  2. clean moonbeam xcmp tests

    4meta5 committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    47d3bce View commit details
    Browse the repository at this point in the history
  3. line length

    4meta5 committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    353ed63 View commit details
    Browse the repository at this point in the history
  4. progress (#304)

    * progress
    
    * prog
    
    * it
    joelamouche authored Mar 25, 2021
    Configuration menu
    Copy the full SHA
    5c87db5 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2021

  1. save

    4meta5 committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    3e36e75 View commit details
    Browse the repository at this point in the history
  2. cprightheader

    4meta5 committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    e31e83c View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

  1. build failed fml

    4meta5 committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    e8a7acf View commit details
    Browse the repository at this point in the history