Select the types of activity you want to include in your feed.
Fix flaky offer-manager test cleanup with retry and swallowed errors
rmSync can fail with ENOTEMPTY when blockstore files haven't been fully released after ipfsService.stop(). Add maxRetries + try/catch to match the pattern used in other test files.