Skip to content

Commit d565aac

Browse files
authored
chore: v1.28.1 release (#7612)
2 parents 6ea6e46 + 36e1a01 commit d565aac

File tree

20 files changed

+105
-100
lines changed

20 files changed

+105
-100
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.28.0",
7+
"version": "1.28.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.28.0",
14+
"version": "1.28.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.28.0",
76-
"@lodestar/params": "^1.28.0",
77-
"@lodestar/types": "^1.28.0",
78-
"@lodestar/utils": "^1.28.0",
75+
"@lodestar/config": "^1.28.1",
76+
"@lodestar/params": "^1.28.1",
77+
"@lodestar/types": "^1.28.1",
78+
"@lodestar/utils": "^1.28.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.28.0",
14+
"version": "1.28.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.28.0",
124-
"@lodestar/config": "^1.28.0",
125-
"@lodestar/db": "^1.28.0",
126-
"@lodestar/fork-choice": "^1.28.0",
127-
"@lodestar/light-client": "^1.28.0",
128-
"@lodestar/logger": "^1.28.0",
129-
"@lodestar/params": "^1.28.0",
130-
"@lodestar/reqresp": "^1.28.0",
131-
"@lodestar/state-transition": "^1.28.0",
132-
"@lodestar/types": "^1.28.0",
133-
"@lodestar/utils": "^1.28.0",
134-
"@lodestar/validator": "^1.28.0",
123+
"@lodestar/api": "^1.28.1",
124+
"@lodestar/config": "^1.28.1",
125+
"@lodestar/db": "^1.28.1",
126+
"@lodestar/fork-choice": "^1.28.1",
127+
"@lodestar/light-client": "^1.28.1",
128+
"@lodestar/logger": "^1.28.1",
129+
"@lodestar/params": "^1.28.1",
130+
"@lodestar/reqresp": "^1.28.1",
131+
"@lodestar/state-transition": "^1.28.1",
132+
"@lodestar/types": "^1.28.1",
133+
"@lodestar/utils": "^1.28.1",
134+
"@lodestar/validator": "^1.28.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.28.0",
3+
"version": "1.28.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.28.0",
66-
"@lodestar/beacon-node": "^1.28.0",
67-
"@lodestar/config": "^1.28.0",
68-
"@lodestar/db": "^1.28.0",
69-
"@lodestar/light-client": "^1.28.0",
70-
"@lodestar/logger": "^1.28.0",
71-
"@lodestar/params": "^1.28.0",
72-
"@lodestar/state-transition": "^1.28.0",
73-
"@lodestar/types": "^1.28.0",
74-
"@lodestar/utils": "^1.28.0",
75-
"@lodestar/validator": "^1.28.0",
65+
"@lodestar/api": "^1.28.1",
66+
"@lodestar/beacon-node": "^1.28.1",
67+
"@lodestar/config": "^1.28.1",
68+
"@lodestar/db": "^1.28.1",
69+
"@lodestar/light-client": "^1.28.1",
70+
"@lodestar/logger": "^1.28.1",
71+
"@lodestar/params": "^1.28.1",
72+
"@lodestar/state-transition": "^1.28.1",
73+
"@lodestar/types": "^1.28.1",
74+
"@lodestar/utils": "^1.28.1",
75+
"@lodestar/validator": "^1.28.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.28.0",
91+
"@lodestar/test-utils": "^1.28.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.28.0",
3+
"version": "1.28.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.28.0",
69-
"@lodestar/types": "^1.28.0",
70-
"@lodestar/utils": "^1.28.0"
68+
"@lodestar/params": "^1.28.1",
69+
"@lodestar/types": "^1.28.1",
70+
"@lodestar/utils": "^1.28.1"
7171
}
7272
}

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ export const hoodiChainConfig: ChainConfig = {
3939
FULU_FORK_VERSION: b("0x70000910"),
4040
FULU_FORK_EPOCH: Infinity,
4141

42+
// Time parameters
43+
// ---------------------------------------------------------------
44+
// 12 (update from older mainnet default of 14)
45+
SECONDS_PER_ETH1_BLOCK: 12,
46+
4247
// Deposit contract
4348
// ---------------------------------------------------------------
4449
DEPOSIT_CHAIN_ID: 560048,

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.28.0",
3+
"version": "1.28.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.28.0",
40-
"@lodestar/utils": "^1.28.0",
39+
"@lodestar/config": "^1.28.1",
40+
"@lodestar/utils": "^1.28.1",
4141
"classic-level": "^1.4.1",
4242
"it-all": "^3.0.4"
4343
},
4444
"devDependencies": {
45-
"@lodestar/logger": "^1.28.0"
45+
"@lodestar/logger": "^1.28.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.28.0",
3+
"version": "1.28.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.28.0",
64-
"@lodestar/config": "^1.28.0",
65-
"@lodestar/params": "^1.28.0",
66-
"@lodestar/state-transition": "^1.28.0",
67-
"@lodestar/types": "^1.28.0",
68-
"@lodestar/utils": "^1.28.0",
63+
"@lodestar/api": "^1.28.1",
64+
"@lodestar/config": "^1.28.1",
65+
"@lodestar/params": "^1.28.1",
66+
"@lodestar/state-transition": "^1.28.1",
67+
"@lodestar/types": "^1.28.1",
68+
"@lodestar/utils": "^1.28.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.28.0",
14+
"version": "1.28.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.28.0",
41-
"@lodestar/params": "^1.28.0",
42-
"@lodestar/state-transition": "^1.28.0",
43-
"@lodestar/types": "^1.28.0",
44-
"@lodestar/utils": "^1.28.0"
40+
"@lodestar/config": "^1.28.1",
41+
"@lodestar/params": "^1.28.1",
42+
"@lodestar/state-transition": "^1.28.1",
43+
"@lodestar/types": "^1.28.1",
44+
"@lodestar/utils": "^1.28.1"
4545
},
4646
"keywords": [
4747
"ethereum",

packages/light-client/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.28.0",
14+
"version": "1.28.1",
1515
"type": "module",
1616
"exports": {
1717
".": {
@@ -74,11 +74,11 @@
7474
"@chainsafe/blst": "^0.2.0",
7575
"@chainsafe/persistent-merkle-tree": "^1.0.1",
7676
"@chainsafe/ssz": "^1.0.2",
77-
"@lodestar/api": "^1.28.0",
78-
"@lodestar/config": "^1.28.0",
79-
"@lodestar/params": "^1.28.0",
80-
"@lodestar/types": "^1.28.0",
81-
"@lodestar/utils": "^1.28.0",
77+
"@lodestar/api": "^1.28.1",
78+
"@lodestar/config": "^1.28.1",
79+
"@lodestar/params": "^1.28.1",
80+
"@lodestar/types": "^1.28.1",
81+
"@lodestar/utils": "^1.28.1",
8282
"mitt": "^3.0.0"
8383
},
8484
"devDependencies": {

0 commit comments

Comments
 (0)