-
Notifications
You must be signed in to change notification settings - Fork 180
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
refactor(iroh): remove the addr arg from start #1830
refactor(iroh): remove the addr arg from start #1830
Conversation
/netsim branch arqu/drop_addr |
This is the custom run: https://github.com/n0-computer/iroh/actions/runs/6974445664/job/18980130821 |
Can you rebase on top of #1834? |
7c87576
to
cfc626a
Compare
rebased @Arqu but netsim is still unhappy |
/netsim branch arqu/drop_addr |
Ugh so a couple clarifications:
|
Can confirm it works in a manual test with netsim. Will just wait it out to test the comment based CI to see if it works. Can then proceed to merge stuff. |
/netsim branch arqu/drop_addr |
Description
Removes the add from the start args as discussed internally. Reason for this is that it's currently not used. In reality, the port was not used. If we do add this back, most likely we want to also use the address to allow ipv6 listening nodes. In the spirit of removing code we opt for letting the code reflect how it's actually used in the moment
Notes & open questions
na
Change checklist