Skip to content

Commit

Permalink
Parachain consensus (#33)
Browse files Browse the repository at this point in the history
* wip header decode

* don't insert intermediate states

* refactor call

* bump ismp-rs

* pin nightly

* bump ismp-rs
  • Loading branch information
seunlanlege authored Apr 24, 2023
1 parent ffd9578 commit 0127439
Show file tree
Hide file tree
Showing 12 changed files with 303 additions and 250 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install toolchain
uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly
toolchain: nightly-2022-10-28
targets: wasm32-unknown-unknown

- name: Install Protoc
Expand All @@ -42,12 +42,12 @@ jobs:

- name: Build
run: |
cargo +nightly check --workspace --all-targets --all-features --verbose
cargo +nightly-2022-10-28 check --workspace --all-targets --all-features --verbose
- name: Build `no-std`
run: |
cargo +nightly check -p pallet-ismp --no-default-features --target=wasm32-unknown-unknown --verbose
cargo +nightly check -p ismp-parachain --no-default-features --target=wasm32-unknown-unknown --verbose
cargo +nightly-2022-10-28 check -p pallet-ismp --no-default-features --target=wasm32-unknown-unknown --verbose
cargo +nightly-2022-10-28 check -p ismp-parachain --no-default-features --target=wasm32-unknown-unknown --verbose
lint:
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 0127439

Please sign in to comment.