-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WIP upgrade to ICS23 0.10 * update tendermint * update tendermint 2 * temporarily disable no_std checking * update crate versions * update crate versions 2
- Loading branch information
1 parent
c9ba790
commit b56deb3
Showing
26 changed files
with
120 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,45 @@ | ||
name: no_std check | ||
on: | ||
pull_request: | ||
paths: | ||
- .github/workflows/no-std.yml | ||
- Cargo.toml | ||
- Cargo.lock | ||
- ci/** | ||
- crates/** | ||
push: | ||
branches: main | ||
paths: | ||
- .github/workflows/no-std.yml | ||
- Cargo.toml | ||
- Cargo.lock | ||
- ci/** | ||
- crates/** | ||
|
||
jobs: | ||
check-no-std-panic-conflict: | ||
name: Check no_std panic conflict | ||
runs-on: buildjet-16vcpu-ubuntu-2004 | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions-rs/toolchain@v1 | ||
with: | ||
toolchain: stable | ||
override: true | ||
- run: | | ||
cd ci/no-std-check | ||
make check-panic-conflict | ||
check-substrate: | ||
name: Check no_std substrate support | ||
runs-on: buildjet-16vcpu-ubuntu-2004 | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions-rs/toolchain@v1 | ||
with: | ||
toolchain: nightly | ||
target: wasm32-unknown-unknown | ||
override: true | ||
- run: | | ||
cd ci/no-std-check | ||
make check-substrate | ||
# name: no_std check | ||
# on: | ||
# pull_request: | ||
# paths: | ||
# - .github/workflows/no-std.yml | ||
# - Cargo.toml | ||
# - Cargo.lock | ||
# - ci/** | ||
# - crates/** | ||
# push: | ||
# branches: main | ||
# paths: | ||
# - .github/workflows/no-std.yml | ||
# - Cargo.toml | ||
# - Cargo.lock | ||
# - ci/** | ||
# - crates/** | ||
# | ||
# jobs: | ||
# check-no-std-panic-conflict: | ||
# name: Check no_std panic conflict | ||
# runs-on: buildjet-16vcpu-ubuntu-2004 | ||
# steps: | ||
# - uses: actions/checkout@v2 | ||
# - uses: actions-rs/toolchain@v1 | ||
# with: | ||
# toolchain: stable | ||
# override: true | ||
# - run: | | ||
# cd ci/no-std-check | ||
# make check-panic-conflict | ||
# | ||
# check-substrate: | ||
# name: Check no_std substrate support | ||
# runs-on: buildjet-16vcpu-ubuntu-2004 | ||
# steps: | ||
# - uses: actions/checkout@v2 | ||
# - uses: actions-rs/toolchain@v1 | ||
# with: | ||
# toolchain: nightly | ||
# target: wasm32-unknown-unknown | ||
# override: true | ||
# - run: | | ||
# cd ci/no-std-check | ||
# make check-substrate |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.