Skip to content

Commit 191f2f0

Browse files
authored
chore: v1.25.0 release (#7351)
2 parents ca315d4 + e30fd40 commit 191f2f0

File tree

70 files changed

+547
-404
lines changed

Some content is hidden

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

70 files changed

+547
-404
lines changed

.github/workflows/test-sim-merge.yml

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -26,31 +26,10 @@ jobs:
2626
name: Sim merge tests
2727
runs-on: buildjet-4vcpu-ubuntu-2204
2828
steps:
29-
# <common-build> - Uses YAML anchors in the future
3029
- uses: actions/checkout@v4
31-
- uses: actions/setup-node@v4
30+
- uses: "./.github/actions/setup-and-build"
3231
with:
33-
node-version: 22
34-
check-latest: true
35-
cache: yarn
36-
- name: Node.js version
37-
id: node
38-
run: echo "v8CppApiVersion=$(node --print "process.versions.modules")" >> $GITHUB_OUTPUT
39-
- name: Restore dependencies
40-
uses: actions/cache@master
41-
id: cache-deps
42-
with:
43-
path: |
44-
node_modules
45-
packages/*/node_modules
46-
key: ${{ runner.os }}-${{ steps.node.outputs.v8CppApiVersion }}-${{ hashFiles('**/yarn.lock', '**/package.json') }}
47-
- name: Install & build
48-
if: steps.cache-deps.outputs.cache-hit != 'true'
49-
run: yarn install --frozen-lockfile && yarn build
50-
- name: Build
51-
run: yarn build
52-
if: steps.cache-deps.outputs.cache-hit == 'true'
53-
# </common-build>
32+
node: 22
5433

5534
- name: Pull Geth
5635
run: docker pull $GETH_IMAGE

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@ jobs:
176176
with:
177177
node: ${{ matrix.node }}
178178
- name: Install Chrome browser
179-
run: npx @puppeteer/browsers install chromedriver@latest --path /tmp
179+
run: npx @puppeteer/browsers install chromedriver@stable --path /tmp
180180
- name: Install Firefox browser
181-
run: npx @puppeteer/browsers install firefox@latest --path /tmp
181+
run: npx @puppeteer/browsers install firefox@stable --path /tmp
182182
- name: Browser tests
183183
run: |
184184
export DISPLAY=':99.0'

dashboards/lodestar_summary.json

Lines changed: 59 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
"mode": "palette-classic"
105105
},
106106
"custom": {
107+
"axisBorderShow": false,
107108
"axisCenteredZero": false,
108109
"axisColorMode": "text",
109110
"axisLabel": "",
@@ -351,10 +352,12 @@
351352
"fields": "",
352353
"values": false
353354
},
355+
"showPercentChange": false,
354356
"text": {},
355-
"textMode": "auto"
357+
"textMode": "auto",
358+
"wideLayout": true
356359
},
357-
"pluginVersion": "10.1.1",
360+
"pluginVersion": "10.4.1",
358361
"targets": [
359362
{
360363
"datasource": {
@@ -368,7 +371,6 @@
368371
}
369372
],
370373
"title": "Peer Count",
371-
"transformations": [],
372374
"type": "stat"
373375
},
374376
{
@@ -401,10 +403,12 @@
401403
"fields": "",
402404
"values": false
403405
},
406+
"showPercentChange": false,
404407
"text": {},
405-
"textMode": "auto"
408+
"textMode": "auto",
409+
"wideLayout": true
406410
},
407-
"pluginVersion": "10.1.1",
411+
"pluginVersion": "10.4.1",
408412
"targets": [
409413
{
410414
"datasource": {
@@ -450,10 +454,12 @@
450454
"fields": "",
451455
"values": false
452456
},
457+
"showPercentChange": false,
453458
"text": {},
454-
"textMode": "auto"
459+
"textMode": "auto",
460+
"wideLayout": true
455461
},
456-
"pluginVersion": "10.1.1",
462+
"pluginVersion": "10.4.1",
457463
"targets": [
458464
{
459465
"datasource": {
@@ -499,10 +505,12 @@
499505
"fields": "",
500506
"values": false
501507
},
508+
"showPercentChange": false,
502509
"text": {},
503-
"textMode": "auto"
510+
"textMode": "auto",
511+
"wideLayout": true
504512
},
505-
"pluginVersion": "10.1.1",
513+
"pluginVersion": "10.4.1",
506514
"targets": [
507515
{
508516
"datasource": {
@@ -552,10 +560,12 @@
552560
"fields": "",
553561
"values": false
554562
},
563+
"showPercentChange": false,
555564
"text": {},
556-
"textMode": "value"
565+
"textMode": "value",
566+
"wideLayout": true
557567
},
558-
"pluginVersion": "10.1.1",
568+
"pluginVersion": "10.4.1",
559569
"targets": [
560570
{
561571
"datasource": {
@@ -603,10 +613,12 @@
603613
"fields": "",
604614
"values": false
605615
},
616+
"showPercentChange": false,
606617
"text": {},
607-
"textMode": "value"
618+
"textMode": "value",
619+
"wideLayout": true
608620
},
609-
"pluginVersion": "10.1.1",
621+
"pluginVersion": "10.4.1",
610622
"targets": [
611623
{
612624
"datasource": {
@@ -654,10 +666,12 @@
654666
"fields": "",
655667
"values": false
656668
},
669+
"showPercentChange": false,
657670
"text": {},
658-
"textMode": "auto"
671+
"textMode": "auto",
672+
"wideLayout": true
659673
},
660-
"pluginVersion": "10.1.1",
674+
"pluginVersion": "10.4.1",
661675
"targets": [
662676
{
663677
"datasource": {
@@ -724,10 +738,12 @@
724738
"fields": "",
725739
"values": false
726740
},
741+
"showPercentChange": false,
727742
"text": {},
728-
"textMode": "value"
743+
"textMode": "value",
744+
"wideLayout": true
729745
},
730-
"pluginVersion": "10.1.1",
746+
"pluginVersion": "10.4.1",
731747
"targets": [
732748
{
733749
"datasource": {
@@ -776,10 +792,12 @@
776792
"fields": "",
777793
"values": false
778794
},
795+
"showPercentChange": false,
779796
"text": {},
780-
"textMode": "name"
797+
"textMode": "name",
798+
"wideLayout": true
781799
},
782-
"pluginVersion": "10.1.1",
800+
"pluginVersion": "10.4.1",
783801
"targets": [
784802
{
785803
"datasource": {
@@ -832,10 +850,12 @@
832850
"fields": "",
833851
"values": false
834852
},
853+
"showPercentChange": false,
835854
"text": {},
836-
"textMode": "name"
855+
"textMode": "name",
856+
"wideLayout": true
837857
},
838-
"pluginVersion": "10.1.1",
858+
"pluginVersion": "10.4.1",
839859
"targets": [
840860
{
841861
"datasource": {
@@ -852,7 +872,6 @@
852872
}
853873
],
854874
"title": "Lodestar version",
855-
"transformations": [],
856875
"type": "stat"
857876
},
858877
{
@@ -888,10 +907,12 @@
888907
"fields": "",
889908
"values": false
890909
},
910+
"showPercentChange": false,
891911
"text": {},
892-
"textMode": "name"
912+
"textMode": "name",
913+
"wideLayout": true
893914
},
894-
"pluginVersion": "10.1.1",
915+
"pluginVersion": "10.4.1",
895916
"targets": [
896917
{
897918
"datasource": {
@@ -920,6 +941,7 @@
920941
"mode": "palette-classic"
921942
},
922943
"custom": {
944+
"axisBorderShow": false,
923945
"axisCenteredZero": false,
924946
"axisColorMode": "text",
925947
"axisLabel": "",
@@ -1014,6 +1036,7 @@
10141036
"mode": "palette-classic"
10151037
},
10161038
"custom": {
1039+
"axisBorderShow": false,
10171040
"axisCenteredZero": false,
10181041
"axisColorMode": "text",
10191042
"axisLabel": "",
@@ -1057,7 +1080,6 @@
10571080
"y": 9
10581081
},
10591082
"id": 196,
1060-
"links": [],
10611083
"options": {
10621084
"graph": {},
10631085
"legend": {
@@ -1123,6 +1145,7 @@
11231145
"mode": "palette-classic"
11241146
},
11251147
"custom": {
1148+
"axisBorderShow": false,
11261149
"axisCenteredZero": false,
11271150
"axisColorMode": "text",
11281151
"axisLabel": "",
@@ -1218,6 +1241,7 @@
12181241
"mode": "palette-classic"
12191242
},
12201243
"custom": {
1244+
"axisBorderShow": false,
12211245
"axisCenteredZero": false,
12221246
"axisColorMode": "text",
12231247
"axisLabel": "GWei",
@@ -1324,9 +1348,11 @@
13241348
"fields": "",
13251349
"values": false
13261350
},
1327-
"textMode": "value_and_name"
1351+
"showPercentChange": false,
1352+
"textMode": "value_and_name",
1353+
"wideLayout": true
13281354
},
1329-
"pluginVersion": "10.1.1",
1355+
"pluginVersion": "10.4.1",
13301356
"targets": [
13311357
{
13321358
"datasource": {
@@ -1355,6 +1381,7 @@
13551381
"mode": "palette-classic"
13561382
},
13571383
"custom": {
1384+
"axisBorderShow": false,
13581385
"axisCenteredZero": false,
13591386
"axisColorMode": "text",
13601387
"axisLabel": "",
@@ -1509,6 +1536,7 @@
15091536
"mode": "palette-classic"
15101537
},
15111538
"custom": {
1539+
"axisBorderShow": false,
15121540
"axisCenteredZero": false,
15131541
"axisColorMode": "text",
15141542
"axisLabel": "",
@@ -1570,7 +1598,7 @@
15701598
"uid": "${DS_PROMETHEUS}"
15711599
},
15721600
"editorMode": "code",
1573-
"expr": "rate(lodestar_gossip_block_elapsed_time_till_processed_count[$rate_interval])\n- on(instance)\nrate(lodestar_gossip_block_elapsed_time_till_processed_bucket{le=\"4\"}[$rate_interval])",
1601+
"expr": "rate(lodestar_gossip_block_elapsed_time_till_processed_count[$rate_interval])\n- on(instance)\nrate(lodestar_gossip_block_elapsed_time_till_processed_bucket{le=\"4.0\"}[$rate_interval])",
15741602
"legendFormat": "__auto",
15751603
"range": true,
15761604
"refId": "A"
@@ -1590,6 +1618,7 @@
15901618
"mode": "palette-classic"
15911619
},
15921620
"custom": {
1621+
"axisBorderShow": false,
15931622
"axisCenteredZero": false,
15941623
"axisColorMode": "text",
15951624
"axisLabel": "",
@@ -1670,6 +1699,7 @@
16701699
"mode": "palette-classic"
16711700
},
16721701
"custom": {
1702+
"axisBorderShow": false,
16731703
"axisCenteredZero": false,
16741704
"axisColorMode": "text",
16751705
"axisLabel": "",
@@ -2818,8 +2848,7 @@
28182848
],
28192849
"refresh": "10s",
28202850
"revision": 1,
2821-
"schemaVersion": 38,
2822-
"style": "dark",
2851+
"schemaVersion": 39,
28232852
"tags": [
28242853
"lodestar"
28252854
],

docs/pages/run/validator-management/proposer-config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ proposer_config:
1515
strict_fee_recipient_check: false
1616
fee_recipient: "0xaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
1717
builder:
18-
gas_limit: "30000000"
18+
gas_limit: "36000000"
1919
selection: "executionalways"
2020
boost_factor: "0"
2121
"0xa4855c83d868f772a579133d9f23818008417b743e8447e235d8eb78b1d8f8a9f63f98c551beb7de254400f89592314d":
@@ -29,7 +29,7 @@ default_config:
2929
strict_fee_recipient_check: true
3030
fee_recipient: "0xcccccccccccccccccccccccccccccccccccccccc"
3131
builder:
32-
gas_limit: "30000000"
32+
gas_limit: "36000000"
3333
selection: "default"
3434
boost_factor: "90"
3535
```

docs/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5407,9 +5407,9 @@ http-parser-js@>=0.5.1:
54075407
integrity sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==
54085408

54095409
http-proxy-middleware@^2.0.3:
5410-
version "2.0.6"
5411-
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz#e1a4dd6979572c7ab5a4e4b55095d1f32a74963f"
5412-
integrity sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==
5410+
version "2.0.7"
5411+
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.7.tgz#915f236d92ae98ef48278a95dedf17e991936ec6"
5412+
integrity sha512-fgVY8AV7qU7z/MmXJ/rxwbrtQH4jBQ9m7kp3llF0liB7glmFeVZFBepQb32T3y8n8k2+AEYuMPCpinYW+/CuRA==
54135413
dependencies:
54145414
"@types/http-proxy" "^1.17.8"
54155415
http-proxy "^1.18.1"
@@ -7089,9 +7089,9 @@ multicast-dns@^7.2.5:
70897089
thunky "^1.0.2"
70907090

70917091
nanoid@^3.3.7:
7092-
version "3.3.7"
7093-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
7094-
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
7092+
version "3.3.8"
7093+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf"
7094+
integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==
70957095

70967096
70977097
version "0.6.3"

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.24.0",
7+
"version": "1.25.0",
88
"stream": true,
99
"command": {
1010
"version": {

0 commit comments

Comments
 (0)