-
Notifications
You must be signed in to change notification settings - Fork 183
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!: participant_network & rename participant fields. #508
Merged
Conversation
This file contains 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
h4ck3rk3y
approved these changes
Mar 5, 2024
h4ck3rk3y
approved these changes
Mar 6, 2024
barnabasbusa
changed the title
refactor: participant_network
refactor!: participant_network
Mar 6, 2024
Co-authored-by: Gyanendra Mishra <[email protected]>
barnabasbusa
changed the title
refactor!: participant_network
refactor!: participant_network & rename participant fields.
Mar 7, 2024
barnabasbusa
pushed a commit
that referenced
this pull request
Mar 8, 2024
🤖 I have created a release *beep* *boop* --- ## [2.0.0](1.4.0...2.0.0) (2024-03-08) ### ⚠ BREAKING CHANGES * participant_network & rename participant fields. ([#508](#508)) * add node selectors features ([#491](#491)) ### Features * add keymanager to all validator processes ([#502](#502)) ([836eda4](836eda4)) * add nimbus-eth1 ([#496](#496)) ([d599729](d599729)) * add node selectors features ([#491](#491)) ([316d42f](316d42f)) * allow more detailed additional test configurations in assertoor_params ([#498](#498)) ([fe2de7e](fe2de7e)) * enable api in assertoor config ([#495](#495)) ([9ceae9c](9ceae9c)) * enable dencun-genesis ([#500](#500)) ([beb764f](beb764f)) * make snapshot url configurable ([#507](#507)) ([6fa0475](6fa0475)) * parameterize mev-boost args ([#400](#400)) ([e48483a](e48483a)) * separate validator clients from CL clients ([#497](#497)) ([90da2c3](90da2c3)) ### Bug Fixes * fix end index in validator ranges file ([#509](#509)) ([da55be8](da55be8)) * lh vc flag logic ([#506](#506)) ([bc5e725](bc5e725)) * nimbus-eth1 advertise proper extip ([#501](#501)) ([1d5a779](1d5a779)) * README global node selector ([#504](#504)) ([f9343a2](f9343a2)) * use the cl as the default validator image if none are defined ([#503](#503)) ([181dd04](181dd04)) ### Code Refactoring * participant_network & rename participant fields. ([#508](#508)) ([fab341b](fab341b)) --- 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
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.
Important!
There are many participant fields that have been renamed to be more consistent with the rest of the package. The following fields have been renamed:
EL Flags
CL Flags
Validator flags
Global flags
Once this PR is merged, the old names will no longer work, and you will have to bulk rename all your yaml files.
A rename.sh bash script is added, which can be used to do bulk
find and replace
operations.