Skip to content
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

refactor!: merge eth-network-package onto eth2-package #228

Merged
merged 15 commits into from
Sep 27, 2023

Conversation

h4ck3rk3y
Copy link
Collaborator

@h4ck3rk3y h4ck3rk3y commented Sep 26, 2023

Notes for reviewer - perhaps @leoporoli ?

  1. src/el & src/cl & src/node_metrics_info & src/participant.star & src/participant_network.star & src/prelaunch_data_generator/ & src/snooper & static_files have just been lifted and shifted
  2. constants is just a union of the two
  3. ⚠️ parse input is a best effort union of the two; needs some 👀
  4. shared_utils.star is a best effort union of the two
  5. package_io, shared_utils etc used to be at root level they have been shifted
  6. eth-network-package has been changed to eth2-package throughout all .star files

Pending after PR - perhaps @leeederek ?

  1. Get the README's to make sense together
  2. Get the run.gif over here?

⚠️ Note to testers

  1. Clone the package
  2. Check out this PR
  3. Run kurtosis run . with args of choice

@h4ck3rk3y h4ck3rk3y requested a review from leoporoli September 26, 2023 13:48
Copy link
Contributor

@leoporoli leoporoli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.
I test it twice, one with default params and one with this participants config:
{ "el_client_type": "geth", "el_client_image": "ethpandaops/geth:lightclient-devnet-8-edf4ab3", "cl_client_type": "lighthouse", "cl_client_image": "sigp/lighthouse:deneb", "count": 3 },

and with `"mev_type": "mock"` 

and all worked well

@h4ck3rk3y h4ck3rk3y merged commit b72dad3 into main Sep 27, 2023
@h4ck3rk3y h4ck3rk3y deleted the gyani/eth-network-package-merge branch September 27, 2023 12:58
h4ck3rk3y pushed a commit that referenced this pull request Sep 27, 2023
🤖 I have created a release *beep* *boop*
---


##
[0.4.0](0.3.1...0.4.0)
(2023-09-27)


### ⚠ BREAKING CHANGES

* merge eth-network-package onto eth2-package
([#228](#228))

### Code Refactoring

* merge eth-network-package onto eth2-package
([#228](#228))
([b72dad3](b72dad3))

---
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants