forked from ethpandaops/ethereum-package
-
Notifications
You must be signed in to change notification settings - Fork 0
Merge ethrex-integration-pectra into main #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
santiago-MV
wants to merge
92
commits into
main
Choose a base branch
from
ethrex-integration-pectra
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This PR updates the PeerDAS dashboard histograms to display metrics in both milliseconds and seconds. Relates to [PeerDAS metrics specs](ethereum/beacon-metrics#14) --------- Co-authored-by: Barnabas Busa <[email protected]>
As of `v0.9.0` Vero [requires a network to be specified as a CLI argument](https://github.com/serenita-org/vero/releases/tag/v0.9.0). This PR adds that to the Kurtosis definition for the Vero VC service. (In case you're wondering - how did Vero not have a `--network` flag before? It used to load all the spec values from the connected beacon node(s) and would then dynamically create all necessary SSZ classes.) I tested this manually with the `.github/tests/vero-all.yaml` config and have been using this version for the last few months while preparing for Pectra.
Update config for newer versions of rbuilder. Signed-off-by: Ryan Schneider <[email protected]>
This PR updates GitHub Actions to use pinned commit hashes for better security.
Prometheus for some reason overrides their bugfix releases for older versions of major prom versions with `latest`, breaking everything for everyone else.
🤖 I have created a release *beep* *boop* --- ## [4.6.0](ethpandaops/ethereum-package@4.5.0...4.6.0) (2025-03-19) ### Features * use `eip7805-support` image for dora when eip7805 is scheduled for activation ([ethpandaops#900](ethpandaops#900)) ([9b3ee49](ethpandaops@9b3ee49)) ### Bug Fixes * add milliseconds to histograms ([ethpandaops#879](ethpandaops#879)) ([53602f1](ethpandaops@53602f1)) * commit boost startup ([ethpandaops#906](ethpandaops#906)) ([040e622](ethpandaops@040e622)) * decrease lighthouse mev --prepare-payload-lookahead from 12 to 8s ([ethpandaops#904](ethpandaops#904)) ([03bb449](ethpandaops@03bb449)) * lighthouse minimal image ([ethpandaops#915](ethpandaops#915)) ([c3ecee8](ethpandaops@c3ecee8)) * prometheus shouldnt use latest ([ethpandaops#924](ethpandaops#924)) ([5cc99c8](ethpandaops@5cc99c8)) * provide `--network-custom-config-path` to Vero ([ethpandaops#905](ethpandaops#905)) ([998063f](ethpandaops@998063f)) * Update config.toml.tmpl ([ethpandaops#919](ethpandaops#919)) ([8f8830f](ethpandaops@8f8830f)) * update to latest spec ([a9058f5](ethpandaops@a9058f5)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
…thpandaops#923) Renamed: transaction spammer -> tx_fuzz el_forkmon -> forkmon Removed: beacon-metrics-gazer (broken, dora has these metrics) blob_spammer (spamoor_blob does this)
Co-authored-by: Barnabas Busa <[email protected]>
…n comment (ethpandaops#922) Adding the specific versions as a comment --------- Co-authored-by: Barnabas Busa <[email protected]>
bump images and use releases Co-authored-by: Barnabas Busa <[email protected]>
Hi! I fixed broken links in `docs/architecture.md` caused by recent changes in the repo structure. The `participant_network/` directory was removed, so all links were updated to point directly to the correct paths in `src/`. --------- Signed-off-by: Cypher Pepe <[email protected]> Signed-off-by: Barnabas Busa <[email protected]> Co-authored-by: Barnabas Busa <[email protected]>
Signed-off-by: Barnabas Busa <[email protected]>
* Added network_params to launch ethrex Added the missing parameter for the launch. It's not used right now. * changed parameters format to standarize
trying to fix lint
update title check
This reverts commit 4879716.
This reverts commit f47c98c.
Change the way in which port assignation is done. Now its possible to run a testnet with multiple ethrex instances
Removed commented code and added enr
7d0d6c6
to
6509f47
Compare
7d0d6c6
to
6509f47
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
After merging upstream into the
ethrex-integration-pectra
some changes were required inethrex_launcher.star
get_config
function received too many paramsget_el_context
function was neededAll the
get_config
extra params were redundant and had been deleted.The
get_el_context
was implemented.Commit: 7d0d6c6