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

Log message improvements #70

Merged
merged 3 commits into from
Nov 24, 2023
Merged

Log message improvements #70

merged 3 commits into from
Nov 24, 2023

Conversation

jianoaix
Copy link
Contributor

Why are these changes needed?

Log message improvement based on feedback

Checks

  • I've made sure the lint is passing in this PR.
  • I've made sure the tests are passing. Note that there might be a few flaky tests, in that case, please comment that they are not relevant.
  • Testing Strategy
    • Unit tests
    • Integration tests
    • This PR is not tested :(

@jianoaix jianoaix requested a review from wesfloyd November 21, 2023 21:49
Copy link
Contributor

@wesfloyd wesfloyd left a comment

Choose a reason for hiding this comment

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

Looks great! Left two comments on small changes.

node/node.go Outdated
@@ -179,6 +179,8 @@ func (n *Node) Start(ctx context.Context) error {
if err != nil {
return fmt.Errorf("failed to register the operator: %w", err)
}
} else {
n.Logger.Info("The node is started, but it's not opt-in in EigenDA yet (it's not receiving and validating data in EigenDA). To register, please follow the guide in https://docs.eigenlayer.xyz/operator-guides/avs-installation-and-registration/eigenda-operator-guide/eigenda-avs-installation-and-registration")
Copy link
Contributor

Choose a reason for hiding this comment

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

Super helpful!

There might be a typo at the "opt-in in" vs "opt-in to"?

If we can avoid direct links to the docs URL that would be safest. Those URLs are unfortunately, subject to change in the near-mid term.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Replaced it with the github repo which should be stable.

@jianoaix jianoaix merged commit c146f1c into Layr-Labs:master Nov 24, 2023
4 checks passed
teddyknox pushed a commit that referenced this pull request Nov 29, 2023
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