DataHaven v0.21.0
DataHaven v0.21.0 release - Stagenet & Testnet environments only
The main highlight of this client release is the upgrade to the StorageHub v0.3.5 release.
DataHaven Changes
- build: :arrow_up: Upgrade to SH v0.3.5 by @snowmead in https://github.com/datahaven-xyz/datahaven/pull/423
StorageHub Changes
StorageHub v0.3.5 is a patch release focused on client configurability for storage providers. It introduces new CLI options for controlling how the Fisherman service queries and processes pending file deletions (with filtering by TTL and randomised ordering to reduce cross-node collisions), as well as configurable batch sizes for BSP confirm-storing and MSP respond-storage extrinsics.
See the full release notes at StorageHub v0.3.5 release.
⚠️ Breaking Changes ⚠️
- PR #667: Fisherman CLI options have been added to support specifying filtering and ordering strategies for pending file deletions (
--fisherman-filtering,--fisherman-ordering,--fisherman-ttl-threshold-seconds); Fisherman node operators should review the new options. - PR #666: MSP and BSP CLI options have been added to support specifying a specific batch response and confirm size (
--bsp-confirm-file-batch-size,--msp-respond-storage-batch-size); MSP and BSP node operators should review the new options.
Dependency changes
DataHaven: https://github.com/datahaven-xyz/datahaven/compare/v0.20.0...v0.21.0 Polkadot-sdk: https://github.com/paritytech/polkadot-sdk/compare/bbc435c7...bbc435c7 Evm: https://github.com/rust-ethereum/evm/compare/6d86fe2d...6d86fe2d Frontier: https://github.com/polkadot-evm/frontier/compare/75329a2d...75329a2d Storage-hub: https://github.com/Moonsong-Labs/storage-hub/compare/57d2a195...e21f2316
New Contributors
- @snowmead made their first contribution in https://github.com/datahaven-xyz/datahaven/pull/423