Implement a test scenario to validate compatibility between different node versions:
- Start a network of N nodes running version CURRENT.
- The nodes upload:
- a feed
- an encrypted file
- an erasure coded file
- Upgrade half (or all) of the N nodes to version NEXT.
The upgraded nodes fetch the feed, encrypted file, and erasure coded file to verify API compatibility and detect potential regressions.