Skip to content

Commit

Permalink
Update substrate to polkadot-v0.9.30 (paritytech#880)
Browse files Browse the repository at this point in the history
* Update substrate to polkadot-v0.9.30

 - Update substrate to commit 1b1a5e1
 - Upgrade rust-toolchain to rustc 1.64.0-nightly (7fe022f5a 2022-07-24)
 - Make benchmark command as an optional feature
 - Fix benchmark template and script
 - Upgrade web3 to v1.8 and update ts-tests/package-lock.json

Signed-off-by: koushiro <[email protected]>

* Remove useless dep

Signed-off-by: koushiro <[email protected]>

* Fix ident

Signed-off-by: koushiro <[email protected]>

* Install protoc

* Update some deps

* Fix test

* update prometheus to v0.13.3

Signed-off-by: koushiro <[email protected]>

* Use evm 0.36.0

Signed-off-by: koushiro <[email protected]>

* update lru 0.8.0 ==> 0.8.1

Signed-off-by: koushiro <[email protected]>

* update scale-codec and scale-info

Signed-off-by: koushiro <[email protected]>

* Fix fmt

Signed-off-by: koushiro <[email protected]>

Signed-off-by: koushiro <[email protected]>
  • Loading branch information
koushiro authored Nov 1, 2022
1 parent b0b78f0 commit 4ac92b0
Show file tree
Hide file tree
Showing 91 changed files with 3,994 additions and 2,571 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-05-02
toolchain: nightly-2022-07-25
target: wasm32-unknown-unknown
override: true
components: rust-docs
Expand Down
12 changes: 9 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-05-02
toolchain: nightly-2022-07-25
target: wasm32-unknown-unknown
override: true
- name: Install protoc
uses: arduino/setup-protoc@v1
- name: Run tests
run: cargo test --locked --verbose --all
- name: Ensure benchmarking compiles
Expand All @@ -37,9 +39,11 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-05-02
toolchain: nightly-2022-07-25
target: wasm32-unknown-unknown
override: true
- name: Install protoc
uses: arduino/setup-protoc@v1
- name: Build manual seal client
run: |
cd template/node
Expand All @@ -64,10 +68,12 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-05-02
toolchain: nightly-2022-07-25
target: wasm32-unknown-unknown
override: true
components: rustfmt, clippy
- name: Install protoc
uses: arduino/setup-protoc@v1
- name: Check Cargo.toml Format
run: |
if taplo --version &> /dev/null; then
Expand Down
Loading

0 comments on commit 4ac92b0

Please sign in to comment.