Skip to content

Commit 87dd995

Browse files
Merge remote-tracking branch 'origin/master' into release-naga-proto-2026-01-28
2 parents 0cbd66c + 4acff1a commit 87dd995

File tree

516 files changed

+23385
-14432
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

516 files changed

+23385
-14432
lines changed

.github/workflows/blockchain-contracts-abi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install rust
2424
uses: dtolnay/rust-toolchain@master
2525
with:
26-
toolchain: '1.86' # keep in sync with rust/lit-node/rust-toolchain.toml
26+
toolchain: '1.91' # keep in sync with rust/lit-node/rust-toolchain.toml
2727
components: rustfmt
2828

2929
- name: Run Contract Updates

.github/workflows/blockchain-contracts.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
image: litptcl/anvil-lit:latest
4444
ports:
4545
- 8545:8545
46+
- 8549:8549
4647
credentials:
4748
username: ${{ vars.DOCKERHUB_USERNAME }}
4849
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -70,6 +71,7 @@ jobs:
7071
image: litptcl/anvil-lit:latest
7172
ports:
7273
- 8545:8545
74+
- 8549:8549
7375
credentials:
7476
username: ${{ vars.DOCKERHUB_USERNAME }}
7577
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/deploy-release-ui.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
ref: ${{ github.event.inputs.source_branch || 'master' }}
4747

4848
- name: Checkout Release Data from lit-peer
49-
uses: actions/checkout@v5
49+
uses: actions/checkout@v6
5050
with:
5151
repository: 'LIT-Protocol/lit-peer'
5252
ref: 'releases-info'
@@ -58,7 +58,7 @@ jobs:
5858
node-version: '20'
5959

6060
- name: Cache Node Modules
61-
uses: actions/cache@v4
61+
uses: actions/cache@v5
6262
with:
6363
path: lit-ansible/infrastructure/release-info-store/node_modules
6464
key: ${{ runner.os }}-node-${{ hashFiles('lit-ansible/infrastructure/release-info-store/package-lock.json') }}

.github/workflows/list-changed-files.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ jobs:
7474
- rust/lit-node/**
7575
- .github/workflows/rust-lit-node-unit-tests.yml
7676
- .github/workflows/rust-lit-node-integration-tests.yml
77-
- .github/workflows/rust-lit-node-version-upgrade-tests.yml
7877
- .github/workflows/rust-lit-node-fault-tests.yml
7978
- .github/workflows/rust-lit-node-long-running-tests.yml
8079
- .github/workflows/rust-lit-node-clippy.yml

.github/workflows/rust-lit-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install rust
4141
uses: dtolnay/rust-toolchain@master
4242
with:
43-
toolchain: '1.86' # keep in sync with rust/lit-node/rust-toolchain.toml
43+
toolchain: '1.91' # keep in sync with rust/lit-node/rust-toolchain.toml
4444
components: rustfmt clippy rust-src
4545
- name: Install tools
4646
uses: taiki-e/install-action@v2

.github/workflows/rust-lit-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install rust
4141
uses: dtolnay/rust-toolchain@master
4242
with:
43-
toolchain: "1.86" # keep in sync with rust/lit-core/rust-toolchain.toml
43+
toolchain: "1.91" # keep in sync with rust/lit-core/rust-toolchain.toml
4444
components: rustfmt clippy rust-src
4545
- name: Rust Cache
4646
uses: WarpBuilds/rust-cache@v2

.github/workflows/rust-lit-node-build-commit-hash.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Install rust
4949
uses: dtolnay/rust-toolchain@master
5050
with:
51-
toolchain: '1.86' # keep in sync with rust/lit-node/rust-toolchain.toml
51+
toolchain: '1.91' # keep in sync with rust/lit-node/rust-toolchain.toml
5252
components: rustfmt rust-src
5353
- name: Build node
5454
run: cargo build --features lit-actions,testing
@@ -59,7 +59,7 @@ jobs:
5959
working-directory: rust/lit-node/shiva
6060
run: cargo build
6161
- name: Upload build artifact
62-
uses: actions/upload-artifact@v5
62+
uses: actions/upload-artifact@v6
6363
with:
6464
name: lit_node_${{ github.sha }}
6565
path: |

.github/workflows/rust-lit-node-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Install rust
6262
uses: dtolnay/rust-toolchain@master
6363
with:
64-
toolchain: '1.86' # keep in sync with rust/lit-node/lit-node/rust-toolchain.toml
64+
toolchain: '1.91' # keep in sync with rust/lit-node/lit-node/rust-toolchain.toml
6565
components: rustfmt rust-src
6666
- name: Setup local files for testing
6767
run: make setup-local-files

.github/workflows/rust-lit-node-clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Install rust
5454
uses: dtolnay/rust-toolchain@master
5555
with:
56-
toolchain: "1.86" # keep in sync with rust/lit-node/lit-node/rust-toolchain.toml
56+
toolchain: "1.91" # keep in sync with rust/lit-node/lit-node/rust-toolchain.toml
5757
components: rustfmt clippy rust-src
5858
- name: Cargo fmt check
5959
run: cargo fmt -- --check

.github/workflows/rust-lit-node-fault-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
image: litptcl/anvil-lit:latest
6060
ports:
6161
- 8545:8545
62+
- 8549:8549
6263
credentials:
6364
username: ${{ vars.DOCKERHUB_USERNAME }}
6465
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)