-
Notifications
You must be signed in to change notification settings - Fork 961
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
protocols: Implement Direct Connection Upgrade through Relay (dcutr) #2076
Commits on Apr 26, 2021
-
protocols/relay: Implement circuit relay v2 protocol
This commit adds an implementation for the circuit relay v2 protocol to be used as a relay server, i.e. it supports incoming HOP requests and outgoing STOP requests. Future commits will add support for clients, i.e. outgoing HOP requests and incoming STOP requests. The existing circuit relay v1 protocol implementation is moved to protocols/relay/src/v1.
Configuration menu - View commit details
-
Copy full SHA for 3bd6602 - Browse repository at this point
Copy the full SHA 3bd6602View commit details -
Configuration menu - View commit details
-
Copy full SHA for 125e3c3 - Browse repository at this point
Copy the full SHA 125e3c3View commit details
Commits on Apr 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4281bd5 - Browse repository at this point
Copy the full SHA 4281bd5View commit details
Commits on May 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 778512d - Browse repository at this point
Copy the full SHA 778512dView commit details
Commits on May 5, 2021
-
misc/multistream-select: Implement simultaneous open extension
From the multistream-select 1.0 simultaneous open protocol extension specification: > In order to support direct connections through NATs with hole punching, we need to account for simultaneous open. In such cases, there is no single initiator and responder, but instead both peers act as initiators. This breaks protocol negotiation in multistream-select, which assumes a single initator. > This draft proposes a simple extension to the multistream protocol negotiation in order to select a single initator when both peers are acting as such. See libp2p/specs#196 for details. This commit implements the above specification, available via `Version::V1SimOpen`.
Configuration menu - View commit details
-
Copy full SHA for 8ecd5f4 - Browse repository at this point
Copy the full SHA 8ecd5f4View commit details
Commits on May 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dfe1285 - Browse repository at this point
Copy the full SHA dfe1285View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca19fe4 - Browse repository at this point
Copy the full SHA ca19fe4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59c8741 - Browse repository at this point
Copy the full SHA 59c8741View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54cc9db - Browse repository at this point
Copy the full SHA 54cc9dbView commit details
Commits on May 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8e7b6a0 - Browse repository at this point
Copy the full SHA 8e7b6a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1589cc - Browse repository at this point
Copy the full SHA a1589ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4af855e - Browse repository at this point
Copy the full SHA 4af855eView commit details
Commits on May 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8934664 - Browse repository at this point
Copy the full SHA 8934664View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79fd6be - Browse repository at this point
Copy the full SHA 79fd6beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ed3153 - Browse repository at this point
Copy the full SHA 0ed3153View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1318636 - Browse repository at this point
Copy the full SHA 1318636View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5df655e - Browse repository at this point
Copy the full SHA 5df655eView commit details
Commits on May 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 643ffb0 - Browse repository at this point
Copy the full SHA 643ffb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 570980d - Browse repository at this point
Copy the full SHA 570980dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 037a398 - Browse repository at this point
Copy the full SHA 037a398View commit details
Commits on May 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 91ee924 - Browse repository at this point
Copy the full SHA 91ee924View commit details
Commits on Jun 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b71abd8 - Browse repository at this point
Copy the full SHA b71abd8View commit details
Commits on Jun 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 183e182 - Browse repository at this point
Copy the full SHA 183e182View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cd01ef - Browse repository at this point
Copy the full SHA 0cd01efView commit details
Commits on Jun 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c758fbe - Browse repository at this point
Copy the full SHA c758fbeView commit details
Commits on Jun 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b28b678 - Browse repository at this point
Copy the full SHA b28b678View commit details
Commits on Jun 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2cfaec9 - Browse repository at this point
Copy the full SHA 2cfaec9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1213669 - Browse repository at this point
Copy the full SHA 1213669View commit details
Commits on Jul 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 806fd93 - Browse repository at this point
Copy the full SHA 806fd93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b170d7 - Browse repository at this point
Copy the full SHA 5b170d7View commit details
Commits on Jul 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for be923a8 - Browse repository at this point
Copy the full SHA be923a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec46fc3 - Browse repository at this point
Copy the full SHA ec46fc3View commit details -
Revert "misc/multistream-select: Ignore simultaneous open 'iamclient'"
This reverts commit 125e3c3.
Configuration menu - View commit details
-
Copy full SHA for 1723e92 - Browse repository at this point
Copy the full SHA 1723e92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d84d77 - Browse repository at this point
Copy the full SHA 2d84d77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0987fa7 - Browse repository at this point
Copy the full SHA 0987fa7View commit details
Commits on Jul 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 11542d1 - Browse repository at this point
Copy the full SHA 11542d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 618ccd5 - Browse repository at this point
Copy the full SHA 618ccd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1134173 - Browse repository at this point
Copy the full SHA 1134173View commit details -
Configuration menu - View commit details
-
Copy full SHA for dab4ceb - Browse repository at this point
Copy the full SHA dab4cebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9861a53 - Browse repository at this point
Copy the full SHA 9861a53View commit details
Commits on Jul 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 227363f - Browse repository at this point
Copy the full SHA 227363fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 224141e - Browse repository at this point
Copy the full SHA 224141eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cadb065 - Browse repository at this point
Copy the full SHA cadb065View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd76946 - Browse repository at this point
Copy the full SHA bd76946View commit details -
Configuration menu - View commit details
-
Copy full SHA for ade2aff - Browse repository at this point
Copy the full SHA ade2affView commit details -
Configuration menu - View commit details
-
Copy full SHA for b66b4eb - Browse repository at this point
Copy the full SHA b66b4ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16da533 - Browse repository at this point
Copy the full SHA 16da533View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a9fef3 - Browse repository at this point
Copy the full SHA 4a9fef3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41c884c - Browse repository at this point
Copy the full SHA 41c884cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf2e3ef - Browse repository at this point
Copy the full SHA cf2e3efView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4264fc - Browse repository at this point
Copy the full SHA a4264fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94793bc - Browse repository at this point
Copy the full SHA 94793bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for deb5e10 - Browse repository at this point
Copy the full SHA deb5e10View commit details
Commits on Jul 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for cfcb810 - Browse repository at this point
Copy the full SHA cfcb810View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea53ad7 - Browse repository at this point
Copy the full SHA ea53ad7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 599aa09 - Browse repository at this point
Copy the full SHA 599aa09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b8d54c - Browse repository at this point
Copy the full SHA 0b8d54cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3082efb - Browse repository at this point
Copy the full SHA 3082efbView commit details
Commits on Jul 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5f073c6 - Browse repository at this point
Copy the full SHA 5f073c6View commit details
Commits on Jul 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fdacc1b - Browse repository at this point
Copy the full SHA fdacc1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93f0979 - Browse repository at this point
Copy the full SHA 93f0979View commit details -
Configuration menu - View commit details
-
Copy full SHA for 334ffc6 - Browse repository at this point
Copy the full SHA 334ffc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8803bd0 - Browse repository at this point
Copy the full SHA 8803bd0View commit details
Commits on Jul 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c51f9e2 - Browse repository at this point
Copy the full SHA c51f9e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8777d70 - Browse repository at this point
Copy the full SHA 8777d70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e5f99d - Browse repository at this point
Copy the full SHA 4e5f99dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d55a5b9 - Browse repository at this point
Copy the full SHA d55a5b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5f63bc - Browse repository at this point
Copy the full SHA e5f63bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8d0047 - Browse repository at this point
Copy the full SHA f8d0047View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55dd0a2 - Browse repository at this point
Copy the full SHA 55dd0a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e11439 - Browse repository at this point
Copy the full SHA 7e11439View commit details -
Configuration menu - View commit details
-
Copy full SHA for 126f971 - Browse repository at this point
Copy the full SHA 126f971View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75f5616 - Browse repository at this point
Copy the full SHA 75f5616View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dc961a - Browse repository at this point
Copy the full SHA 6dc961aView commit details
Commits on Jul 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 35cecd9 - Browse repository at this point
Copy the full SHA 35cecd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ef7050 - Browse repository at this point
Copy the full SHA 2ef7050View commit details -
Configuration menu - View commit details
-
Copy full SHA for a40a74a - Browse repository at this point
Copy the full SHA a40a74aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b251211 - Browse repository at this point
Copy the full SHA b251211View commit details -
Configuration menu - View commit details
-
Copy full SHA for c61a779 - Browse repository at this point
Copy the full SHA c61a779View commit details
Commits on Jul 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fbebc3f - Browse repository at this point
Copy the full SHA fbebc3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d3b639 - Browse repository at this point
Copy the full SHA 0d3b639View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8397fdb - Browse repository at this point
Copy the full SHA 8397fdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 818aa35 - Browse repository at this point
Copy the full SHA 818aa35View commit details -
Configuration menu - View commit details
-
Copy full SHA for de91c93 - Browse repository at this point
Copy the full SHA de91c93View commit details
Commits on Jul 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b07257d - Browse repository at this point
Copy the full SHA b07257dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31f8424 - Browse repository at this point
Copy the full SHA 31f8424View commit details
Commits on Aug 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c4d599f - Browse repository at this point
Copy the full SHA c4d599fView commit details -
swarm/src/behaviour: Update DialAddress doc comment
With 45f07bf `Network::dial` accepts a `Multiaddr` with a `PeerId`. With that in mind the doc comment on `NetworkBehaviourAction::DialAddress` is outdated.
Configuration menu - View commit details
-
Copy full SHA for aea3b09 - Browse repository at this point
Copy the full SHA aea3b09View commit details
Commits on Aug 13, 2021
-
swarm/src/protocols_handler: Add EitherHandler
Add implementation of a ProtocolsHandler that represents either of two ProtocolsHandler implementations.
Configuration menu - View commit details
-
Copy full SHA for 49fdc31 - Browse repository at this point
Copy the full SHA 49fdc31View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9333e4 - Browse repository at this point
Copy the full SHA c9333e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53e6ece - Browse repository at this point
Copy the full SHA 53e6eceView commit details -
Configuration menu - View commit details
-
Copy full SHA for da747c9 - Browse repository at this point
Copy the full SHA da747c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dc98bf - Browse repository at this point
Copy the full SHA 8dc98bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dc1271 - Browse repository at this point
Copy the full SHA 9dc1271View commit details -
Configuration menu - View commit details
-
Copy full SHA for d49cedd - Browse repository at this point
Copy the full SHA d49ceddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58d8131 - Browse repository at this point
Copy the full SHA 58d8131View commit details -
Configuration menu - View commit details
-
Copy full SHA for 313ffa3 - Browse repository at this point
Copy the full SHA 313ffa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for df116f1 - Browse repository at this point
Copy the full SHA df116f1View commit details
Commits on Aug 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ed0ef92 - Browse repository at this point
Copy the full SHA ed0ef92View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfa459d - Browse repository at this point
Copy the full SHA cfa459dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d8f399 - Browse repository at this point
Copy the full SHA 7d8f399View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82ebd5b - Browse repository at this point
Copy the full SHA 82ebd5bView commit details
Commits on Sep 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ae26a87 - Browse repository at this point
Copy the full SHA ae26a87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e51e54 - Browse repository at this point
Copy the full SHA 7e51e54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6576f12 - Browse repository at this point
Copy the full SHA 6576f12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a451b5 - Browse repository at this point
Copy the full SHA 3a451b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b26d89f - Browse repository at this point
Copy the full SHA b26d89fView commit details
Commits on Oct 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 832f069 - Browse repository at this point
Copy the full SHA 832f069View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c79813 - Browse repository at this point
Copy the full SHA 2c79813View commit details
Commits on Nov 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fa82385 - Browse repository at this point
Copy the full SHA fa82385View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00532e0 - Browse repository at this point
Copy the full SHA 00532e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7beb473 - Browse repository at this point
Copy the full SHA 7beb473View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ee8814 - Browse repository at this point
Copy the full SHA 7ee8814View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3efddb9 - Browse repository at this point
Copy the full SHA 3efddb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 068b7c7 - Browse repository at this point
Copy the full SHA 068b7c7View commit details
Commits on Nov 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 765b478 - Browse repository at this point
Copy the full SHA 765b478View commit details -
Configuration menu - View commit details
-
Copy full SHA for d51fa72 - Browse repository at this point
Copy the full SHA d51fa72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ada201 - Browse repository at this point
Copy the full SHA 4ada201View commit details -
Configuration menu - View commit details
-
Copy full SHA for 541de95 - Browse repository at this point
Copy the full SHA 541de95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40800b7 - Browse repository at this point
Copy the full SHA 40800b7View commit details
Commits on Nov 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c742335 - Browse repository at this point
Copy the full SHA c742335View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ed86c4 - Browse repository at this point
Copy the full SHA 8ed86c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62e88f8 - Browse repository at this point
Copy the full SHA 62e88f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9ba67d - Browse repository at this point
Copy the full SHA b9ba67dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d8b299 - Browse repository at this point
Copy the full SHA 9d8b299View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92540e9 - Browse repository at this point
Copy the full SHA 92540e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 624c2de - Browse repository at this point
Copy the full SHA 624c2deView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad28adb - Browse repository at this point
Copy the full SHA ad28adbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2b030b - Browse repository at this point
Copy the full SHA f2b030bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b2989c - Browse repository at this point
Copy the full SHA 3b2989cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99665ff - Browse repository at this point
Copy the full SHA 99665ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for f585b51 - Browse repository at this point
Copy the full SHA f585b51View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc2d604 - Browse repository at this point
Copy the full SHA cc2d604View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93c30a6 - Browse repository at this point
Copy the full SHA 93c30a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7338d4d - Browse repository at this point
Copy the full SHA 7338d4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f446da - Browse repository at this point
Copy the full SHA 3f446daView commit details
Commits on Nov 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 81dcf55 - Browse repository at this point
Copy the full SHA 81dcf55View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8e8881 - Browse repository at this point
Copy the full SHA b8e8881View commit details -
Configuration menu - View commit details
-
Copy full SHA for d810244 - Browse repository at this point
Copy the full SHA d810244View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ea09f2 - Browse repository at this point
Copy the full SHA 9ea09f2View commit details
Commits on Nov 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0780206 - Browse repository at this point
Copy the full SHA 0780206View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9d7fa8 - Browse repository at this point
Copy the full SHA b9d7fa8View commit details
Commits on Nov 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 69b2fc1 - Browse repository at this point
Copy the full SHA 69b2fc1View commit details -
protocols/relay/examples: Structure command line args
- Allow deterministic peer identity. - Choose between ipv6 and ipv4.
Configuration menu - View commit details
-
Copy full SHA for 580f668 - Browse repository at this point
Copy the full SHA 580f668View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06707e6 - Browse repository at this point
Copy the full SHA 06707e6View commit details
Commits on Dec 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7c9f3bc - Browse repository at this point
Copy the full SHA 7c9f3bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad79422 - Browse repository at this point
Copy the full SHA ad79422View commit details -
Configuration menu - View commit details
-
Copy full SHA for 517075d - Browse repository at this point
Copy the full SHA 517075dView commit details -
Configuration menu - View commit details
-
Copy full SHA for da7f5e4 - Browse repository at this point
Copy the full SHA da7f5e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45163df - Browse repository at this point
Copy the full SHA 45163dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d20392 - Browse repository at this point
Copy the full SHA 1d20392View commit details -
Configuration menu - View commit details
-
Copy full SHA for 395f43a - Browse repository at this point
Copy the full SHA 395f43aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2de96d6 - Browse repository at this point
Copy the full SHA 2de96d6View commit details
Commits on Dec 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c0c0880 - Browse repository at this point
Copy the full SHA c0c0880View commit details -
Configuration menu - View commit details
-
Copy full SHA for 746c75e - Browse repository at this point
Copy the full SHA 746c75eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08d6637 - Browse repository at this point
Copy the full SHA 08d6637View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfd92a1 - Browse repository at this point
Copy the full SHA bfd92a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a60ffba - Browse repository at this point
Copy the full SHA a60ffbaView commit details
Commits on Dec 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1123952 - Browse repository at this point
Copy the full SHA 1123952View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1af928a - Browse repository at this point
Copy the full SHA 1af928aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9d9b41 - Browse repository at this point
Copy the full SHA a9d9b41View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8f21ae - Browse repository at this point
Copy the full SHA a8f21aeView commit details -
protocols/relay/src/v2/client/transport: Loop on from_behaviour
Previous version was (a) confusing due to assuming `queued_new_addresses` to be empty and (b) error prone in the case where `addrs` is emtpy and thus no `Waker` being registered.
Configuration menu - View commit details
-
Copy full SHA for daa0686 - Browse repository at this point
Copy the full SHA daa0686View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8856fde - Browse repository at this point
Copy the full SHA 8856fdeView commit details -
protocols/relay/: Allow large enum variant
While a good lint in itself, I don't think we need to optimize these enums without previously benchmarking its impact.
Configuration menu - View commit details
-
Copy full SHA for a1fad8c - Browse repository at this point
Copy the full SHA a1fad8cView commit details
Commits on Dec 13, 2021
-
protocols/relay/src/v2/client/transport: Remove destination address
Don't include destination address when establishing relayed connection in doc example.
Configuration menu - View commit details
-
Copy full SHA for 5d9f95a - Browse repository at this point
Copy the full SHA 5d9f95aView commit details -
Configuration menu - View commit details
-
Copy full SHA for eaab34e - Browse repository at this point
Copy the full SHA eaab34eView commit details -
protocols/relay/src/v2/client: Pass event at handler initialization
Instead of creating a new connection and only once established pass a command to said connection, provide the command early on to the handler, thus not requiring to buffer the command within the `NetworkBehaviour` implementation.
2Configuration menu - View commit details
-
Copy full SHA for 26aaa6e - Browse repository at this point
Copy the full SHA 26aaa6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49a6327 - Browse repository at this point
Copy the full SHA 49a6327View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e4e743 - Browse repository at this point
Copy the full SHA 2e4e743View commit details -
protocols/relay/src/v2/client: Introduce Reservation::None
This allows us to put more logic on the actual `Reservation` type, making the implementation of the handler slightly simpler.
Configuration menu - View commit details
-
Copy full SHA for bce3ba0 - Browse repository at this point
Copy the full SHA bce3ba0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01e12f7 - Browse repository at this point
Copy the full SHA 01e12f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1646f4 - Browse repository at this point
Copy the full SHA b1646f4View commit details
Commits on Dec 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 912d314 - Browse repository at this point
Copy the full SHA 912d314View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbfe25b - Browse repository at this point
Copy the full SHA dbfe25bView commit details
Commits on Dec 16, 2021
-
protocols/relay/src/v2/client/handler.rs: Fix typo
Co-authored-by: Elena Frank <57632201+elenaf9@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c09861b - Browse repository at this point
Copy the full SHA c09861bView commit details -
protocols/relay/src/v2/client/transport.rs: Make doc examples consistent
Co-authored-by: Elena Frank <57632201+elenaf9@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5afa13b - Browse repository at this point
Copy the full SHA 5afa13bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a0f886 - Browse repository at this point
Copy the full SHA 9a0f886View commit details -
protocols/relay/src/v2/protocol/inbound_stop.rs: Remove src_peer_id p…
…ub(crate) Co-authored-by: Elena Frank <57632201+elenaf9@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a15bf3d - Browse repository at this point
Copy the full SHA a15bf3dView commit details -
protocols/relay/src/v2/relay/handler: Remove wrong unused variable as…
…signment Co-authored-by: Elena Frank <57632201+elenaf9@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7b2eeb5 - Browse repository at this point
Copy the full SHA 7b2eeb5View commit details
Commits on Dec 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8e6ce38 - Browse repository at this point
Copy the full SHA 8e6ce38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 451d86c - Browse repository at this point
Copy the full SHA 451d86cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0750ef - Browse repository at this point
Copy the full SHA a0750efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b90626 - Browse repository at this point
Copy the full SHA 4b90626View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45f7e21 - Browse repository at this point
Copy the full SHA 45f7e21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b5cb8e - Browse repository at this point
Copy the full SHA 1b5cb8eView commit details
Commits on Dec 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a056b4b - Browse repository at this point
Copy the full SHA a056b4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a4cf0a - Browse repository at this point
Copy the full SHA 7a4cf0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed79c72 - Browse repository at this point
Copy the full SHA ed79c72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b6aca3 - Browse repository at this point
Copy the full SHA 0b6aca3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e17512 - Browse repository at this point
Copy the full SHA 0e17512View commit details -
Configuration menu - View commit details
-
Copy full SHA for be9b94e - Browse repository at this point
Copy the full SHA be9b94eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9eb0f0 - Browse repository at this point
Copy the full SHA b9eb0f0View commit details -
protocols/relay/src/v2/copy_future.rs: Add unit tests
- Copying from a to b and vice versa. - Checking max bytes. - Checking max duration.
Configuration menu - View commit details
-
Copy full SHA for 93691a8 - Browse repository at this point
Copy the full SHA 93691a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cdb1b6 - Browse repository at this point
Copy the full SHA 0cdb1b6View commit details
Commits on Dec 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b68f5a2 - Browse repository at this point
Copy the full SHA b68f5a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 040909e - Browse repository at this point
Copy the full SHA 040909eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b291a7 - Browse repository at this point
Copy the full SHA 7b291a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e99854e - Browse repository at this point
Copy the full SHA e99854eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 364f842 - Browse repository at this point
Copy the full SHA 364f842View commit details
Commits on Dec 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 45a00af - Browse repository at this point
Copy the full SHA 45a00afView commit details -
protocols/dcutr: Use ActionBuilder construct
See 1123952 for similar change in libp2p-relay.
Configuration menu - View commit details
-
Copy full SHA for 1520cae - Browse repository at this point
Copy the full SHA 1520caeView commit details -
protocols/dcutr: Refactor error handling
See #7 for similar change in libp2p-relay.
Configuration menu - View commit details
-
Copy full SHA for 0a719d1 - Browse repository at this point
Copy the full SHA 0a719d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1ac064 - Browse repository at this point
Copy the full SHA d1ac064View commit details -
Configuration menu - View commit details
-
Copy full SHA for 869cd39 - Browse repository at this point
Copy the full SHA 869cd39View commit details