kubo/test/integration
Marcin Rataj e725f6a2ab feat(pubsub): persistent seqno validation and diagnostic commands
- upgrade go-libp2p-pubsub to v0.15.0
- add persistent seqno validator using BasicSeqnoValidator
  stores max seen seqno per peer at /pubsub/seqno/<peerid>
  survives daemon restarts, addresses message cycling in large networks (#9665)
- add `ipfs pubsub reset` command to clear validator state
- add `ipfs diag datastore get/count` commands for datastore inspection
  requires daemon to be stopped, useful for debugging
- change pubsub status from Deprecated to Experimental
- add CLI tests for pubsub and diag datastore commands
- remove flaky pubsub_msg_seen_cache_test.go (replaced by CLI tests)
2025-12-15 23:06:26 +01:00
..
addcat_test.go chore: use go-log/v2 (#10801) 2025-05-19 13:04:05 -07:00
bench_cat_test.go chore: migrate bootstrap to ipfs/boxo (#10158) 2023-10-31 18:25:14 +01:00
bench_test.go style: gofumpt and godot [skip changelog] (#10081) 2023-08-17 14:02:08 +02:00
bitswap_wo_routing_test.go refactor: replace context.WithCancel with t.Context (#11083) 2025-11-28 16:39:55 +01:00
GNUmakefile fix: require gmake 2019-08-01 12:18:56 -07:00
three_legged_cat_test.go chore: migrate bootstrap to ipfs/boxo (#10158) 2023-10-31 18:25:14 +01:00
wan_lan_dht_test.go feat: AutoTLS with AutoNATv2 client (#10835) 2025-06-17 00:29:50 +02:00