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

ir/config: assign default to missing port in TCP addresses #2969

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

End-rey
Copy link
Contributor

@End-rey End-rey commented Oct 18, 2024

Closes #2420.

Is it necessary to document default ports, except the example config?

Copy link

codecov bot commented Oct 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 23.02%. Comparing base (c4bdae1) to head (cbeac51).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2969      +/-   ##
==========================================
- Coverage   23.47%   23.02%   -0.45%     
==========================================
  Files         780      780              
  Lines       46655    58208   +11553     
==========================================
+ Hits        10953    13404    +2451     
- Misses      34833    43936    +9103     
+ Partials      869      868       -1     

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

Copy link
Member

@carpawell carpawell left a comment

Choose a reason for hiding this comment

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

Is it necessary to document default ports, except the example config?

I think I would be great but we do not have any doc file for IR app for now.

Copy link
Contributor

@cthulhu-rider cthulhu-rider left a comment

Choose a reason for hiding this comment

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

correct overall

pkg/innerring/config.go Outdated Show resolved Hide resolved
pkg/innerring/config.go Outdated Show resolved Hide resolved
pkg/innerring/config.go Outdated Show resolved Hide resolved
pkg/innerring/config.go Outdated Show resolved Hide resolved
Use default port `:20333` to P2P protocol:
- morph.consensus.seed_nodes
- morph.consensus.p2p.listen
and `:30333` to listen RPC:
- morph.consensus.rpc.listen
- morph.consensus.rpc.tls.listen

Closes #2420.

Signed-off-by: Andrey Butusov <[email protected]>
@cthulhu-rider cthulhu-rider merged commit d36df01 into master Oct 21, 2024
19 of 21 checks passed
@cthulhu-rider cthulhu-rider deleted the 2420-missing-port-in-address branch October 21, 2024 15:34
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.

missing port in address
4 participants