The ClientStats/ReopenableFilesExt integration tests contains the static if (hasFeatures!(ocean, 3, 6)) branch to use ReopenablerFilesExt.reopenFile method which exists from ocean v3.6.0. This is needed as the v4.x.x major of swarm supports it. This can be removed in swarm v5.0.0.
The ClientStats/ReopenableFilesExt integration tests contains the
static if (hasFeatures!(ocean, 3, 6))
branch to useReopenablerFilesExt.reopenFile
method which exists from ocean v3.6.0. This is needed as the v4.x.x major of swarm supports it. This can be removed in swarm v5.0.0.