Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/_circular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [22.x]
node-version: [24.x]

steps:
- uses: actions/checkout@v6.0.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
run: pnpm run deps:check
strategy:
matrix:
node-version: [22.x]
node-version: [24.x]
2 changes: 1 addition & 1 deletion .github/workflows/_lint-external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [22.x]
node-version: [24.x]

steps:
- uses: actions/checkout@v6.0.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_lint-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

strategy:
matrix:
node-version: [22.x]
node-version: [24.x]

steps:
- uses: actions/checkout@v6.0.2
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: "Build"
strategy:
matrix:
node-version: [22.x]
node-version: [24.x]
concurrency:
cancel-in-progress: true
group: ${{ github.head_ref }}-unit
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- build
strategy:
matrix:
node-version: [22.x]
node-version: [24.x]
concurrency:
cancel-in-progress: true
group: ${{ github.head_ref }}-unit
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
- build
strategy:
matrix:
node-version: [22.x]
node-version: [24.x]
concurrency:
cancel-in-progress: true
group: ${{ github.head_ref }}-integration
Expand Down Expand Up @@ -322,7 +322,7 @@ jobs:

strategy:
matrix:
node-version: [22.x]
node-version: [24.x]
name: ["consensus"]

steps:
Expand Down Expand Up @@ -407,7 +407,7 @@ jobs:

strategy:
matrix:
node-version: [22.x]
node-version: [24.x]
name: ["clients"]

steps:
Expand Down Expand Up @@ -465,7 +465,7 @@ jobs:

strategy:
matrix:
node-version: [22.x]
node-version: [24.x]
name: ["snapshot"]

steps:
Expand Down Expand Up @@ -544,7 +544,7 @@ jobs:

strategy:
matrix:
node-version: [22.x]
node-version: [24.x]
name: ["sync"]

steps:
Expand Down Expand Up @@ -618,7 +618,7 @@ jobs:

strategy:
matrix:
node-version: [22.x]
node-version: [24.x]
name: ["transaction-pool-api", "consensus", "resync"]

services:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-evm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v6.3.0
with:
node-version: "22.x"
node-version: "24.x"

- name: Setup pnpm
uses: pnpm/action-setup@v4.3.0
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v6.3.0
with:
node-version: "22.x"
node-version: "24.x"
registry-url: https://registry.npmjs.org/

- name: Setup pnpm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v6.3.0
with:
node-version: "22.x"
node-version: "24.x"

- name: Setup pnpm
uses: pnpm/action-setup@v4.3.0
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v6.3.0
with:
node-version: "22.x"
node-version: "24.x"
registry-url: https://registry.npmjs.org/

- name: Setup pnpm
Expand Down
2 changes: 1 addition & 1 deletion docker/build-env/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22-alpine
FROM node:24-alpine

WORKDIR /home/node

Expand Down
2 changes: 1 addition & 1 deletion docker/testnet/api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22-alpine
FROM node:24-alpine

WORKDIR /home/node

Expand Down
2 changes: 1 addition & 1 deletion docker/testnet/core/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22-alpine
FROM node:24-alpine

WORKDIR /home/node

