Skip to content

Commit

Permalink
Asset-manager for foreign xcm related assets (#1450)
Browse files Browse the repository at this point in the history
* Integrate asset-manager with heiko runtime first

* Add asset-manager

* Integation test with statemine and some fix accordingly

* Rename to xcm-gadget

* Fix for llint&fmt

* Add more test

* Revamp local transact for foreign asset

* Add integration tests for cross-chain cases

* Fix lint&Allow register exist asset&Remove weight hint check

* More test

* Seperate xcm config&Refactor accordingly

* Integrate asset-manager with vanilla runtime

* Revamp transfer fee to non-reserve chain

* Benchmark integration&fix

* Temporary remove from heiko&Use vanilla for integration test

* Integrate with kerria

Co-authored-by: rocketman1997 <[email protected]>
  • Loading branch information
rocketman1997 and rocketman1997 authored Apr 1, 2022
1 parent 8a15276 commit ff6b80b
Show file tree
Hide file tree
Showing 40 changed files with 3,965 additions and 98 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,7 @@ jobs:
- name: Check Test
run: |
make test
- name: Check Integration Test
run: |
make integration-test
9 changes: 3 additions & 6 deletions .maintain/frame-weight-template.hbs
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
// This file is part of Substrate.

// Copyright (C) 2021 Parity Technologies (UK) Ltd.
// SPDX-License-Identifier: Apache-2.0
// Copyright 2021 Parallel Finance Developer.
// This file is part of Parallel Finance.

// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//

// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Expand Down
Loading

0 comments on commit ff6b80b

Please sign in to comment.