Skip to content

Commit

Permalink
Bump/polkadot v0.9.36 (#1919)
Browse files Browse the repository at this point in the history
* upgrade to 0.9.36

* update orml and frontier

* cargo update

* update WEIGHT_REF_TIME_PER_SECOND

* update rust version

* update

* adjust pallet_asset

* update evm feature

* fix runtime

* update pallet_assets weight

* fix pallet_assets in mock and test

* fix node error

* add pallet::call_index

* fix

* fix ci error

* fix test

* fix tests

* Update Makefile

* improve evm
  • Loading branch information
mclyk authored Mar 6, 2023
1 parent 989ac70 commit c7b0755
Show file tree
Hide file tree
Showing 111 changed files with 3,147 additions and 3,081 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
rust: [nightly-2022-07-24]
rust: [nightly-2022-11-15]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
strategy:
matrix:
os: [self-hosted]
rust: [nightly-2022-07-24]
rust: [nightly-2022-11-15]

# 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 @@ -64,7 +64,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-07-24
toolchain: nightly-2022-11-15
components: rustfmt
target: wasm32-unknown-unknown
default: true
Expand All @@ -75,7 +75,7 @@ jobs:
run: |
wget https://github.com/xd009642/tarpaulin/releases/download/${{ env.TARPAULIN_VERSION }}/cargo-tarpaulin-${{ env.TARPAULIN_VERSION }}-travis.tar.gz
tar -zxvf cargo-tarpaulin-${{ env.TARPAULIN_VERSION }}-travis.tar.gz -C $HOME/.cargo/bin
cargo +nightly-2022-07-24 tarpaulin --verbose --no-fail-fast \
cargo +nightly-2022-11-15 tarpaulin --verbose --no-fail-fast \
-p pallet-loans \
-p pallet-liquid-staking \
-p pallet-farming \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/extrinsic-ordering-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-07-24
toolchain: nightly-2022-11-15
components: rustfmt, clippy
override: true

- name: Install wasm32-unknown-unknown
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-07-24
toolchain: nightly-2022-11-15
target: wasm32-unknown-unknown
override: true
- name: Install Protoc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rustdoc.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-2022-07-24]
rust: [nightly-2022-11-15]

steps:
- name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/try-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-07-24
toolchain: nightly-2022-11-15
components: rustfmt
target: wasm32-unknown-unknown
default: true
Expand Down
Loading

0 comments on commit c7b0755

Please sign in to comment.