Skip to content

Commit

Permalink
Update polkadot-v0.9.26 (#2269)
Browse files Browse the repository at this point in the history
* update polkadot-v0.9.25

* allow deprecate for transactional

* fix mandala build

* fix karura/acala build

* fix test

* fix test

* fix clippy

* bring back aggregate to acala

* tidy up tests

* update polkadot and substrate

* update orml

* update polkadot-v0.9.26

* install cmake

* update

* fix payment test

* fix weight test

* update deps

* update predeploy-contracts

* remove deprecate feature flag

* remove_prefix still deprecated

* update to master branch commit

* use RelayNumberStrictlyIncreases

* fix ts-tests

* remove clap

* currency_id to key test

* update construct_runtime

* fix

* currency_id convert to GeneralKey

* update to clear_prefix

Co-authored-by: Bryan Chen <[email protected]>
Co-authored-by: zjb0807 <[email protected]>
  • Loading branch information
3 people authored Jul 23, 2022
1 parent 3226713 commit 7a1b029
Show file tree
Hide file tree
Showing 104 changed files with 2,975 additions and 2,933 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
components: rustfmt
target: wasm32-unknown-unknown
default: true
- name: Setup cmake
uses: jwlawson/[email protected]
# - name: Install additional dependencies
# run: |
# sudo apt update -y &&
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
components: rustfmt
target: wasm32-unknown-unknown
default: true
- name: Setup cmake
uses: jwlawson/[email protected]
- name: Check format
run: cargo fmt --all -- --check
- name: Build
Expand Down Expand Up @@ -74,6 +76,8 @@ jobs:
components: rustfmt
target: wasm32-unknown-unknown
default: true
- name: Setup cmake
uses: jwlawson/[email protected]
- name: Run benchmarking tests
run: make test-benchmarking
checks-and-tests:
Expand All @@ -94,6 +98,8 @@ jobs:
components: rustfmt
target: wasm32-unknown-unknown
default: true
- name: Setup cmake
uses: jwlawson/[email protected]
- name: Run runtime tests
run: make test-runtimes
- name: Run eth tests
Expand Down Expand Up @@ -122,6 +128,8 @@ jobs:
components: rustfmt
target: wasm32-unknown-unknown
default: true
- name: Setup cmake
uses: jwlawson/[email protected]
- name: Run e2e tests
run: make test-e2e
- name: Use Node.js
Expand Down
Loading

0 comments on commit 7a1b029

Please sign in to comment.