Skip to content

Commit ff574a5

Browse files
authored
chore: v1.27.1 release (#7493)
2 parents 11be432 + 59484f0 commit ff574a5

File tree

22 files changed

+114
-102
lines changed

22 files changed

+114
-102
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
],
55
"npmClient": "yarn",
66
"useNx": true,
7-
"version": "1.27.0",
7+
"version": "1.27.1",
88
"stream": true,
99
"command": {
1010
"version": {

packages/api/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"bugs": {
1212
"url": "https://github.com/ChainSafe/lodestar/issues"
1313
},
14-
"version": "1.27.0",
14+
"version": "1.27.1",
1515
"type": "module",
1616
"exports": {
1717
".": {
@@ -72,10 +72,10 @@
7272
"dependencies": {
7373
"@chainsafe/persistent-merkle-tree": "^1.0.1",
7474
"@chainsafe/ssz": "^1.0.2",
75-
"@lodestar/config": "^1.27.0",
76-
"@lodestar/params": "^1.27.0",
77-
"@lodestar/types": "^1.27.0",
78-
"@lodestar/utils": "^1.27.0",
75+
"@lodestar/config": "^1.27.1",
76+
"@lodestar/params": "^1.27.1",
77+
"@lodestar/types": "^1.27.1",
78+
"@lodestar/utils": "^1.27.1",
7979
"eventsource": "^2.0.2",
8080
"qs": "^6.11.1"
8181
},

packages/beacon-node/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"bugs": {
1212
"url": "https://github.com/ChainSafe/lodestar/issues"
1313
},
14-
"version": "1.27.0",
14+
"version": "1.27.1",
1515
"type": "module",
1616
"exports": {
1717
".": {
@@ -120,18 +120,18 @@
120120
"@libp2p/peer-id-factory": "^4.1.0",
121121
"@libp2p/prometheus-metrics": "^3.0.21",
122122
"@libp2p/tcp": "9.0.23",
123-
"@lodestar/api": "^1.27.0",
124-
"@lodestar/config": "^1.27.0",
125-
"@lodestar/db": "^1.27.0",
126-
"@lodestar/fork-choice": "^1.27.0",
127-
"@lodestar/light-client": "^1.27.0",
128-
"@lodestar/logger": "^1.27.0",
129-
"@lodestar/params": "^1.27.0",
130-
"@lodestar/reqresp": "^1.27.0",
131-
"@lodestar/state-transition": "^1.27.0",
132-
"@lodestar/types": "^1.27.0",
133-
"@lodestar/utils": "^1.27.0",
134-
"@lodestar/validator": "^1.27.0",
123+
"@lodestar/api": "^1.27.1",
124+
"@lodestar/config": "^1.27.1",
125+
"@lodestar/db": "^1.27.1",
126+
"@lodestar/fork-choice": "^1.27.1",
127+
"@lodestar/light-client": "^1.27.1",
128+
"@lodestar/logger": "^1.27.1",
129+
"@lodestar/params": "^1.27.1",
130+
"@lodestar/reqresp": "^1.27.1",
131+
"@lodestar/state-transition": "^1.27.1",
132+
"@lodestar/types": "^1.27.1",
133+
"@lodestar/utils": "^1.27.1",
134+
"@lodestar/validator": "^1.27.1",
135135
"@multiformats/multiaddr": "^12.1.3",
136136
"c-kzg": "^2.1.2",
137137
"datastore-core": "^9.1.1",

packages/cli/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/lodestar",
3-
"version": "1.27.0",
3+
"version": "1.27.1",
44
"description": "Command line interface for lodestar",
55
"author": "ChainSafe Systems",
66
"license": "LGPL-3.0",
@@ -62,17 +62,17 @@
6262
"@libp2p/crypto": "^4.1.0",
6363
"@libp2p/peer-id": "^4.1.0",
6464
"@libp2p/peer-id-factory": "^4.1.0",
65-
"@lodestar/api": "^1.27.0",
66-
"@lodestar/beacon-node": "^1.27.0",
67-
"@lodestar/config": "^1.27.0",
68-
"@lodestar/db": "^1.27.0",
69-
"@lodestar/light-client": "^1.27.0",
70-
"@lodestar/logger": "^1.27.0",
71-
"@lodestar/params": "^1.27.0",
72-
"@lodestar/state-transition": "^1.27.0",
73-
"@lodestar/types": "^1.27.0",
74-
"@lodestar/utils": "^1.27.0",
75-
"@lodestar/validator": "^1.27.0",
65+
"@lodestar/api": "^1.27.1",
66+
"@lodestar/beacon-node": "^1.27.1",
67+
"@lodestar/config": "^1.27.1",
68+
"@lodestar/db": "^1.27.1",
69+
"@lodestar/light-client": "^1.27.1",
70+
"@lodestar/logger": "^1.27.1",
71+
"@lodestar/params": "^1.27.1",
72+
"@lodestar/state-transition": "^1.27.1",
73+
"@lodestar/types": "^1.27.1",
74+
"@lodestar/utils": "^1.27.1",
75+
"@lodestar/validator": "^1.27.1",
7676
"@multiformats/multiaddr": "^12.1.3",
7777
"deepmerge": "^4.3.1",
7878
"ethers": "^6.7.0",
@@ -88,7 +88,7 @@
8888
"yargs": "^17.7.1"
8989
},
9090
"devDependencies": {
91-
"@lodestar/test-utils": "^1.27.0",
91+
"@lodestar/test-utils": "^1.27.1",
9292
"@types/debug": "^4.1.7",
9393
"@types/got": "^9.6.12",
9494
"@types/inquirer": "^9.0.3",

packages/config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lodestar/config",
3-
"version": "1.27.0",
3+
"version": "1.27.1",
44
"description": "Chain configuration required for lodestar",
55
"author": "ChainSafe Systems",
66
"license": "Apache-2.0",
@@ -65,8 +65,8 @@
6565
],
6666
"dependencies": {
6767
"@chainsafe/ssz": "^1.0.2",
68-
"@lodestar/params": "^1.27.0",
69-
"@lodestar/types": "^1.27.0",
70-
"@lodestar/utils": "^1.27.0"
68+
"@lodestar/params": "^1.27.1",
69+
"@lodestar/types": "^1.27.1",
70+
"@lodestar/utils": "^1.27.1"
7171
}
7272
}

packages/config/src/chainConfig/networks/chiado.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ export const chiadoChainConfig: ChainConfig = {
3939
DENEB_FORK_EPOCH: 516608, // Wed Jan 31 2024 18:15:40 GMT+0000
4040
// Electra
4141
ELECTRA_FORK_VERSION: b("0x0500006f"),
42-
ELECTRA_FORK_EPOCH: Infinity,
42+
ELECTRA_FORK_EPOCH: 948224, // Thu Mar 06 2025 09:43:40 GMT+0000
4343
};

packages/config/src/chainConfig/networks/gnosis.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,12 @@ export const gnosisChainConfig: ChainConfig = {
5454
// Electra
5555
ELECTRA_FORK_VERSION: b("0x05000064"),
5656
ELECTRA_FORK_EPOCH: Infinity,
57+
58+
// Electra
59+
// 2**6 * 10**9 (= 64,000,000,000)
60+
MAX_PER_EPOCH_ACTIVATION_EXIT_CHURN_LIMIT: 64000000000,
61+
BLOB_SIDECAR_SUBNET_COUNT_ELECTRA: 2,
62+
MAX_BLOBS_PER_BLOCK_ELECTRA: 2,
63+
// MAX_REQUEST_BLOCKS_DENEB * MAX_BLOBS_PER_BLOCK_ELECTRA
64+
MAX_REQUEST_BLOB_SIDECARS_ELECTRA: 256,
5765
};

packages/db/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lodestar/db",
3-
"version": "1.27.0",
3+
"version": "1.27.1",
44
"description": "DB modules of Lodestar",
55
"author": "ChainSafe Systems",
66
"homepage": "https://github.com/ChainSafe/lodestar#readme",
@@ -36,12 +36,12 @@
3636
},
3737
"dependencies": {
3838
"@chainsafe/ssz": "^1.0.2",
39-
"@lodestar/config": "^1.27.0",
40-
"@lodestar/utils": "^1.27.0",
39+
"@lodestar/config": "^1.27.1",
40+
"@lodestar/utils": "^1.27.1",
4141
"classic-level": "^1.4.1",
4242
"it-all": "^3.0.4"
4343
},
4444
"devDependencies": {
45-
"@lodestar/logger": "^1.27.0"
45+
"@lodestar/logger": "^1.27.1"
4646
}
4747
}

packages/flare/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lodestar/flare",
3-
"version": "1.27.0",
3+
"version": "1.27.1",
44
"description": "Beacon chain debugging tool",
55
"author": "ChainSafe Systems",
66
"license": "Apache-2.0",
@@ -60,12 +60,12 @@
6060
"dependencies": {
6161
"@chainsafe/bls-keygen": "^0.4.0",
6262
"@chainsafe/blst": "^2.1.0",
63-
"@lodestar/api": "^1.27.0",
64-
"@lodestar/config": "^1.27.0",
65-
"@lodestar/params": "^1.27.0",
66-
"@lodestar/state-transition": "^1.27.0",
67-
"@lodestar/types": "^1.27.0",
68-
"@lodestar/utils": "^1.27.0",
63+
"@lodestar/api": "^1.27.1",
64+
"@lodestar/config": "^1.27.1",
65+
"@lodestar/params": "^1.27.1",
66+
"@lodestar/state-transition": "^1.27.1",
67+
"@lodestar/types": "^1.27.1",
68+
"@lodestar/utils": "^1.27.1",
6969
"source-map-support": "^0.5.21",
7070
"yargs": "^17.7.1"
7171
},

packages/fork-choice/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"bugs": {
1212
"url": "https://github.com/ChainSafe/lodestar/issues"
1313
},
14-
"version": "1.27.0",
14+
"version": "1.27.1",
1515
"type": "module",
1616
"exports": "./lib/index.js",
1717
"types": "./lib/index.d.ts",
@@ -37,11 +37,11 @@
3737
},
3838
"dependencies": {
3939
"@chainsafe/ssz": "^1.0.2",
40-
"@lodestar/config": "^1.27.0",
41-
"@lodestar/params": "^1.27.0",
42-
"@lodestar/state-transition": "^1.27.0",
43-
"@lodestar/types": "^1.27.0",
44-
"@lodestar/utils": "^1.27.0"
40+
"@lodestar/config": "^1.27.1",
41+
"@lodestar/params": "^1.27.1",
42+
"@lodestar/state-transition": "^1.27.1",
43+
"@lodestar/types": "^1.27.1",
44+
"@lodestar/utils": "^1.27.1"
4545
},
4646
"keywords": [
4747
"ethereum",

0 commit comments

Comments
 (0)