Skip to content

Commit

Permalink
deps: update substrate to polkadot-v0.9.43 (#1078)
Browse files Browse the repository at this point in the history
* deps: update substrate to polkadot-v0.9.42

- update substrate to 16b2e644487f7f767eeefd4debf11a7948bfa4db
- update rust toolchain to 1.68.2

* Enable `insecure_zero_ed` feature of `pallet-balances` to fix tests of `pallet-evm`,
since `ExistentialDeposit: u64 = 0` is configured in the mock impl of `pallet-evm`.

* fix precompile tests

* update some deps

* update evm to 0.39.1

* make clippy happy

* update substrate to polkadot-v0.9.43

* update rust-toolchain to 1.69.0 and update some deps

* format

* update ACCOUNT_BASIC_PROOF_SIZE constant

* improve db feature

* improve db features

* typo

* fix tests

* improve some trait bound

---------

Co-authored-by: tgmichel <[email protected]>
  • Loading branch information
koushiro and tgmichel authored Jul 3, 2023
1 parent e89f336 commit 3c75079
Show file tree
Hide file tree
Showing 30 changed files with 757 additions and 605 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-11-16
toolchain: nightly-2023-05-23
target: wasm32-unknown-unknown
override: true
components: rust-docs
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-11-16
toolchain: nightly-2023-05-23
target: wasm32-unknown-unknown
override: true
- name: Install protoc
Expand All @@ -39,7 +39,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-11-16
toolchain: nightly-2023-05-23
target: wasm32-unknown-unknown
override: true
- name: Install protoc
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-11-16
toolchain: nightly-2023-05-23
target: wasm32-unknown-unknown
override: true
components: rustfmt, clippy
Expand Down
Loading

0 comments on commit 3c75079

Please sign in to comment.