Merged
Conversation
…dencies, add publish flags
RonTuretzky
approved these changes
Mar 11, 2026
Comment on lines
+47
to
+53
| sed -i 's/^# DELEGATION_MANAGER_ADDRESS=/DELEGATION_MANAGER_ADDRESS=/' .env | ||
| sed -i 's/^# STRATEGY_MANAGER_ADDRESS=/STRATEGY_MANAGER_ADDRESS=/' .env | ||
| sed -i 's/^# LST_CONTRACT_ADDRESS=/LST_CONTRACT_ADDRESS=/' .env | ||
| sed -i 's/^# LST_STRATEGY_ADDRESS=/LST_STRATEGY_ADDRESS=/' .env | ||
| sed -i 's/^# BLS_SIGNATURE_CHECKER_ADDRESS=/BLS_SIGNATURE_CHECKER_ADDRESS=/' .env | ||
| sed -i 's/^# OPERATOR_STATE_RETRIEVER_ADDRESS=/OPERATOR_STATE_RETRIEVER_ADDRESS=/' .env | ||
| sed -i 's/^# ALLOCATION_MANAGER_ADDRESS=/ALLOCATION_MANAGER_ADDRESS=/' .env |
Contributor
There was a problem hiding this comment.
curious about this change?
Contributor
Author
There was a problem hiding this comment.
We spoke on call, but this is because I updated the .env.example to be consistent with other comments (IDEs will add an extra space by default when you use the keyboard shortcut for commenting out sections) and needed to update this "sed" command to match.
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
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.
This PR is alternative approach to reorganizing the commonware project. It keeps the e2e tests and counter example with the library code, but organizes it a bit better and most importantly flags the example code to not be published when distributing on something like crates.io. The old PR to move the counter example has been closed #144
examples/countereigenlayerfor EigenLayer integration utilitiescounter-routerandcounter-nodefalseso distributed package is leaner