8000 Releases · commune-ai/subspace · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: commune-ai/subspace

v1.8.7

25 Jun 19:44
b428ff4
Compare
Choose a tag to compare

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

15 Dec 22:09
20b3bea
Compare
Choose a tag to compare

What's Changed

  • feat: weight copying & weight set deleg by @Supremesource in #98

Full Changelog: v1.8.6...v1.9.0

v1.8.6

18 Oct 16:36
5c766e3
Compare
Choose a tag to compare

What's Changed

  • fix: metadata removal by @Supremesource in #97

Full Changelog: v1.8.5...v1.8.6

v1.8.5

18 Oct 15:15
a0efa98
Compare
Choose a tag to compare

What's Changed

  • V1.8.5 (#231) by @Supremesource in #96

Full Changelog: v1.8.4...v1.8.5

v1.8.4

17 Oct 17:44
b1ad491
Compare
Choose a tag to compare

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

26 Aug 12:04
f0426ca
Compare
Choose a tag to compare

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

10 Aug 22:07
f221bbf
Compare
Choose a tag to compare

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

24 Jul 19:23
324ee6c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.8.1

v1.8.0

23 Jul 13:32
143285c
Compare
Choose a tag to compare

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

09 Jun 16:41
0022c0f
Compare
Choose a tag to compare

What's Changed

  • feat: implementing governance update by @Supremesource in #65

Full Changelog: v1.7.7...v1.7.8

0