Skip to content

algocfg: Bug fix - Add colon to indicate port specification#5193

Merged
onetechnical merged 1 commit into
algorand:masterfrom
onetechnical:fix-relay-profile-port
Mar 10, 2023
Merged

algocfg: Bug fix - Add colon to indicate port specification#5193
onetechnical merged 1 commit into
algorand:masterfrom
onetechnical:fix-relay-profile-port

Conversation

@onetechnical
Copy link
Copy Markdown
Contributor

Summary

The new profile uses 4160 for the NetAddress field, but this needs to specify a port. Changed this to :4160.

It'll fail to start catchup with the relay profile when set as is.

Test Plan

Set config profile to relay and started a node, verified that it was catching up.

@onetechnical onetechnical self-assigned this Mar 10, 2023
@onetechnical onetechnical added the bug Something isn't working label Mar 10, 2023
@onetechnical onetechnical requested review from a team, algobarb, excalq and winder March 10, 2023 19:51
@onetechnical onetechnical added Bug-Fix and removed bug Something isn't working labels Mar 10, 2023
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 10, 2023

Codecov Report

Merging #5193 (7eca34e) into master (dba5a08) will decrease coverage by 2.85%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master    #5193      +/-   ##
==========================================
- Coverage   53.51%   50.67%   -2.85%     
==========================================
  Files         439      439              
  Lines       55012    55012              
==========================================
- Hits        29442    27875    -1567     
- Misses      23283    24805    +1522     
- Partials     2287     2332      +45     
Impacted Files Coverage Δ
cmd/algocfg/profileCommand.go 7.54% <0.00%> (ø)

... and 88 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@onetechnical onetechnical merged commit bba9be3 into algorand:master Mar 10, 2023
@onetechnical onetechnical deleted the fix-relay-profile-port branch March 10, 2023 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants