-
- Downloads
fix(autotls): renewal and AutoTLS.ShortAddrs (#10669)
* fix(autotls): renewal and AutoTLS.ShortAddrs updates to p2p-forge/client with fix from https://github.com/ipshipyard/p2p-forge/pull/42 we also add AutoTLS.ShortAddrs flag and enable it by default to benefit from shorter addrs discusses in https://github.com/ipshipyard/p2p-forge/pull/40 * test: fix flaky NewRandPort reducing chance of bind: address already in use (cherry picked from commit 256a739e)
Showing
- config/autotls.go 4 additions, 0 deletionsconfig/autotls.go
- core/node/libp2p/addrs.go 5 additions, 3 deletionscore/node/libp2p/addrs.go
- docs/changelogs/v0.33.md 1 addition, 1 deletiondocs/changelogs/v0.33.md
- docs/config.md 12 additions, 0 deletionsdocs/config.md
- docs/examples/kubo-as-a-library/go.mod 1 addition, 1 deletiondocs/examples/kubo-as-a-library/go.mod
- docs/examples/kubo-as-a-library/go.sum 2 additions, 2 deletionsdocs/examples/kubo-as-a-library/go.sum
- go.mod 1 addition, 1 deletiongo.mod
- go.sum 2 additions, 2 deletionsgo.sum
- test/cli/harness/peering.go 8 additions, 0 deletionstest/cli/harness/peering.go
- test/dependencies/go.mod 1 addition, 1 deletiontest/dependencies/go.mod
- test/dependencies/go.sum 2 additions, 2 deletionstest/dependencies/go.sum
Loading
Please register or sign in to comment