- 29 Jul, 2024 1 commit
-
-
Nico Flaig authored
I noticed it is not possible to run mixed vc<>bn clients if builder / mev is enabled as it applies extra flags from other clients in `vc_extra_params` as the params are applied based on `cl_type` but it should be done based on `vc_type`. I tested this using the [following config](https://gist.github.com/nflaig/949c8b5101127961023d89de9c206b04) with both `mev_type: mock` and `mev_type: flashbots`.
-
- 16 Jul, 2024 1 commit
-
-
Barnabas Busa authored
-
- 15 Jul, 2024 4 commits
-
-
Barnabas Busa authored
Signed-off-by:
Barnabas Busa <busa.barnabas@gmail.com>
-
Barnabas Busa authored
Signed-off-by:
Barnabas Busa <busa.barnabas@gmail.com>
-
Barnabas Busa authored
Signed-off-by:
Barnabas Busa <busa.barnabas@gmail.com>
-
Barnabas Busa authored
-
- 13 Jul, 2024 1 commit
-
-
pk910 authored
allow setting vc_* properties in participants_matrix.cl: ``` participants_matrix: el: - el_type: nethermind el_image: nethermindeth/nethermind:pectra - el_type: geth el_image: ethpandaops/geth:lightclient-prague-devnet-1 cl: - cl_type: teku cl_image: ethpandaops/teku:master - cl_type: nimbus cl_image: ethpandaops/nimbus-eth2:unstable - cl_type: lodestar cl_image: ethpandaops/lodestar:electra-fork vc_max_mem: 1024 - cl_type: grandine cl_image: ethpandaops/grandine:electra ``` in the example above, lodestar vc needs more than 500M memory for key import, so I'd like to override the vc_max_mem accordingly. This is theoretically allowed by the logic, but the new sanity check prevents it.
-
- 09 Jul, 2024 1 commit
-
-
Barnabas Busa authored
-
- 04 Jul, 2024 2 commits
-
-
Barnabas Busa authored
-
Barnabas Busa authored
Nimbus BN is working with Lodestar VC and Prysm vc as of `ethpandaops/nimbus-eth2:unstable-85c2850`
-
- 03 Jul, 2024 3 commits
-
-
EthPandaOpsBot authored
🤖 I have created a release *beep* *boop* --- ## [4.1.0](https://github.com/ethpandaops/ethereum-package/compare/4.0.0...4.1.0) (2024-07-03) ### Features * add back k8s tests ([#699](https://github.com/ethpandaops/ethereum-package/issues/699)) ([d621cf0a](https://github.com/ethpandaops/ethereum-package/commit/d621cf0a4936c40778e492bb307fef990477aa52)) * add checkpoint_enabled and checkpoint_url flags ([#689](https://github.com/ethpandaops/ethereum-package/issues/689)) ([b8cd2b45](https://github.com/ethpandaops/ethereum-package/commit/b8cd2b4574d4f8defa343532a7725b9ae3be692b)) * add eof support ([#682](https://github.com/ethpandaops/ethereum-package/issues/682)) ([cb203ff1](https://github.com/ethpandaops/ethereum-package/commit/cb203ff1e9929529570f4dc59b7b3cb6022ff670)) * add mev relays to dora config ([#679](https://github.com/ethpandaops/ethereum-package/issues/679)) ([293001a1](https://github.com/ethpandaops/ethereum-package/commit/293001a1e116e7e727d19ed42ba3e7113171f561)) * Add static ports ([#677](https://github.com/ethpandaops/ethereum-package/issues/677)) ([4f054d05](https://github.com/ethpandaops/ethereum-package/commit/4f054d0566c1a8a8f90a5436d022cd5fe36d7c3c)) * add ws_url to el_context ([#696](https://github.com/ethpandaops/ethereum-package/issues/696)) ([26fea619](https://github.com/ethpandaops/ethereum-package/commit/26fea619789253f73c1f53eb9478347bb908387a)) * introduce devnet_repo override ([#686](https://github.com/ethpandaops/ethereum-package/issues/686)) ([99523611](https://github.com/ethpandaops/ethereum-package/commit/99523611622dbbefc2a523e6b011e63487b1cbf7)) * use CDN URL for data snapshots used for shadow forks ([#676](https://github.com/ethpandaops/ethereum-package/issues/676)) ([91dc68c9](https://github.com/ethpandaops/ethereum-package/commit/91dc68c9e709729e2a8c2fa59f48d8901eb49bb5)) ### Bug Fixes * besu bonsai log disable ([#673](https://github.com/ethpandaops/ethereum-package/issues/673)) ([955f19f8](https://github.com/ethpandaops/ethereum-package/commit/955f19f8a79eda7d3d645c0c3d3a822705f10a7d)) * blockscout bad return ([#685](https://github.com/ethpandaops/ethereum-package/issues/685)) ([e80870b3](https://github.com/ethpandaops/ethereum-package/commit/e80870b3f955d5e350e3b14ab8ea2e49fa8d2f48)) * bump peerdas images ([#678](https://github.com/ethpandaops/ethereum-package/issues/678)) ([1acc201c](https://github.com/ethpandaops/ethereum-package/commit/1acc201cbb7314c593963e042796e4d93ceaf960)) * DNS-1035 label ([#697](https://github.com/ethpandaops/ethereum-package/issues/697)) ([440fb319](https://github.com/ethpandaops/ethereum-package/commit/440fb319084fc8ea16f961410162d35290deeb22)) * ephemery genesis loader ([#700](https://github.com/ethpandaops/ethereum-package/issues/700)) ([02350636](https://github.com/ethpandaops/ethereum-package/commit/023506362d489124d88f1d2b15408f08fbdd173e)) * ignore bootnodes if in shadowfork ([#660](https://github.com/ethpandaops/ethereum-package/issues/660)) ([cda5ddac](https://github.com/ethpandaops/ethereum-package/commit/cda5ddac51e4ce2228f2a4da1d242b2fcb7eeccd)) * minimal eof ([#687](https://github.com/ethpandaops/ethereum-package/issues/687)) ([26a76187](https://github.com/ethpandaops/ethereum-package/commit/26a76187cd65114640764cc4eefc4a6c7517b57a)) * release please manifest ([#675](https://github.com/ethpandaops/ethereum-package/issues/675)) ([75ed7e18](https://github.com/ethpandaops/ethereum-package/commit/75ed7e18309d1d3884e222abcd097366649288cc)) * remove docker login ([#701](https://github.com/ethpandaops/ethereum-package/issues/701)) ([ede59626](https://github.com/ethpandaops/ethereum-package/commit/ede596266d2a0fe8af0e1bf21c6a09e4685b67a5)) * return empty services ([#688](https://github.com/ethpandaops/ethereum-package/issues/688)) ([6571a70b](https://github.com/ethpandaops/ethereum-package/commit/6571a70bccb310957d531daea6685f641469b546)) * return the correct network_id ([#705](https://github.com/ethpandaops/ethereum-package/issues/705)) ([7c592f67](https://github.com/ethpandaops/ethereum-package/commit/7c592f6741718c20bdce4bd3bd6035b3ce37f38d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). -
Barnabas Busa authored
-
Tobias Wohland authored
## Summary This PR adds the possibility to define static ports for most of the components included in the ethereum-package for kurtosis. Furthermore, some parts of the code, which are relevant for this PR, will be refactored. ## Tasks - [x] Add new settings to network_params - [x] Update input_parser - [x] Update shared_utils - [x] Add static ports to el clients - [x] Add static ports to cl clients - [x] Add static ports to vc clients - [x] Add static ports to additional services - [x] Update documentation --------- Co-authored-by:
Barnabas Busa <busa.barnabas@gmail.com>
-
- 02 Jul, 2024 1 commit
-
-
Barnabas Busa authored
-
- 30 Jun, 2024 2 commits
-
-
Barnabas Busa authored
-
pk910 authored
update ephemery genesis loader to use latest `network-config.tar.gz` from ephemery genesis repository
-
- 28 Jun, 2024 2 commits
-
-
Barnabas Busa authored
-
Barnabas Busa authored
-
- 27 Jun, 2024 2 commits
-
-
Barnabas Busa authored
-
Barnabas Busa authored
-
- 26 Jun, 2024 2 commits
-
-
Barnabas Busa authored
Signed-off-by:
Barnabas Busa <busa.barnabas@gmail.com> Signed-off-by:
Barnabas Busa <barnabas.busa@ethereum.org> Signed-off-by:
Parithosh Jayanthi <parithosh@indenwolken.xyz> Co-authored-by:
parithosh <parithosh.jayanthi@ethereum.org>
-
Barnabas Busa authored
Signed-off-by:
Barnabas Busa <busa.barnabas@gmail.com> Signed-off-by:
Barnabas Busa <barnabas.busa@ethereum.org> Signed-off-by:
Parithosh Jayanthi <parithosh@indenwolken.xyz> Co-authored-by:
parithosh <parithosh.jayanthi@ethereum.org>
-
- 25 Jun, 2024 2 commits
-
-
Barnabas Busa authored
-
Barnabas Busa authored
-
- 24 Jun, 2024 1 commit
-
-
Barnabas Busa authored
-
- 20 Jun, 2024 7 commits
-
-
Barnabas Busa authored
-
Barnabas Busa authored
-
Barnabas Busa authored
-
Barnabas Busa authored
-
pk910 authored
-
Barnabas Busa authored
-
Barnabas Busa authored
-
- 14 Jun, 2024 2 commits
-
-
Rafael Matias authored
The CDN should be faster then pointing it directly to the bucket.
-
Barnabas Busa authored
Signed-off-by:
Barnabas Busa <busa.barnabas@gmail.com>
-
- 13 Jun, 2024 6 commits
-
-
github-actions[bot] authored
🤖 I have created a release *beep* *boop* --- ## [4.0.0](https://github.com/ethpandaops/ethereum-package/compare/3.1.0...v4.0.0) (2024-06-13) ###⚠ BREAKING CHANGES * migrate from kurtosis-tech to ethpandaops repository ([#663](https://github.com/ethpandaops/ethereum-package/issues/663)) ### Features * add names to run-sh ([#666](https://github.com/ethpandaops/ethereum-package/issues/666)) ([6b447b72](https://github.com/ethpandaops/ethereum-package/commit/6b447b7254ce1e9d7a2383eb1a0b9435bbabf237)) * Adding arbitrary contract definition ([#646](https://github.com/ethpandaops/ethereum-package/issues/646)) ([cb58b659](https://github.com/ethpandaops/ethereum-package/commit/cb58b65911828b333c2aabf9052e30d79a8a55aa)) * migrate from kurtosis-tech to ethpandaops repository ([#663](https://github.com/ethpandaops/ethereum-package/issues/663)) ([d980feed](https://github.com/ethpandaops/ethereum-package/commit/d980feedac0fbe6a18a6b699f62d3f3275657b16)) * update Lodestar BN <> VC compatibility ([#664](https://github.com/ethpandaops/ethereum-package/issues/664)) ([7f365da6](https://github.com/ethpandaops/ethereum-package/commit/7f365da6607bd863b12170ed475b77f4fafcc146)) ### Bug Fixes * permissions on autorelease ([#671](https://github.com/ethpandaops/ethereum-package/issues/671)) ([fcaa2c23](https://github.com/ethpandaops/ethereum-package/commit/fcaa2c23301c0f7012301fe019a75b0fa369961b)) * update release please ([#670](https://github.com/ethpandaops/ethereum-package/issues/670)) ([fa536729](https://github.com/ethpandaops/ethereum-package/commit/fa536729886fa911ce4778b6d4097e2fb69a6c06)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by:github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-
Barnabas Busa authored
-
Gyanendra Mishra authored
Signed-off-by:
Gyanendra Mishra <anomaly.the@gmail.com>
-
Barnabas Busa authored
-
Barnabas Busa authored
-
Gyanendra Mishra authored
-