Releases: commune-ai/subspace
Releases · commune-ai/subspace
v1.8.7
Subspace Runtime WebAssembly Release
This release contains the production-ready Subspace Runtime compiled to WebAssembly. The runtime has been thoroughly tested and audited for security vulnerabilities.
📦 Release Assets
Asset | Description | SHA256 Checksum |
---|---|---|
subspace-runtime-wasm.tar.gz |
Subspace Runtime WebAssembly Binary | 4a94ab748de0924bb66846acb8c0ec3358effa1910332984473bf6c57bbb9527 |
🔐 Integrity Verification
Important: Always verify the integrity of downloaded files before use.
Linux/macOS Verification
# Download and verify in one step
sha256sum subspace-runtime-wasm.tar.gz
Windows Verification
# Calculate hash
certutil -hashfile subspace-runtime-wasm.tar.gz SHA256
# Expected hash: 4a94ab748de0924bb66846acb8c0ec3358effa1910332984473bf6c57bbb9527
🚀 Usage
Extract the archive to access the WebAssembly runtime:
tar -xzf subspace-runtime-wasm.tar.gz
Built with: Rust stable toolchain
Tested: Unit tests, security audit, static analysis
Target: WebAssembly (WASM)
v9.0.0
What's Changed
- feat: weight copying & weight set deleg by @Supremesource in #98
Full Changelog: v1.8.6...v1.9.0
v1.8.6
v1.8.5
v1.8.4
What's Changed
- feat: working s2 + mainnet patches by @Supremesource in #87
- fix: fixing clippy warnings by @Supremesource in #88
- fix: push corrected main spec by @saiintbrisson in #90
- Updated development command by @smyja in #89
- Rename org by @DaviPtrs in #91
- fix: metadata by @Supremesource in #92
- bump crates version by @Supremesource in #93
- update changelog by @Supremesource in #94
- fix: curator application consistency by @Supremesource in #95
New Contributors
Full Changelog: v1.8.3...v1.8.4
v1.8.3
What's Changed
- fix: test warns by @Supremesource in #81
- chore: cargo fmt by @Supremesource in #82
- fix: false
InsufficientStake
error (#207) by @Supremesource in #85
Full Changelog: v1.8.2...v1.8.3
v1.8.2
What's Changed
- fix: build script uploads hash by @saiintbrisson in #74
- feat: Post Global Stake Improvements by @Supremesource in #75
- feat: updating subnet parameter extrinsics by @Supremesource in #77
- feat/adding-missing-subnet-parameters by @Supremesource in #78
- feat: adding missing parameters by @Supremesource in #79
- refac: simplifying extrinsics by @Supremesource in #80
Full Changelog: v1.8.1...v1.8.2
v1.8.1
What's Changed
- fix(yuma): fill stake vec if stake is missing by @saiintbrisson in #73
Full Changelog: v1.8.0...v1.8.1
v1.8.0
What's Changed
- feat: implement global stake by @saiintbrisson in #70
- chore: build subspace runtime and add as artifact to release by @saiintbrisson in #71
- feat: emission check by @Supremesource in #72
Full Changelog: v1.7.8...v1.8.0
v1.7.8
What's Changed
- feat: implementing governance update by @Supremesource in #65
Full Changelog: v1.7.7...v1.7.8