What's Changed
- feat: use go-libp2p-pubsub fork with FanoutOnly support by @walldiss in #369
- fix: use go-libp2p fork with mocknet deadline noop by @walldiss in #370
- fix(p2p): add per-peer timeout to performRequest by @walldiss in #376
- fix(p2p): return Head() early when enough peers confirm the same header by @walldiss in #372
- fix(p2p): parallelize performRequest to avoid sequential per-peer timeouts by @walldiss in #381
- fix(sync): document blockTime as upper bound for tail estimation by @walldiss in #379
- chore(deps): remove go-libp2p fork replace and bump to v0.48.0 by @walldiss in #385
- chore: update go-libp2p fork with webtransport-go v0.10.0 compat by @walldiss in #375
- chore: update CODEOWNERS to match celestia-node and celestia-core by @walldiss in #377
- chore(deps): bump github.com/quic-go/webtransport-go from 0.9.0 to 0.10.0 by @dependabot in #365
- chore(deps): bump github.com/pion/dtls/v3 from 3.0.6 to 3.0.11 by @dependabot in #366
- ci: add assign random reviewer workflow by @tty47 in #368
Full Changelog: v0.8.1...v0.8.5