Skip to content

Commit

Permalink
Polkadot v0.9.40 (#2525)
Browse files Browse the repository at this point in the history
* update to 0.9.40

* bump

* cleanup

* Fix some integration tests (#2526)

* fix clippy

* fix some integration tests

* update

* fix test

* adjust xcm

* set xcm version for kusama

* fix

* fix

* fix

* update

* upgrade bodhi.js in ts tests

* fix tests

* use latest provider and update tests (#2528)

* fix

* use latest provider and update tests

* fix (#2529)

* fix

* use latest provider and update tests

* fix

* Fix todo (#2531)

* Fix TODO & update evm-bench

* fix ts-tests genesis block

---------

Co-authored-by: wangjj9219 <[email protected]>
Co-authored-by: Shunji Zhan <[email protected]>
Co-authored-by: zjb0807 <[email protected]>
  • Loading branch information
4 people authored May 15, 2023
1 parent dfbda3a commit b9f65f4
Show file tree
Hide file tree
Showing 253 changed files with 5,707 additions and 5,541 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,11 @@ jobs:
- name: Install clippy
run: rustup component add clippy
- name: Run mandala-runtime clippy
# TODO: remove it after https://github.com/open-web3-stack/open-runtime-module-library/pull/906
run: cargo clippy --features with-mandala-runtime -- -A clippy::derivable-impls -A clippy::useless-conversion -D warnings
run: cargo clippy --features with-mandala-runtime -- -D warnings
- name: Run karura-runtime clippy
run: cargo clippy --features with-karura-runtime -- -A clippy::derivable-impls -A clippy::useless-conversion -D warnings
run: cargo clippy --features with-karura-runtime -- -D warnings
- name: Run acala-runtime clippy
run: cargo clippy --features with-acala-runtime -- -A clippy::derivable-impls -A clippy::useless-conversion -D warnings
run: cargo clippy --features with-acala-runtime -- -D warnings
- name: Run build benches
run: make build-benches
benchmarking:
Expand Down
Loading

0 comments on commit b9f65f4

Please sign in to comment.