Skip to content

Commit

Permalink
xcm v1 (#637)
Browse files Browse the repository at this point in the history
* use stable toolchain because nightly crashes too often

* activate loans benchmarking

* use primitive balance & AssetIdentifier

* use unwrap instead

* run make fmt

* fix loans benchmarks build for mock runtime

* ignore inUse error

* fix parachain-launch version

* fix asset_id

* activate loans benchmarks in runtime

* activate more benchmark items

* update changelog

* try nightly-07-29 toolchain

* fix typo

* rebase master

* switch to orml master & latest polkadot-v0.9.10 commit

* change rust-toolchain

* fix lint
  • Loading branch information
GopherJ authored Sep 29, 2021
1 parent 32f2629 commit 5900e4b
Show file tree
Hide file tree
Showing 54 changed files with 1,798 additions and 1,801 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
rust: [nightly-2021-06-17]
rust: [nightly-2021-09-06]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
rust: [nightly-2021-06-17]
rust: [nightly-2021-09-06]

steps:
- name: Checkout Repository
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:

- name: Generate code coverage
run: |
cargo +nightly-2021-06-17 tarpaulin --verbose --no-fail-fast -p pallet-loans -p pallet-liquid-staking -p pallet-liquid-staking-v2 -p pallet-nominee-election -p pallet-prices -p pallet-liquidation --timeout 300 --out Xml
cargo +nightly-2021-09-06 tarpaulin --verbose --no-fail-fast -p pallet-loans -p pallet-liquid-staking -p pallet-liquid-staking-v2 -p pallet-nominee-election -p pallet-prices -p pallet-liquidation --timeout 300 --out Xml
- name: Upload To Codecov.io
uses: codecov/codecov-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rustdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
rust: [nightly-2021-06-17]
rust: [nightly-2021-09-06]

steps:
- name: Checkout Repository
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGE LOG

## 2021.09.26

- Bump to polkadot-v0.9.10 (#637)
- Migrate to xcm v1 (#637)

## 2021.09.18

- Use ubuntu20.04 as base docker image (#605)
Expand Down
Loading

0 comments on commit 5900e4b

Please sign in to comment.