- 10 Feb, 2025 4 commits
-
-
Rafael Matias authored
Release-As: 4.5.0
-
Rafael Matias authored
This should prevent major bump when a breaking change is added. We can still do major releases manually if we want.
-
Jun Song authored
``` 2025-01-29 16:30:41 time="2025-01-29 07:30:41" level=error msg="enable-debug-rpc-endpoints is deprecated and has no effect. Do not use this flag, it will be deleted soon." prefix=flags ``` https://github.com/prysmaticlabs/prysm/pull/14015 deprecates `enable-debug-rpc-endpoints`, and by default prysm enables `debug` endpoints. This PR updates the `prysm_launcher.star` to address this change. Co-authored-by:
Parithosh Jayanthi <parithosh.jayanthi@ethereum.org>
-
Parithosh Jayanthi authored
-
- 03 Feb, 2025 1 commit
-
-
Parithosh Jayanthi authored
-
- 01 Feb, 2025 2 commits
-
-
Parithosh Jayanthi authored
-
Parithosh Jayanthi authored
-
- 31 Jan, 2025 1 commit
-
-
pk910 authored
uses the `eip7732-support` branch from dora: https://github.com/ethpandaops/dora/pull/227
-
- 27 Jan, 2025 1 commit
-
-
Parithosh Jayanthi authored
- Awaiting a genesis generator update to consume these values
-
- 25 Jan, 2025 3 commits
-
-
pk910 authored
bump the memory limit for assertoor to 8GB increasing the limit is necessary to run child processes (like the execution spec tests) reliable. the limit is for the whole container, which not only includes assertoor, but also all sub-processes launched by tests.
-
pk910 authored
The root folder `/` is not writable when running as non-root user, so we move the db to the /app folder
-
pk910 authored
-
- 16 Jan, 2025 2 commits
-
-
Parithosh Jayanthi authored
-
Parithosh Jayanthi authored
-
- 14 Jan, 2025 1 commit
-
-
JihoonSong authored
This PR elaborates what the `snooper_elabed` flag does.
-
- 10 Jan, 2025 1 commit
-
-
Parithosh Jayanthi authored
-
- 09 Jan, 2025 2 commits
-
-
Matthew Slipper authored
It was missing a leading 0.
-
Parithosh Jayanthi authored
-
- 07 Jan, 2025 1 commit
-
-
Parithosh Jayanthi authored
-
- 20 Dec, 2024 1 commit
-
-
Parithosh Jayanthi authored
-
- 18 Dec, 2024 2 commits
-
-
Parithosh Jayanthi authored
Co-authored-by:
pk910 <philipp@pk910.de> Co-authored-by:
pk910 <github@pk910.de>
-
pk910 authored
This PR replaces [goomy](https://github.com/ethpandaops/goomy-blob) with [spamoor](https://github.com/ethpandaops/spamoor). The spamoor project is based on goomy, but was improved a lot to handle high transaction throughput reliably. It supports all features that goomy provides, but blob scenarios are prefixed with `blob-`. As spamoor works much better by now, it makes sense to deprecate goomy and replace it with spamoor.
-
- 13 Dec, 2024 3 commits
-
-
Barnabas Busa authored
-
Barnabas Busa authored
Signed-off-by:
Barnabas Busa <barnabas.busa@ethereum.org>
-
Barnabas Busa authored
-
- 12 Dec, 2024 2 commits
-
-
Barnabas Busa authored
-
pk910 authored
`electra-support` as been merged into master and a new release is available too.
-
- 11 Dec, 2024 2 commits
-
-
Barnabas Busa authored
Signed-off-by:
Barnabas Busa <barnabas.busa@ethereum.org>
-
Barnabas Busa authored
-
- 06 Dec, 2024 3 commits
-
-
Barnabas Busa authored
Signed-off-by:
Barnabas Busa <barnabas.busa@ethereum.org>
-
Barnabas Busa authored
-
Barnabas Busa authored
-
- 05 Dec, 2024 2 commits
-
-
Rafael Matias authored
-
Rafael Matias authored
-
- 04 Dec, 2024 3 commits
-
-
Barnabas Busa authored
-
Barnabas Busa authored
-
Rafael Matias authored
Prysm added QUIC to their client as per https://github.com/prysmaticlabs/prysm/pull/14688 . This currently broke our runs using the master branch prysm image due to the QUIC port running on 13000 by default. Which was conflicting with the settings we were providing for the UDP port: ```sh --p2p-quic-port value The QUIC port used by libp2p. (default: 13000) --p2p-tcp-port value The TCP port used by libp2p. (default: 13000) --p2p-udp-port value The UDP port used by the discovery service discv5. (default: 12000) ``` I've also added the CLI flags for it, but still commented out until a stable release is done.
-
- 03 Dec, 2024 2 commits
-
-
Barnabas Busa authored
Signed-off-by:
Barnabas Busa <barnabas.busa@ethereum.org>
-
Barnabas Busa authored
Depends on https://github.com/ethpandaops/eth-client-docker-image-builder/pull/208 Depends on https://github.com/flashbots/rbuilder/pull/237 --------- Signed-off-by:
Barnabas Busa <barnabas.busa@ethereum.org>
-
- 30 Nov, 2024 1 commit
-
-
Barnabas Busa authored
Signed-off-by:
Barnabas Busa <barnabas.busa@ethereum.org>
-