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

addressservice: extract out addressing logic from basichost #3075

Open
wants to merge 5 commits into
base: sukun/autorelay-event
Choose a base branch
from

Conversation

sukunrt
Copy link
Member

@sukunrt sukunrt commented Dec 1, 2024

The goal is to keep modifying it and removing the dependency on basichost by relying on events. At that point, we can expose this as a separate service usable by both basic and blank hosts

Part of #2229

@sukunrt sukunrt force-pushed the sukun/address-service-1 branch from d54166d to 3dbd24d Compare December 1, 2024 13:38
@sukunrt sukunrt force-pushed the sukun/address-service-1 branch 5 times, most recently from 5896f14 to a9e6585 Compare December 2, 2024 14:29
@sukunrt sukunrt force-pushed the sukun/autorelay-event branch from 2b114a2 to 762a43e Compare December 3, 2024 08:39
The goal is to keep modifying it and removing the dependency
on basichost by relying on events. At that point, we can
expose this as a separate service usable by both basic
and blank hosts
@sukunrt sukunrt force-pushed the sukun/address-service-1 branch from a9e6585 to e3367f1 Compare December 3, 2024 08:45
@sukunrt sukunrt force-pushed the sukun/address-service-1 branch 4 times, most recently from d77303e to e45fe9e Compare December 3, 2024 16:59
@sukunrt sukunrt requested a review from MarcoPolo December 3, 2024 17:03
sukunrt added a commit that referenced this pull request Dec 8, 2024
closes: #3057
rest of the work is in: #3075

Co-authored-by: wlynxg <[email protected]>
sukunrt added a commit that referenced this pull request Dec 8, 2024
closes: #3057
rest of the work is in: #3075

Co-authored-by: wlynxg <[email protected]>
@p-shahi p-shahi mentioned this pull request Dec 16, 2024
26 tasks
@p-shahi p-shahi mentioned this pull request Dec 26, 2024
23 tasks
@sukunrt sukunrt force-pushed the sukun/address-service-1 branch from e45fe9e to 5fcce02 Compare December 30, 2024 15:49
sukunrt added a commit that referenced this pull request Dec 30, 2024
Ideally, we should rewrite this to have the same semantics, opt into
transports not opt out, as `libp2p.New`. But I need webtransport and
webrtc support to write address inference tests for
#3075

Depending on how disruptive this is to users, we can decide on whether
to merge or drop this.
sukunrt added a commit that referenced this pull request Dec 30, 2024
This adds support for `/webtransport` andn `/webrtc-direct` to GenSwarm.

Ideally, we should rewrite this to have the same semantics, opt into
transports not opt out, as `libp2p.New`. But I need webtransport and
webrtc support to write address inference tests for
#3075

Depending on how disruptive this is to users, we can decide on whether
to merge or drop this.
sukunrt added a commit that referenced this pull request Dec 30, 2024
This adds support for `/webtransport` andn `/webrtc-direct` to GenSwarm.

Ideally, we should rewrite this to have the same semantics, opt into
transports not opt out, as `libp2p.New`. But I need webtransport and
webrtc support to write address inference tests for
#3075

Depending on how disruptive this is to users, we can decide on whether
to merge or drop this.
sukunrt added a commit that referenced this pull request Dec 30, 2024
This adds support for `/webtransport` andn `/webrtc-direct` to GenSwarm.

Ideally, we should rewrite this to have the same semantics, opt into
transports not opt out, as `libp2p.New`. But I need webtransport and
webrtc support to write address inference tests for
#3075

Depending on how disruptive this is to users, we can decide on whether
to merge or drop this.
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.

1 participant