File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ require (
3030 github.com/ipfs/go-ipfs-blockstore v1.0.5-0.20211014014401-70aaaef6f401
3131 github.com/ipfs/go-ipfs-chunker v0.0.5
3232 github.com/ipfs/go-ipfs-cmds v0.6.0
33- github.com/ipfs/go-ipfs-config v0.16.1-0.20211116105546-44a3bfa7e9d3
33+ github.com/ipfs/go-ipfs-config v0.17.0
3434 github.com/ipfs/go-ipfs-exchange-interface v0.1.0
3535 github.com/ipfs/go-ipfs-exchange-offline v0.1.0
3636 github.com/ipfs/go-ipfs-files v0.0.9
Original file line number Diff line number Diff line change @@ -470,8 +470,8 @@ github.com/ipfs/go-ipfs-chunker v0.0.5 h1:ojCf7HV/m+uS2vhUGWcogIIxiO5ubl5O57Q7Na
470470github.com/ipfs/go-ipfs-chunker v0.0.5 /go.mod h1:jhgdF8vxRHycr00k13FM8Y0E+6BoalYeobXmUyTreP8 =
471471github.com/ipfs/go-ipfs-cmds v0.6.0 h1:yAxdowQZzoFKjcLI08sXVNnqVj3jnABbf9smrPQmBsw =
472472github.com/ipfs/go-ipfs-cmds v0.6.0 /go.mod h1:ZgYiWVnCk43ChwoH8hAmI1IRbuVtq3GSTHwtRB/Kqhk =
473- github.com/ipfs/go-ipfs-config v0.16.1-0.20211116105546-44a3bfa7e9d3 h1:RrQSZ0kQrUOQOLX/rNCawRYkII3zPW30mZ74N1xcMAE =
474- github.com/ipfs/go-ipfs-config v0.16.1-0.20211116105546-44a3bfa7e9d3 /go.mod h1:wz2lKzOjgJeYJa6zx8W9VT7mz+iSd0laBMqS/9wmX6A =
473+ github.com/ipfs/go-ipfs-config v0.17.0 h1:k7f15Krq/j1CPl/+McyI5B2uS6UH5piETMadOzc4QOM =
474+ github.com/ipfs/go-ipfs-config v0.17.0 /go.mod h1:wz2lKzOjgJeYJa6zx8W9VT7mz+iSd0laBMqS/9wmX6A =
475475github.com/ipfs/go-ipfs-delay v0.0.0-20181109222059-70721b86a9a8 /go.mod h1:8SP1YXK1M1kXuc4KJZINY3TQQ03J2rwBG9QfXmbRPrw =
476476github.com/ipfs/go-ipfs-delay v0.0.1 h1:r/UXYyRcddO6thwOnhiznIAiSvxMECGgtv35Xs1IeRQ =
477477github.com/ipfs/go-ipfs-delay v0.0.1 /go.mod h1:8SP1YXK1M1kXuc4KJZINY3TQQ03J2rwBG9QfXmbRPrw =
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ staticrelay=$(ipfsi 1 swarm addrs local | sed -e "s|$|/p2p/$PEERID_1|g" | jq --r
2626
2727test_expect_success ' configure the relay node as a static relay for node A' '
2828 ipfsi 0 config Internal.Libp2pForceReachability private &&
29- ipfsi 0 config --json Swarm.EnableAutoRelay true &&
30- ipfsi 0 config --json Swarm.StaticRelays "$staticrelay"
29+ ipfsi 0 config --json Swarm.RelayClient.Enabled true &&
30+ ipfsi 0 config --json Swarm.RelayClient. StaticRelays "$staticrelay"
3131'
3232
3333test_expect_success ' configure the relay node' '
You can’t perform that action at this time.
0 commit comments