v2.7.0 - Release Notes
- Commit:
2a5e2e112a3fa0d298aad8e8d5f61d732a1a0e33 - Prior Release:
release/2.6 - Prior Commit:
139a06b0f3e7beec023c6bed05850e4256d4a799
This is an optional but highly recommended release for validators. V1 support has been removed from the validator node.
Validators
Major Changes
feat: removes v1 support from validator node by @pschork in #2481fix(node): deprecates v1 flags and logs warning by @pschork in #2502fix(node): bump default version to 2.7.0 by @pschork in #2500feat: V1 data deletion by @litt3 in #2466
Minor Changes
Disperser
Major Changes
feat: Use blob type for commitments/verification by @litt3 in #2475feat: Use blob type within relay client by @litt3 in #2471fix(encoder): return AlreadyExists instead of Unknown error code by @dmanc in #2485
Minor Changes
chore: Clean up v1 api server by @litt3 in #2482chore: Remove v1 dispersal client and all usages by @litt3 in #2480
Data API
Minor Changes
Integrations
Minor Changes
fix: mock eth dep init for memstore arb customda server by @ethenotethan in #2467
Other
Major Changes
feat: no more gods by @cody-littley in #2452feat: Settle on consistent queue/deque api by @litt3 in #2470
Minor Changes
chore: Create structures dir by @litt3 in #2454chore: Move more structures into proper package by @litt3 in #2455chore: Delete dead code by @litt3 in #2456feat: Add deadcode removal claude command by @litt3 in #2459feat: add tag builds to ghcr by @pschork in #2457fix(build): strip v prefix from build tag by @pschork in #2460chore(inabox): Deprecate inabox v1 by @dmanc in #2479fix(e2e): remove v1 e2e integration tests which rely on sepolia by @pschork in #2477