Skip to content

Commit

Permalink
Upgrade to polkadot-v1.13.0 (#1312)
Browse files Browse the repository at this point in the history
* Upgrade to polkadot-v1.13.0

* remove the warning

* Fix dep issues

* Upgrade to polkadot-v1.13.0

* supplement and upgrade the code

* Upgrade the new parts from v0.12.0

* Fix dep issues

* format Cargo.toml

* Modify the AddOrigin type of the fellowship in bifrost-polkadot

* Cancel the cross-in-out migration.

* fix clippy

---------

Co-authored-by: hqwangningbo <2536935847@qq.com>
  • Loading branch information
SunTiebing and hqwangningbo authored Jul 23, 2024
1 parent ea87f16 commit c56611a
Show file tree
Hide file tree
Showing 55 changed files with 2,825 additions and 1,821 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
components: rustfmt
target: wasm32-unknown-unknown
toolchain: 1.74.0
toolchain: 1.77.0
- name: Generate WeightInfo Files
run: make generate-bifrost-weights
- name: Commit Automatically
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.74.0
toolchain: 1.77.0
components: rustfmt, clippy
target: wasm32-unknown-unknown
- name: Cargo clippy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
components: rustfmt
target: wasm32-unknown-unknown
toolchain: 1.74.0
toolchain: 1.77.0

- name: Download kusama strool result
uses: actions/download-artifact@v4
Expand Down
Loading

0 comments on commit c56611a

Please sign in to comment.