- 25 Oct, 2024 2 commits
-
-
Barnabas Busa authored
-
Tobias Wohland authored
-
- 17 Oct, 2024 2 commits
-
-
ltitanb authored
Initial support for Commit-Boost, adding for now only the PBS module (equivalent to MEV-Boost). Note that this depends on [this PR](https://github.com/Commit-Boost/commit-boost-client/pull/138) being merged and released. There is sometimes some ambiguity between mev-boost (go client) and mev-boost (protocol via the Builder API), so to disambiguate within commit boost we call the PBS module the sidecar implementing the mev-boost protocol. Here I followed the existing convention as much as possible even if it sounds somewhat repetitive at times (commit-boost-mev-boost). EDIT: the blocking PR is now merged and released in `0.3.0` --------- Co-authored-by:
Barnabas Busa <busa.barnabas@gmail.com> Co-authored-by:
Barnabas Busa <barnabas.busa@ethereum.org>
-
Michael Sproul authored
The `--http-allow-sync-stalled` flag is deprecated as of Lighthouse v5.3.0, with its behaviour being enabled by default. In v6.0.0 we would like to remove the flag entirely, which requires removing it from Kurtosis (which we run on our CI): - https://github.com/sigp/lighthouse/pull/6490
-
- 16 Oct, 2024 1 commit
-
-
Barnabas Busa authored
-
- 15 Oct, 2024 1 commit
-
-
Barnabas Busa authored
-
- 11 Oct, 2024 1 commit
-
-
Barnabas Busa authored
-
- 10 Oct, 2024 1 commit
-
-
Barnabas Busa authored
-
- 09 Oct, 2024 4 commits
-
-
Rafael Matias authored
The default image: `gcr.io/prysmaticlabs/prysm/beacon-chain:latest` already has the `http-` flags as per https://github.com/prysmaticlabs/prysm/pull/14089 I also swapped the ports. Instead of using 3500 for the HTTP server and 4000 for the RPC server ( which is actually prysm's default behaviour). The problem is that all the other CL clients are running their HTTP beacon API under port 4000 ( `BEACON_HTTP_PORT_NUM= 4000`) . So I think it makes sense to do the same for prysm here.
-
Barnabas Busa authored
-
Barnabas Busa authored
-
Barnabas Busa authored
-
- 07 Oct, 2024 3 commits
-
-
Luca | Serenita authored
Adds the `use_remote_signer` flag, outsourcing validator key management to a remote signer, which validator clients connect to. Supported by all VCs except Lighthouse through this PR. Slashing protection DB is not enabled for web3signer since that would require adding significantly more complexity - creating a separate postgres DB and running migrations. I was thinking a lot what to call the remote signer service, in the end went with `signer-1-geth-lodestar` (this is the remote signer for `vc-1-geth-lodestar`). Addresses #263 / #758 Prerequisite for adding [Vero](https://github.com/serenita-org/vero) as a validator client - it exclusively uses a remote signer --------- Co-authored-by:
Barnabas Busa <busa.barnabas@gmail.com>
-
Katya Ryazantseva authored
This PeerDAS metrics dashboard is implemented according to the current PeerDAS metrics specs. It can be used by all the CL clients which implemented the set of [these metrics](https://github.com/ethereum/beacon-metrics/pull/13). The metrics are still under discussion, so, the dashboard is currently in development. Filters: by client, job, supernode.
-
D authored
As per issue in blockscout, [here](https://github.com/blockscout/blockscout/issues/10869#issuecomment-2395050605) is the solution which solved the verification problem. PS: Also bumped the blockscout version itself. (Tested.) Signed-off-by:
D <51912515+adaki2004@users.noreply.github.com> Co-authored-by:
Keszey Dániel <keszeyd@MacBook-Pro.local>
-
- 04 Oct, 2024 1 commit
-
-
Barnabas Busa authored
-
- 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 1 commit
-
-
pk910 authored
helps debugging dora issues
-