StorageHub v0.1.2
StorageHub v0.1.2
Summary
Patch release with nonce transaction manager fix.
Components
- Client code: v0.1.0
- Pallets code: v0.1.0
- Runtime code: v0.1.0 (spec_name/spec_version: parachain 1, solochain-evm 1)
- SH Backend Docker image: v0.1.0 (image: ghcr.io/Moonsong-Labs/storage-hub-msp-backend:v0.1.0)
- SH SDK (npm): v0.3.0
- types-bundle: v0.2.7
- api-augment: v0.2.8
Changes since last tag
Base commit: f044099
- Highlights:
- Full diff: https://github.com/Moonsong-Labs/storage-hub/compare/73241088333295db001818864a518b8c25896b5a..74f8508dcac9775d5eac31894011db6afd4e133c
Runtime
- Behaviour changes:
query_earliest_file_volunteer_ticknow correctly calculates the tick at which to sign up, adding the missing ticks to the current tick.
Client
- Behaviour changes:
- Fix BSP volunteering retry mechanism to use
submit_extrinsic_with_retry. Now only retries if volunteering is still open, the tick to volunteer has been reached, and it hasn't been accepted as volunteer yet. - Add logs to MSP distributing file flows to improve debugging.
- Fix BSP volunteering retry mechanism to use
Versions
- Polkadot SDK: polkadot-stable2412-6
- Rust: 1.87 (from rust-toolchain.toml)
Compatibility
- SH Backend v0.1.0 → compatible with pallets/runtime v0.1.0 and client v0.1.0.
- SDK v0.1.0 → compatible with backend v0.1.0, client v0.1.0, and pallets/runtime v0.1.0.