Skip to content

Commit

Permalink
Merge branch 'master' into ahmad-clear-suicided-storage
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadkaouk committed Jan 25, 2024
2 parents d8e89ee + 272fe88 commit 3b5e877
Show file tree
Hide file tree
Showing 127 changed files with 11,033 additions and 3,004 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cancel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: styfle/cancel-workflow-action@0.11.0
- uses: styfle/cancel-workflow-action@0.12.0
with:
workflow_id: 1303397
access_token: ${{ github.token }}
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-2023-05-23
toolchain: nightly-2023-11-01
target: wasm32-unknown-unknown
override: true
components: rust-docs
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-05-23
toolchain: nightly-2023-11-01
target: wasm32-unknown-unknown
override: true
- name: Install protoc
Expand All @@ -39,7 +39,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-05-23
toolchain: nightly-2023-11-01
target: wasm32-unknown-unknown
override: true
- name: Install protoc
Expand All @@ -49,9 +49,9 @@ jobs:
- name: Build client
run: |
cd template/node
cargo build --release --locked --verbose --features rpc-binary-search-estimate
cargo build --release --locked --verbose
- name: Use Node.js 18
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
- name: Install functional tests typescript
Expand All @@ -72,7 +72,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-05-23
toolchain: nightly-2023-11-01
target: wasm32-unknown-unknown
override: true
components: rustfmt, clippy
Expand All @@ -85,7 +85,7 @@ jobs:
if taplo --version &> /dev/null; then
echo "taplo-cli is already installed"
else
cargo install taplo-cli --locked
cargo install taplo-cli
fi
taplo fmt --check
- name: Rustfmt
Expand Down
Loading

0 comments on commit 3b5e877

Please sign in to comment.