Expand Down
2 changes: 1 addition & 1 deletion packages/api-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"uvu": "0.5.6"
},
"engines": {
"node": ">=20.x"
"node": ">=24"
}
}
2 changes: 1 addition & 1 deletion packages/api-database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"uvu": "0.5.6"
},
"engines": {
"node": ">=20.x"
"node": ">=24"
}
}
2 changes: 1 addition & 1 deletion packages/api-development/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"uvu": "0.5.6"
},
"engines": {
"node": ">=20.x"
"node": ">=24"
}
}
2 changes: 1 addition & 1 deletion packages/api-evm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"uvu": "0.5.6"
},
"engines": {
"node": ">=20.x"
"node": ">=24"
}
}
2 changes: 1 addition & 1 deletion packages/api-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"uvu": "0.5.6"
},
"engines": {
"node": ">=20.x"
"node": ">=24"
}
}
2 changes: 1 addition & 1 deletion packages/api-sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"uvu": "0.5.6"
},
"engines": {
"node": ">=20.x"
"node": ">=24"
}
}
2 changes: 1 addition & 1 deletion packages/api-transaction-pool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"uvu": "0.5.6"
},
"engines": {
"node": ">=20.x"
"node": ">=24"
}
}
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"pm2": "^6.0.8"
},
"engines": {
"node": ">=20.x"
"node": ">=24"
}
}
2 changes: 1 addition & 1 deletion packages/blockchain-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"uvu": "0.5.6"
},
"engines": {
"node": ">=20.x"
"node": ">=24"
}
}
2 changes: 1 addition & 1 deletion packages/bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"uvu": "0.5.6"
},
"engines": {
"node": ">=20.x"
"node": ">=24"
}
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@
"uvu": "0.5.6"
},
"engines": {
"node": ">=20.x"
"node": ">=24"
}
}
2 changes: 1 addition & 1 deletion packages/configuration-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
"uvu": "0.5.6"
},
"engines": {
"node": ">=20.x"
"node": ">=24"
}
}
2 changes: 1 addition & 1 deletion packages/consensus-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"uvu": "0.5.6"
},
"engines": {
"node": ">=20.x"
"node": ">=24"
}
}
2 changes: 1 addition & 1 deletion packages/consensus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"uvu": "0.5.6"
},
"engines": {
"node": ">=20.x"
"node": ">=24"
}
}
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"uvu": "0.5.6"
},
"engines": {
"node": ">=20.x"
"node": ">=24"
}
}
2 changes: 1 addition & 1 deletion packages/container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"uvu": "0.5.6"
},
"engines": {
"node": ">=20.x"
"node": ">=24"
}
}
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"uvu": "0.5.6"
},
"engines": {
"node": ">=20.x"
"node": ">=24"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@
"pm2": "^6.0.8"
},
"engines": {
"node": ">=20.x"
"node": ">=24"
}
}
2 changes: 1 addition & 1 deletion packages/crypto-address-base58/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"uvu": "0.5.6"
},
"engines": {
"node": ">=20.x"
"node": ">=24"
}
}
2 changes: 1 addition & 1 deletion packages/crypto-address-keccak256/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"uvu": "0.5.6"
},
"engines": {
"node": ">=20.x"
"node": ">=24"
}
}
2 changes: 1 addition & 1 deletion packages/crypto-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"uvu": "0.5.6"
},
"engines": {
"node": ">=20.x"
"node": ">=24"
}
}
2 changes: 1 addition & 1 deletion packages/crypto-commit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"uvu": "0.5.6"
},
"engines": {
"node": ">=20.x"
"node": ">=24"
}
}
2 changes: 1 addition & 1 deletion packages/crypto-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"uvu": "0.5.6"
},
"engines": {
"node": ">=20.x"
"node": ">=24"
}
}
2 changes: 1 addition & 1 deletion packages/crypto-hash-bcrypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"uvu": "0.5.6"
},
"engines": {
"node": ">=20.x"
"node": ">=24"
}
}
2 changes: 1 addition & 1 deletion packages/crypto-key-pair-bls12-381/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"uvu": "0.5.6"
},
"engines": {
"node": ">=20.x"
"node": ">=24"
}
}
2 changes: 1 addition & 1 deletion packages/crypto-key-pair-ecdsa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"uvu": "0.5.6"
},
"engines": {
"node": ">=20.x"
"node": ">=24"
}
}
2 changes: 1 addition & 1 deletion packages/crypto-messages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"uvu": "0.5.6"
},
"engines": {
"node": ">=20.x"
"node": ">=24"
}
}
2 changes: 1 addition & 1 deletion packages/crypto-proposal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"uvu": "0.5.6"
},
"engines": {
"node": ">=20.x"
"node": ">=24"
}
}
2 changes: 1 addition & 1 deletion packages/crypto-signature-bls12-381/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"uvu": "0.5.6"
},
"engines": {
"node": ">=20.x"
"node": ">=24"
}
}
2 changes: 1 addition & 1 deletion packages/crypto-signature-ecdsa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"uvu": "0.5.6"
},
"engines": {
"node": ">=20.x"
"node": ">=24"
}
}
Loading
Loading