Skip to content

Commit d0630be

Browse files
chore(main): release 6.2.0
1 parent 69d7125 commit d0630be

3 files changed

Lines changed: 35 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: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Changelog
22

3+
## [6.2.0](https://github.com/ethpandaops/ethereum-package/compare/6.1.0...6.2.0) (2026-05-12)
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 grafloki ([#1328](https://github.com/ethpandaops/ethereum-package/issues/1328)) ([3b8b912](https://github.com/ethpandaops/ethereum-package/commit/3b8b912ab27ca00123717308eaa63d50b487dd64))
10+
* 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))
11+
* Add syncmode option to ethrex_launcher ([#1374](https://github.com/ethpandaops/ethereum-package/issues/1374)) ([8fe091e](https://github.com/ethpandaops/ethereum-package/commit/8fe091e3bfe225dc2f4792c65cede953e110ce3a))
12+
* 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))
13+
* **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))
14+
* 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))
15+
* **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))
16+
* support gpu ere prover in zkboost ([#1353](https://github.com/ethpandaops/ethereum-package/issues/1353)) ([835dd9b](https://github.com/ethpandaops/ethereum-package/commit/835dd9b69913af76920768c019a6ad988bf1b42a))
17+
* 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))
18+
* 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))
19+
* zkboost prom ([#1345](https://github.com/ethpandaops/ethereum-package/issues/1345)) ([6efe92e](https://github.com/ethpandaops/ethereum-package/commit/6efe92e5ccb5706753cffea40c5054f0cf87219a))
20+
21+
22+
### Bug Fixes
23+
24+
* 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))
25+
* 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))
26+
* disable blob tx by default temp ([#1373](https://github.com/ethpandaops/ethereum-package/issues/1373)) ([a046489](https://github.com/ethpandaops/ethereum-package/commit/a046489b94f38f81ca029e1ff82d5067da3dd9d4))
27+
* 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))
28+
* 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))
29+
* re-enable blob spamming ([#1380](https://github.com/ethpandaops/ethereum-package/issues/1380)) ([3400c65](https://github.com/ethpandaops/ethereum-package/commit/3400c655a19e9ba3bea5e288d594f48faae81a05))
30+
* 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))
31+
* 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))
32+
* 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))
33+
* **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))
34+
* 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))
35+
336
## [6.1.0](https://github.com/ethpandaops/ethereum-package/compare/6.0.0...6.1.0) (2026-04-01)
437

538

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)