Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Upgrade Polkadot dependencies to v0.9.25 (paritytech#669)
Browse files Browse the repository at this point in the history
* update to v0.9.25

* Remove deprecated transactional statements. This is now default behavior.

* remove transaction imports

* fixed account id conversions

* Removed deprecated EnsureOneOf

* runtime upgrades

* Fixed build errors

* panic instead of truncating accounts on conversion

* Revert "Remove deprecated transactional statements. This is now default behavior."

This reverts commit 3c10324c9c45fd3e77be3479c8b39ab32b96700a.

* Revert "remove transaction imports"

This reverts commit a112dbc0a745b739b1042a9565fa63edfce006ff.

* changed order

* updated rust runtime

* updated runtime

* updated readme

* re-enable tests

* rustfmt

* updated test parachain

* upgraded test parachain

* fixed cmd line args

* excluded runtimes

* cargo update

* update polkadot launch

* downgraded tracing to fix logging

* update metadata

* standardlise dependency format

* remove unused import
  • Loading branch information
alistair-singh authored Aug 15, 2022
1 parent c4a0974 commit 5ceed3c
Show file tree
Hide file tree
Showing 56 changed files with 6,297 additions and 5,961 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/parachain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable-2022-01-20
toolchain: stable-2022-07-19
target: wasm32-unknown-unknown
- name: cargo check
uses: actions-rs/cargo@v1
with:
command: check
toolchain: stable-2022-01-20
toolchain: stable-2022-07-19
args: >-
--manifest-path parachain/Cargo.toml
--workspace
Expand All @@ -51,7 +51,6 @@ jobs:
test:
needs: check
runs-on: ubuntu-20.04
if: ${{ false }} # Disabled because there is not enough ram on workflow instance
env:
CARGO_INCREMENTAL: 0
RUST_BACKTRACE: 1
Expand All @@ -72,7 +71,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable-2022-01-20
toolchain: stable-2022-07-19
target: wasm32-unknown-unknown
- uses: actions-rs/install@v0.1.2
with:
Expand All @@ -88,10 +87,10 @@ jobs:
--verbose --workspace
--exclude snowbridge
--exclude snowbridge-runtime
--exclude snowbridge-rococo-runtime
--exclude local-runtime
--exclude snowblink-runtime
--exclude snowbase-runtime
--exclude-files '*/mock.rs,*/tests.rs'
--features runtime-benchmarks
--avoid-cfg-tarpaulin
--coveralls ${{ secrets.COVERALLS_REPO_TOKEN }}
toolchain: stable-2022-01-20
toolchain: stable-2022-07-19
Loading

0 comments on commit 5ceed3c

Please sign in to comment.