Skip to content

Commit 3bf4734

Browse files
authored
chore: merge v1.38.0 stable back to unstable (#8694)
2 parents ebc352f + dbd9478 commit 3bf4734

File tree

20 files changed

+106
-106
lines changed

20 files changed

+106
-106
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages/*"
44
],
55
"npmClient": "yarn",
6-
"version": "1.37.0",
6+
"version": "1.38.0",
77
"stream": true,
88
"command": {
99
"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.37.0",
14+
"version": "1.38.0",
1515
"type": "module",
1616
"exports": {
1717
".": {
@@ -76,10 +76,10 @@
7676
"dependencies": {
7777
"@chainsafe/persistent-merkle-tree": "^1.2.1",
7878
"@chainsafe/ssz": "^1.2.2",
79-
"@lodestar/config": "^1.37.0",
80-
"@lodestar/params": "^1.37.0",
81-
"@lodestar/types": "^1.37.0",
82-
"@lodestar/utils": "^1.37.0",
79+
"@lodestar/config": "^1.38.0",
80+
"@lodestar/params": "^1.38.0",
81+
"@lodestar/types": "^1.38.0",
82+
"@lodestar/utils": "^1.38.0",
8383
"eventsource": "^2.0.2",
8484
"qs": "^6.11.1"
8585
},

packages/beacon-node/package.json

Lines changed: 14 additions & 14 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.37.0",
14+
"version": "1.38.0",
1515
"type": "module",
1616
"exports": {
1717
".": {
@@ -122,6 +122,7 @@
122122
"@chainsafe/persistent-merkle-tree": "^1.2.1",
123123
"@chainsafe/prometheus-gc-stats": "^1.0.0",
124124
"@chainsafe/pubkey-index-map": "^3.0.0",
125+
"@chainsafe/snappy-wasm": "^0.5.0",
125126
"@chainsafe/ssz": "^1.2.2",
126127
"@chainsafe/threads": "^1.11.3",
127128
"@crate-crypto/node-eth-kzg": "0.9.1",
@@ -139,18 +140,18 @@
139140
"@libp2p/peer-id": "^5.1.0",
140141
"@libp2p/prometheus-metrics": "^4.3.15",
141142
"@libp2p/tcp": "^10.1.8",
142-
"@lodestar/api": "^1.37.0",
143-
"@lodestar/config": "^1.37.0",
144-
"@lodestar/db": "^1.37.0",
145-
"@lodestar/fork-choice": "^1.37.0",
146-
"@lodestar/light-client": "^1.37.0",
147-
"@lodestar/logger": "^1.37.0",
148-
"@lodestar/params": "^1.37.0",
149-
"@lodestar/reqresp": "^1.37.0",
150-
"@lodestar/state-transition": "^1.37.0",
151-
"@lodestar/types": "^1.37.0",
152-
"@lodestar/utils": "^1.37.0",
153-
"@lodestar/validator": "^1.37.0",
143+
"@lodestar/api": "^1.38.0",
144+
"@lodestar/config": "^1.38.0",
145+
"@lodestar/db": "^1.38.0",
146+
"@lodestar/fork-choice": "^1.38.0",
147+
"@lodestar/light-client": "^1.38.0",
148+
"@lodestar/logger": "^1.38.0",
149+
"@lodestar/params": "^1.38.0",
150+
"@lodestar/reqresp": "^1.38.0",
151+
"@lodestar/state-transition": "^1.38.0",
152+
"@lodestar/types": "^1.38.0",
153+
"@lodestar/utils": "^1.38.0",
154+
"@lodestar/validator": "^1.38.0",
154155
"@multiformats/multiaddr": "^12.1.3",
155156
"datastore-core": "^10.0.2",
156157
"datastore-fs": "^10.0.6",
@@ -165,7 +166,6 @@
165166
"multiformats": "^11.0.1",
166167
"prom-client": "^15.1.0",
167168
"qs": "^6.11.1",
168-
"@chainsafe/snappy-wasm": "^0.5.0",
169169
"strict-event-emitter-types": "^2.0.0",
170170
"systeminformation": "^5.22.9",
171171
"uint8arraylist": "^2.4.7",

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.37.0",
3+
"version": "1.38.0",
44
"description": "Command line interface for lodestar",
55
"author": "ChainSafe Systems",
66
"license": "Apache-2.0",
@@ -69,17 +69,17 @@
6969
"@libp2p/crypto": "^5.0.15",
7070
"@libp2p/interface": "^2.7.0",
7171
"@libp2p/peer-id": "^5.1.0",
72-
"@lodestar/api": "^1.37.0",
73-
"@lodestar/beacon-node": "^1.37.0",
74-
"@lodestar/config": "^1.37.0",
75-
"@lodestar/db": "^1.37.0",
76-
"@lodestar/light-client": "^1.37.0",
77-
"@lodestar/logger": "^1.37.0",
78-
"@lodestar/params": "^1.37.0",
79-
"@lodestar/state-transition": "^1.37.0",
80-
"@lodestar/types": "^1.37.0",
81-
"@lodestar/utils": "^1.37.0",
82-
"@lodestar/validator": "^1.37.0",
72+
"@lodestar/api": "^1.38.0",
73+
"@lodestar/beacon-node": "^1.38.0",
74+
"@lodestar/config": "^1.38.0",
75+
"@lodestar/db": "^1.38.0",
76+
"@lodestar/light-client": "^1.38.0",
77+
"@lodestar/logger": "^1.38.0",
78+
"@lodestar/params": "^1.38.0",
79+
"@lodestar/state-transition": "^1.38.0",
80+
"@lodestar/types": "^1.38.0",
81+
"@lodestar/utils": "^1.38.0",
82+
"@lodestar/validator": "^1.38.0",
8383
"@multiformats/multiaddr": "^12.1.3",
8484
"deepmerge": "^4.3.1",
8585
"ethers": "^6.7.0",
@@ -94,7 +94,7 @@
9494
"yargs": "^17.7.1"
9595
},
9696
"devDependencies": {
97-
"@lodestar/test-utils": "^1.37.0",
97+
"@lodestar/test-utils": "^1.38.0",
9898
"@types/debug": "^4.1.7",
9999
"@types/inquirer": "^9.0.3",
100100
"@types/proper-lockfile": "^4.1.4",

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.37.0",
3+
"version": "1.38.0",
44
"description": "Chain configuration required for lodestar",
55
"author": "ChainSafe Systems",
66
"license": "Apache-2.0",
@@ -61,8 +61,8 @@
6161
],
6262
"dependencies": {
6363
"@chainsafe/ssz": "^1.2.2",
64-
"@lodestar/params": "^1.37.0",
65-
"@lodestar/types": "^1.37.0",
66-
"@lodestar/utils": "^1.37.0"
64+
"@lodestar/params": "^1.38.0",
65+
"@lodestar/types": "^1.38.0",
66+
"@lodestar/utils": "^1.38.0"
6767
}
6868
}

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.37.0",
3+
"version": "1.38.0",
44
"description": "DB modules of Lodestar",
55
"author": "ChainSafe Systems",
66
"homepage": "https://github.com/ChainSafe/lodestar#readme",
@@ -44,12 +44,12 @@
4444
},
4545
"dependencies": {
4646
"@chainsafe/ssz": "^1.2.2",
47-
"@lodestar/config": "^1.37.0",
48-
"@lodestar/utils": "^1.37.0",
47+
"@lodestar/config": "^1.38.0",
48+
"@lodestar/utils": "^1.38.0",
4949
"classic-level": "^1.4.1",
5050
"it-all": "^3.0.4"
5151
},
5252
"devDependencies": {
53-
"@lodestar/logger": "^1.37.0"
53+
"@lodestar/logger": "^1.38.0"
5454
}
5555
}

packages/era/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.37.0",
14+
"version": "1.38.0",
1515
"type": "module",
1616
"exports": {
1717
".": {
@@ -40,10 +40,10 @@
4040
},
4141
"dependencies": {
4242
"@chainsafe/blst": "^2.2.0",
43-
"@lodestar/config": "^1.37.0",
44-
"@lodestar/params": "^1.37.0",
45-
"@lodestar/reqresp": "^1.37.0",
46-
"@lodestar/types": "^1.37.0",
43+
"@lodestar/config": "^1.38.0",
44+
"@lodestar/params": "^1.38.0",
45+
"@lodestar/reqresp": "^1.38.0",
46+
"@lodestar/types": "^1.38.0",
4747
"uint8arraylist": "^2.4.7"
4848
}
4949
}

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.37.0",
3+
"version": "1.38.0",
44
"description": "Beacon chain debugging tool",
55
"author": "ChainSafe Systems",
66
"license": "Apache-2.0",
@@ -50,12 +50,12 @@
5050
"dependencies": {
5151
"@chainsafe/bls-keygen": "^0.4.0",
5252
"@chainsafe/blst": "^2.2.0",
53-
"@lodestar/api": "^1.37.0",
54-
"@lodestar/config": "^1.37.0",
55-
"@lodestar/params": "^1.37.0",
56-
"@lodestar/state-transition": "^1.37.0",
57-
"@lodestar/types": "^1.37.0",
58-
"@lodestar/utils": "^1.37.0",
53+
"@lodestar/api": "^1.38.0",
54+
"@lodestar/config": "^1.38.0",
55+
"@lodestar/params": "^1.38.0",
56+
"@lodestar/state-transition": "^1.38.0",
57+
"@lodestar/types": "^1.38.0",
58+
"@lodestar/utils": "^1.38.0",
5959
"source-map-support": "^0.5.21",
6060
"yargs": "^17.7.1"
6161
},

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.37.0",
14+
"version": "1.38.0",
1515
"type": "module",
1616
"exports": {
1717
".": {
@@ -40,11 +40,11 @@
4040
},
4141
"dependencies": {
4242
"@chainsafe/ssz": "^1.2.2",
43-
"@lodestar/config": "^1.37.0",
44-
"@lodestar/params": "^1.37.0",
45-
"@lodestar/state-transition": "^1.37.0",
46-
"@lodestar/types": "^1.37.0",
47-
"@lodestar/utils": "^1.37.0"
43+
"@lodestar/config": "^1.38.0",
44+
"@lodestar/params": "^1.38.0",
45+
"@lodestar/state-transition": "^1.38.0",
46+
"@lodestar/types": "^1.38.0",
47+
"@lodestar/utils": "^1.38.0"
4848
},
4949
"keywords": [
5050
"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.37.0",
14+
"version": "1.38.0",
1515
"type": "module",
1616
"exports": {
1717
".": {
@@ -67,11 +67,11 @@
6767
"@chainsafe/blst": "^2.2.0",
6868
"@chainsafe/persistent-merkle-tree": "^1.2.1",
6969
"@chainsafe/ssz": "^1.2.2",
70-
"@lodestar/api": "^1.37.0",
71-
"@lodestar/config": "^1.37.0",
72-
"@lodestar/params": "^1.37.0",
73-
"@lodestar/types": "^1.37.0",
74-
"@lodestar/utils": "^1.37.0",
70+
"@lodestar/api": "^1.38.0",
71+
"@lodestar/config": "^1.38.0",
72+
"@lodestar/params": "^1.38.0",
73+
"@lodestar/types": "^1.38.0",
74+
"@lodestar/utils": "^1.38.0",
7575
"mitt": "^3.0.0"
7676
},
7777
"devDependencies": {

0 commit comments

Comments
 (0)