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

fix(nodebuilder): flag parsing for --node.type needs lowercase string, list network aliases for --p2p.network #3827

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

renaynay
Copy link
Member

@renaynay renaynay commented Oct 8, 2024

Fixes #3825 which was broken accidentally by #3759

Also lists all network aliases as well in --p2p.network description string.

… now, list all network aliases in description string of --p2p.network
@renaynay renaynay added the kind:fix Attached to bug-fixing PRs label Oct 8, 2024
@renaynay renaynay self-assigned this Oct 8, 2024
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 75.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 46.30%. Comparing base (2469e7a) to head (d69d328).
Report is 335 commits behind head on main.

Files with missing lines Patch % Lines
nodebuilder/node/type.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3827      +/-   ##
==========================================
+ Coverage   44.83%   46.30%   +1.47%     
==========================================
  Files         265      314      +49     
  Lines       14620    18140    +3520     
==========================================
+ Hits         6555     8400    +1845     
- Misses       7313     8717    +1404     
- Partials      752     1023     +271     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@cristaloleg cristaloleg left a comment

Choose a reason for hiding this comment

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

SGTM

@renaynay renaynay merged commit 3997d72 into celestiaorg:main Oct 8, 2024
33 of 34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:fix Attached to bug-fixing PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error on adding wallet over cel-key
5 participants