- 03 Oct, 2024 1 commit
-
-
D authored
Currently the 6.7.2 introduced reth support. Even tho the workaround (below) is still in the code, it fixes some indexing issue. (Specifically something with the transaction receipts decoding). Still active (and if removed, still not working) workaround: ``` "ETHEREUM_JSONRPC_VARIANT": "erigon" if el_client_name == "erigon" or el_client_name == "reth" else el_client_name, ``` Co-authored-by:
Keszey Dániel <keszeyd@MacBook-Pro.local>
-
- 02 Oct, 2024 3 commits
-
-
Samuel Laferriere authored
Think the prometheus_grafana services are off by default, since I had to modify the config this way to get grafana and prometheus to start. Signed-off-by:
Samuel Laferriere <samlaf92@gmail.com>
-
pk910 authored
update built in assertoor tests for compatibility with recent assertoor changes: * add unique id to all tests
-
pk910 authored
this adds the database section to the assertoor config. assertoor falls back to an in memory database if the database section is left out. however, the in memory database caused issues with dora earlier, so it's better to use a non persistent file.
-
- 27 Sep, 2024 1 commit
-
-
Barnabas Busa authored
-
- 25 Sep, 2024 2 commits
-
-
Barnabas Busa authored
-
Barnabas Busa authored
Please note: `grafana_additional_dashboards` -> `grafana_params.additional_dashboards`
-
- 23 Sep, 2024 2 commits
-
-
EthPandaOpsBot authored
🤖 I have created a release *beep* *boop* --- ## [4.3.0](https://github.com/ethpandaops/ethereum-package/compare/4.2.0...4.3.0) (2024-09-23) ### Features * add prefunded accounts ([#752](https://github.com/ethpandaops/ethereum-package/issues/752)) ([1be7efa0](https://github.com/ethpandaops/ethereum-package/commit/1be7efa028d5b72837a9c4b5de5b70e102e2f166)) * dora - show more infos about all peers on client pages ([#760](https://github.com/ethpandaops/ethereum-package/issues/760)) ([c77d95fe](https://github.com/ethpandaops/ethereum-package/commit/c77d95fe21deb9dd09481998d2e39f46b148f146)) ### Bug Fixes * `metrics-host-allowlist` for Teku ([#765](https://github.com/ethpandaops/ethereum-package/issues/765)) ([ad75fcce](https://github.com/ethpandaops/ethereum-package/commit/ad75fcce4aa3dcd0064a6d538462587e430478a0)) * built in validator lifecycle test for assertoor ([#763](https://github.com/ethpandaops/ethereum-package/issues/763)) ([6f868ccf](https://github.com/ethpandaops/ethereum-package/commit/6f868ccf26abf341a83bc96569dea0fa890f90f7)) * explicitly set client contexts ([#755](https://github.com/ethpandaops/ethereum-package/issues/755)) ([94dc531e](https://github.com/ethpandaops/ethereum-package/commit/94dc531e332f4fd4466a9473dfec328a3a681b01)) * no default resource limits ([#768](https://github.com/ethpandaops/ethereum-package/issues/768)) ([4c4831bc](https://github.com/ethpandaops/ethereum-package/commit/4c4831bc509ae580f68b85c2c5b469d454586def)) * prysm gRPC removal - use http server instead for keymanager ([#761](https://github.com/ethpandaops/ethereum-package/issues/761)) ([ba911745](https://github.com/ethpandaops/ethereum-package/commit/ba911745b5e6cdc0216c5394394605d274ce70ef)) * remove epoch checker for goomy ([#754](https://github.com/ethpandaops/ethereum-package/issues/754)) ([f124bbf9](https://github.com/ethpandaops/ethereum-package/commit/f124bbf96847ec08d3aa7e8b65df336ef6722475)) * remove exp RPC API namespace flag from nimbus-eth1 configuration ([#767](https://github.com/ethpandaops/ethereum-package/issues/767)) ([8fec454f](https://github.com/ethpandaops/ethereum-package/commit/8fec454f7af0733277336fc3f06376442b7b4fa4)) * reth-builder volume claim ([#771](https://github.com/ethpandaops/ethereum-package/issues/771)) ([4570328e](https://github.com/ethpandaops/ethereum-package/commit/4570328e47b6ef5a59a47635f6c58acd3f8ad2d1)) * update dora config for latest release & remove custom images ([#748](https://github.com/ethpandaops/ethereum-package/issues/748)) ([a433c50e](https://github.com/ethpandaops/ethereum-package/commit/a433c50e1c61dd20a6c28dcebfde704c136ddb69)) --- 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
-
- 19 Sep, 2024 1 commit
-
-
Barnabas Busa authored
-
- 18 Sep, 2024 1 commit
-
-
- 17 Sep, 2024 1 commit
-
-
Dmitrii Shmatko authored
Currently `'*'` is passed to Teku, which is not correct, so I see `Not Authorized` when trying to access Teku metrics, Prometheus says that Teku is down because of 403, and Grafana metrics are empty. Only `*` should be passed, which is the purpose of the fix. I don't know how to test it, so not 100% on the fix.
-
- 12 Sep, 2024 1 commit
-
-
pk910 authored
update the built int validator-lifecycle-test for assertoor
-
- 10 Sep, 2024 2 commits
-
-
Rafael Matias authored
Related to the deprecation of the gRPC gateway: https://github.com/prysmaticlabs/prysm/pull/14089 Currently the `mix-with-tools.yaml` test was failing due to the keymanager being enabled: ``` == FINISHED SERVICE 'vc-2-nethermind-prysm' LOGS =================================== Caused by: An error occurred while waiting for all TCP and UDP ports to be open Caused by: Unsuccessful ports check for IP '172.16.0.34' and port spec '{privatePortSpec:0xc00091a0c0}', even after '240' retries with '500' milliseconds in between retries. Timeout '2m0s' has been reached Caused by: An error occurred while calling network address '172.16.0.34:5056' with port protocol 'TCP' and using time out '200ms' Caused by: dial tcp 172.16.0.34:5056: connect: connection refused Error encountered running Starlark code. ```
-
Rafael Matias authored
This will enable additional peer infos (ENR/Enode, etc.) to be shown on the client pages. Implemented in https://github.com/ethpandaops/dora/pull/117
-
- 29 Aug, 2024 1 commit
-
-
Barnabas Busa authored
-
- 28 Aug, 2024 1 commit
-
-
Barnabas Busa authored
-
- 26 Aug, 2024 1 commit
-
-
Barnabas Busa authored
-
- 20 Aug, 2024 1 commit
-
-
pk910 authored
-
- 19 Aug, 2024 3 commits
-
-
EthPandaOpsBot authored
🤖 I have created a release *beep* *boop* --- ## [4.2.0](https://github.com/ethpandaops/ethereum-package/compare/4.1.0...4.2.0) (2024-08-19) ### Features * add customizable configuraiton for prometheus retention ([#745](https://github.com/ethpandaops/ethereum-package/issues/745)) ([6c02dfee](https://github.com/ethpandaops/ethereum-package/commit/6c02dfee67e239650f9f21786ff5c976770a733b)) * add genesis_gaslimit param configuration ([#726](https://github.com/ethpandaops/ethereum-package/issues/726)) ([a4ba9a65](https://github.com/ethpandaops/ethereum-package/commit/a4ba9a65852411db43dbcf3c727c9ad52040e482)) * Add Lighthouse PeerDAS Dashboard ([#736](https://github.com/ethpandaops/ethereum-package/issues/736)) ([ffbfde23](https://github.com/ethpandaops/ethereum-package/commit/ffbfde23f2e58350145ab48d0dbce5e245385ab5)) * add peerdas-electra-support ([#740](https://github.com/ethpandaops/ethereum-package/issues/740)) ([663e7e65](https://github.com/ethpandaops/ethereum-package/commit/663e7e654b81fb623a1fa486ccf7092ba2e39d80)) * add profiling for prysm ([#722](https://github.com/ethpandaops/ethereum-package/issues/722)) ([7dc66606](https://github.com/ethpandaops/ethereum-package/commit/7dc66606f5d5f86d4ef394bc70fe2e936cd55c75)) * add sanity check ([#710](https://github.com/ethpandaops/ethereum-package/issues/710)) ([b824cac8](https://github.com/ethpandaops/ethereum-package/commit/b824cac89ca2c78604c82544888a89c0c1d3aa80)) * enable dora pprof ([#743](https://github.com/ethpandaops/ethereum-package/issues/743)) ([2b7be9a2](https://github.com/ethpandaops/ethereum-package/commit/2b7be9a27c516b17322e8028c23813620bfc6afe)) * generate keys if not default key is used ([#707](https://github.com/ethpandaops/ethereum-package/issues/707)) ([2d1cab53](https://github.com/ethpandaops/ethereum-package/commit/2d1cab5317dac62524601f392a4a62a7c3a88b80)) * lodestar persists invalid ssz objects by default ([#730](https://github.com/ethpandaops/ethereum-package/issues/730)) ([5a459914](https://github.com/ethpandaops/ethereum-package/commit/5a459914327e33c426e82df62af6336970857f08)) * update egg config parameters ([#737](https://github.com/ethpandaops/ethereum-package/issues/737)) ([78c2bc77](https://github.com/ethpandaops/ethereum-package/commit/78c2bc77caaf814cf360499b6b61337ea7eb7099)) ### Bug Fixes * add debug ns to nethermind ([#732](https://github.com/ethpandaops/ethereum-package/issues/732)) ([372bb521](https://github.com/ethpandaops/ethereum-package/commit/372bb521525948bc0a97a1999e6d233cb2792626)) * allow vc properties in participants_matrix.cl ([#715](https://github.com/ethpandaops/ethereum-package/issues/715)) ([c8b9b19c](https://github.com/ethpandaops/ethereum-package/commit/c8b9b19c045f6075fa02f9abf8f761a5a8056ba3)) * besu devnet schedule ([#734](https://github.com/ethpandaops/ethereum-package/issues/734)) ([28b67cd1](https://github.com/ethpandaops/ethereum-package/commit/28b67cd17a6f0abf80c46821465872d4006f9277)) * blobscan redis dependency ([#712](https://github.com/ethpandaops/ethereum-package/issues/712)) ([0ed1c9c8](https://github.com/ethpandaops/ethereum-package/commit/0ed1c9c8e974f7c6900f68679602d95cfcb17831)) * change churn limit default for pectra tests ([#747](https://github.com/ethpandaops/ethereum-package/issues/747)) ([8109054e](https://github.com/ethpandaops/ethereum-package/commit/8109054e20121092ad5ad3eebbf1a16a20677887)) * correctly apply extra params if builder is enabled ([#725](https://github.com/ethpandaops/ethereum-package/issues/725)) ([a94caf02](https://github.com/ethpandaops/ethereum-package/commit/a94caf02c327347a7e6b4ed2f99badb787a25dc7)) * disable all assertoor tests by default ([#738](https://github.com/ethpandaops/ethereum-package/issues/738)) ([2961f969](https://github.com/ethpandaops/ethereum-package/commit/2961f969402b3f3dbf6f584e74644cf32cfd7902)) * lodestar vc faster startup ([#721](https://github.com/ethpandaops/ethereum-package/issues/721)) ([225e3d80](https://github.com/ethpandaops/ethereum-package/commit/225e3d80fe0389f6a22c88a56075ad86a1ae2b00)) * readme eof ([#739](https://github.com/ethpandaops/ethereum-package/issues/739)) ([7f94f6e2](https://github.com/ethpandaops/ethereum-package/commit/7f94f6e2fefe21e11edb7cf5dc827e3f486afe98)) * remove custom peerdas images for dora & assertoor ([#741](https://github.com/ethpandaops/ethereum-package/issues/741)) ([a19398de](https://github.com/ethpandaops/ethereum-package/commit/a19398decc892ba6749284495891184de987cab0)) * remove subscribe all subnet nimbus ([#719](https://github.com/ethpandaops/ethereum-package/issues/719)) ([ef92f8f4](https://github.com/ethpandaops/ethereum-package/commit/ef92f8f45e4e32d0e2b9711ca9671ff5d1bcab00)) * remove subscribe-all-subnets from default prysm config ([#717](https://github.com/ethpandaops/ethereum-package/issues/717)) ([6348c0b4](https://github.com/ethpandaops/ethereum-package/commit/6348c0b4c0b8a03a27cdf8a5fa8615b0ab323d7b)) * remove subscribe-all-subnets lighthouse/lodestar/teku ([#720](https://github.com/ethpandaops/ethereum-package/issues/720)) ([cdb20e18](https://github.com/ethpandaops/ethereum-package/commit/cdb20e18110e3c85817adc7e970d4b4cbd445feb)) * update snapshots URL ([#731](https://github.com/ethpandaops/ethereum-package/issues/731)) ([f9269ad7](https://github.com/ethpandaops/ethereum-package/commit/f9269ad7e7bc04fae486b340f8d189d3b965f4b2)) --- 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
-
Parithosh Jayanthi authored
-
- 16 Aug, 2024 1 commit
-
-
Barnabas Busa authored
-
- 15 Aug, 2024 3 commits
-
-
pk910 authored
helps debugging dora issues
-
Barnabas Busa authored
-
pk910 authored
-
- 14 Aug, 2024 1 commit
-
-
Barnabas Busa authored
-
- 13 Aug, 2024 3 commits
-
-
pk910 authored
disable all assertoor tests by default to prevent accidentally running tests twice
-
Barnabas Busa authored
-
Katya Ryazantseva authored
Grafana dashboard for monitoring Lighthouse PeerDAS metrics. <img width="883" alt="Screenshot 2024-08-10 at 19 04 13" src="https://github.com/user-attachments/assets/53a1f05f-ad5a-49ad-8879-edaa816f8072">
-
- 09 Aug, 2024 2 commits
-
-
Barnabas Busa authored
Signed-off-by:
Barnabas Busa <busa.barnabas@gmail.com>
-
Pablo Castellano authored
These new images are much more optimized and are ten times lighter (https://github.com/Blobscan/blobscan/pull/390)
-
- 06 Aug, 2024 4 commits
-
-
Barnabas Busa authored
-
Rafael Matias authored
-
Nico Flaig authored
Would be good to have invalid ssz objects persisted by default in case there is a consensus bug or other issue. There is not much downside to this besides slight storage increase but since states / blocks are generally small on devnets this shouldn't matter, also we prune objects after some time (15 days).
-
Barnabas Busa authored
-
- 31 Jul, 2024 1 commit
-
-
Barnabas Busa authored
-
- 29 Jul, 2024 2 commits
-
-
Ji Hwan KIM authored
This PR adds `genesis_gas_limit` parameter within `network_params.yaml` to make the parameter configurable using Kurtosis. It seems like [ethereum-genesis-generator](https://github.com/ethpandaops/ethereum-genesis-generator), which is being used in this package already has the capability to change `genesis_gas_limit` by changing `export GENESIS_GASLIMIT="${GENESIS_GASLIMIT:-30000000}"` within [defaults.env](https://github.com/ethpandaops/ethereum-genesis-generator/blob/master/defaults/defaults.env#L27). This feature didn't seem like it was directly transferred to the `ehtereum-package`. Tested locally with the `main` branch and changing the `genesis_gas_limit` value to `50000000`.  --------- Signed-off-by:
Ji Hwan <jkim@polygon.technology> Co-authored-by:
Barnabas Busa <busa.barnabas@gmail.com>
-
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
-