Skip to content

Commit e929f47

Browse files
chore(main): release 6.2.0
1 parent cb83373 commit e929f47

3 files changed

Lines changed: 44 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.1.0"
2+
".": "6.2.0"
33
}

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,47 @@
11
# Changelog
22

3+
## [6.2.0](https://github.com/ethpandaops/ethereum-package/compare/6.1.0...6.2.0) (2026-05-18)
4+
5+
6+
### Features
7+
8+
* add confirmation_byzantine_threshold, bump genesis-generator to 5.3.6, tempo in zkvm tests ([#1359](https://github.com/ethpandaops/ethereum-package/issues/1359)) ([7a3c999](https://github.com/ethpandaops/ethereum-package/commit/7a3c9991f081803182bb8aecbfb000f2c7b8f14d))
9+
* add disruptoor support ([#1398](https://github.com/ethpandaops/ethereum-package/issues/1398)) ([76fea83](https://github.com/ethpandaops/ethereum-package/commit/76fea835fa18046fdaa7ca4a21184d19220d0626))
10+
* add FOCIL dashboard ([#986](https://github.com/ethpandaops/ethereum-package/issues/986)) ([67fd55e](https://github.com/ethpandaops/ethereum-package/commit/67fd55e05f6b25af42d43312fe62134db1c49362))
11+
* add grafloki ([#1328](https://github.com/ethpandaops/ethereum-package/issues/1328)) ([3b8b912](https://github.com/ethpandaops/ethereum-package/commit/3b8b912ab27ca00123717308eaa63d50b487dd64))
12+
* add native ePBS builder support via network_params ([#1348](https://github.com/ethpandaops/ethereum-package/issues/1348)) ([8ef4f0f](https://github.com/ethpandaops/ethereum-package/commit/8ef4f0fc3328d3c29a5e1ffd5ecee906ef37517a))
13+
* Add syncmode option to ethrex_launcher ([#1374](https://github.com/ethpandaops/ethereum-package/issues/1374)) ([8fe091e](https://github.com/ethpandaops/ethereum-package/commit/8fe091e3bfe225dc2f4792c65cede953e110ce3a))
14+
* bump default genesis gas limit from 60M to 200M ([#1391](https://github.com/ethpandaops/ethereum-package/issues/1391)) ([309c67b](https://github.com/ethpandaops/ethereum-package/commit/309c67b50939ad5c8578a270a3a1d1d3848a61a5))
15+
* cross-enclave sync via `kt-<host>:<port>` network ([#1378](https://github.com/ethpandaops/ethereum-package/issues/1378)) ([87b5084](https://github.com/ethpandaops/ethereum-package/commit/87b50842fa66e40d88dc2892b9438ea8aecebda0))
16+
* derive and inject builder BLS key into buildoor ([#1349](https://github.com/ethpandaops/ethereum-package/issues/1349)) ([b7ca0aa](https://github.com/ethpandaops/ethereum-package/commit/b7ca0aa4131ec8f6fc2d5f26430100c2a1b0f307))
17+
* **ethrex:** set default --http.api namespaces ([#1392](https://github.com/ethpandaops/ethereum-package/issues/1392)) ([cb83373](https://github.com/ethpandaops/ethereum-package/commit/cb83373b6c7a943f813fd7369faaab16438864b0))
18+
* **mev:** add commit_boost_config param for custom CB config templates ([#1355](https://github.com/ethpandaops/ethereum-package/issues/1355)) ([efaf138](https://github.com/ethpandaops/ethereum-package/commit/efaf138eba93c3ef4f2a801086550b90df6d3810))
19+
* replace dummy EL with el_type: None ([#1358](https://github.com/ethpandaops/ethereum-package/issues/1358)) ([69d7125](https://github.com/ethpandaops/ethereum-package/commit/69d7125607b3b17dee0134acee295afe24d433e3))
20+
* **spamoor:** expose full participant name as a client_group ([#1389](https://github.com/ethpandaops/ethereum-package/issues/1389)) ([71b02f6](https://github.com/ethpandaops/ethereum-package/commit/71b02f6e4a57ad19629c729cb2989e7f868866d2))
21+
* support gpu ere prover in zkboost ([#1353](https://github.com/ethpandaops/ethereum-package/issues/1353)) ([835dd9b](https://github.com/ethpandaops/ethereum-package/commit/835dd9b69913af76920768c019a6ad988bf1b42a))
22+
* sync CL config with consensus-specs v1.7.0-alpha.8 ([#1397](https://github.com/ethpandaops/ethereum-package/issues/1397)) ([1a4049d](https://github.com/ethpandaops/ethereum-package/commit/1a4049d6252d464240682946517395dfbd097121))
23+
* update `zkboost` to `v0.5.0` config and image ([#1354](https://github.com/ethpandaops/ethereum-package/issues/1354)) ([e07503d](https://github.com/ethpandaops/ethereum-package/commit/e07503d16b292a4a0d0dde267b461c22eb394852))
24+
* update `zkboost` usage to `v0.6.0` ([#1368](https://github.com/ethpandaops/ethereum-package/issues/1368)) ([c0aaa60](https://github.com/ethpandaops/ethereum-package/commit/c0aaa60fd761cb3198e5215cd03004acab8cdf7a))
25+
* verifier mode support with validation ([#1396](https://github.com/ethpandaops/ethereum-package/issues/1396)) ([55c8875](https://github.com/ethpandaops/ethereum-package/commit/55c8875d2ee7f5b395d7829ab35d9b2336bf5dab))
26+
* zkboost prom ([#1345](https://github.com/ethpandaops/ethereum-package/issues/1345)) ([6efe92e](https://github.com/ethpandaops/ethereum-package/commit/6efe92e5ccb5706753cffea40c5054f0cf87219a))
27+
* **zkboost:** set default proof_timeout_secs to seconds_per_slot ([#1394](https://github.com/ethpandaops/ethereum-package/issues/1394)) ([85b6725](https://github.com/ethpandaops/ethereum-package/commit/85b67257da406a69ede3931f17ab8b32c451e6e8))
28+
29+
30+
### Bug Fixes
31+
32+
* add --rpc.eth-proof-window flag to reth ([#1390](https://github.com/ethpandaops/ethereum-package/issues/1390)) ([3f9aa2f](https://github.com/ethpandaops/ethereum-package/commit/3f9aa2f040ffa22e20a4047f904ab0c63621088b))
33+
* Add p2p colocation whitelist option to launcher ([#1387](https://github.com/ethpandaops/ethereum-package/issues/1387)) ([252f0ee](https://github.com/ethpandaops/ethereum-package/commit/252f0eef16924ef12a226ebd17f2ca34e052d6e1))
34+
* Add temporary fix to cmd for spamoor - temp fix ([#1371](https://github.com/ethpandaops/ethereum-package/issues/1371)) ([7b41814](https://github.com/ethpandaops/ethereum-package/commit/7b41814b10e3260b1f162a3d0c4ed8b250ccab3d))
35+
* disable blob tx by default temp ([#1373](https://github.com/ethpandaops/ethereum-package/issues/1373)) ([a046489](https://github.com/ethpandaops/ethereum-package/commit/a046489b94f38f81ca029e1ff82d5067da3dd9d4))
36+
* drop gloas-support and heze-support image overrides ([#1357](https://github.com/ethpandaops/ethereum-package/issues/1357)) ([c2f6028](https://github.com/ethpandaops/ethereum-package/commit/c2f602863236967327cc0e416fcba7b2763cd0c6))
37+
* pin tempo image to 2.10.4 ([#1362](https://github.com/ethpandaops/ethereum-package/issues/1362)) ([bc233e7](https://github.com/ethpandaops/ethereum-package/commit/bc233e7548a9013e4f1aa1687125eb761533cb60))
38+
* re-enable blob spamming ([#1380](https://github.com/ethpandaops/ethereum-package/issues/1380)) ([3400c65](https://github.com/ethpandaops/ethereum-package/commit/3400c655a19e9ba3bea5e288d594f48faae81a05))
39+
* remove gitpod references as the service has been deprecated ([#1364](https://github.com/ethpandaops/ethereum-package/issues/1364)) ([51e1ddc](https://github.com/ethpandaops/ethereum-package/commit/51e1ddc1d10624dcadb2fa3027f8d6c7bc1739cf))
40+
* remove temporary batcher fix from command list ([#1377](https://github.com/ethpandaops/ethereum-package/issues/1377)) ([304f1c3](https://github.com/ethpandaops/ethereum-package/commit/304f1c304e341fa3093176762f0f9c3ea572cd17))
41+
* request both(reth-zisk and ethrex-zisk) configured proof types ([#1375](https://github.com/ethpandaops/ethereum-package/issues/1375)) ([4320b6b](https://github.com/ethpandaops/ethereum-package/commit/4320b6b27a7fea715625b94db2f8f5296d29cacf))
42+
* **stability-check:** set maxForkDistance to 3 to tolerate transient head disagreements ([#1360](https://github.com/ethpandaops/ethereum-package/issues/1360)) ([874371c](https://github.com/ethpandaops/ethereum-package/commit/874371c3b5bf4f2c1cf963f646a6b30763ee1867))
43+
* Use beacon service name instead of ip_address to set cl-client url for buildoor ([#1346](https://github.com/ethpandaops/ethereum-package/issues/1346)) ([b2921f9](https://github.com/ethpandaops/ethereum-package/commit/b2921f99bd9cda1f3507195e1505fa3624d37504))
44+
345
## [6.1.0](https://github.com/ethpandaops/ethereum-package/compare/6.0.0...6.1.0) (2026-04-01)
446

547

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.1.0
1+
6.2.0

0 commit comments

Comments
 (0)