go-libp2p/examples/relay
vyzo d1e26810a0
Add standalone implementation of v1 Relay (#1186)
* add circuitv1 protobuf

* add implementation of v1 circuit relay

Intended to be used by standalone daemons and tests

* remove references to go-libp2p-circuit from production code

* update tests to use the in-tree v1 Relay

* use go-log/v2 in relay v1 impl

* use in-tree v1 relay in relay example

* remove go-libp2p-circuit dep from examples go.mod, go mod tidy
2021-09-20 00:29:42 -07:00
..
.gitignore Add .gitignore for each example 2021-05-10 11:54:35 +01:00
main.go Add standalone implementation of v1 Relay (#1186) 2021-09-20 00:29:42 -07:00
main_test.go chore: add tests for examples 2021-05-07 14:52:47 +01:00