Skip to content

StorageHub v0.1.3

Choose a tag to compare

@ffarall ffarall released this 10 Nov 18:12
· 12 commits to release/v0.1 since this release
e3bf4fc

StorageHub v0.1.3

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: e3bf4fc

Runtime

  • Behaviour changes:
    • query_earliest_file_volunteer_tick now correctly calculates the tick at which to sign up, adding the missing ticks to the current tick.

Client

  • Behaviour changes:
    • Make MSP retry submitting acceptance extrinsic for accepting storage request. This fixes issue where a transaction is dropped as invalid from the tx pool, as a consequence of a reorg.

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.