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

refactor(iroh): remove the addr arg from start #1830

Merged

Conversation

divagant-martian
Copy link
Contributor

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

  • Self-review.
  • Documentation updates if relevant.
  • Tests if relevant.

@Arqu
Copy link
Collaborator

Arqu commented Nov 23, 2023

/netsim branch arqu/drop_addr

@Arqu
Copy link
Collaborator

Arqu commented Nov 23, 2023

This is the custom run: https://github.com/n0-computer/iroh/actions/runs/6974445664/job/18980130821
If it passes we should merge n0-computer/chuck#47 and then this PR

@Arqu
Copy link
Collaborator

Arqu commented Nov 23, 2023

Can you rebase on top of #1834?

@divagant-martian
Copy link
Contributor Author

rebased @Arqu but netsim is still unhappy

@Arqu
Copy link
Collaborator

Arqu commented Nov 24, 2023

/netsim branch arqu/drop_addr

@Arqu
Copy link
Collaborator

Arqu commented Nov 24, 2023

Ugh so a couple clarifications:

  • the CI PR I did doesn't work for summoning netsim-CI till it's merged into main

  • I merged that and we need to rebase this from main

  • Once rebased the CI will still be red on the PR but then we can check against the netsim tests with /netsim branch arqu/drop_addr

  • If all is good we merge the netsim PR and then your PR

  • To make life easier I'll check manually we can merge my PR and then your PR and be done with it, but I just want to test that the "invoke netsim from a fork" workflow works.

@Arqu
Copy link
Collaborator

Arqu commented Nov 24, 2023

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.

@Arqu
Copy link
Collaborator

Arqu commented Nov 24, 2023

/netsim branch arqu/drop_addr

@divagant-martian divagant-martian added this pull request to the merge queue Nov 24, 2023
Merged via the queue into n0-computer:main with commit e03de38 Nov 24, 2023
15 checks passed
@divagant-martian divagant-martian deleted the remove-addr-start-arg branch December 10, 2023 02:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants