Skip to content

Releases: chevdor/subwasm

Subwasm v0.16.1 (341b9e04)

04 Nov 11:20
80ebaee
Compare
Choose a tag to compare

⚠️ This version does not introduce any change compared to 0.16.0 but provides a new (vaild) MacOS binary.
The subwasm macos binaries produced by the Github CI runners after v0.14 were no valid MacOS binaries and using homebrew to install versions v0.15.x and v0.16.0 will fail. If you run into this issue, please use the latest version of build from source using cargo.

Downloads

Download the binary for your OS from below:

Install

From source

cargo install --locked --git https://github.com/chevdor/subwasm

Linux

wget https://github.com/chevdor/subwasm/releases/download/v0.16.1/subwasm_linux_amd64_v0.16.1.deb -O subwasm.deb
sudo dpkg -i subwasm.deb
subwasm --help

MacOS

brew tap chevdor/subwasm https://github.com/chevdor/subwasm
brew update
brew install chevdor/subwasm/subwasm

Changes since v0.16.0

  • 341b9e0: Bump version
  • fa04345: Add checks to CI for MacOS
  • f16f4c9: Add sorting of the tags
  • 3fb036d: build - new homebrew formula for v0.16.0

Subwasm v0.16.0 (80fc9e7d)

03 Nov 17:31
80fc9e7
Compare
Choose a tag to compare

Downloads

Download the binary for your OS from below:

Install

From source

cargo install --locked --git https://github.com/chevdor/subwasm

Linux

wget https://github.com/chevdor/subwasm/releases/download/v0.16.0/subwasm_linux_amd64_v0.16.0.deb -O subwasm.deb
sudo dpkg -i subwasm.deb
subwasm --help

MacOS

brew tap chevdor/subwasm https://github.com/chevdor/subwasm
brew update
brew install chevdor/subwasm/subwasm

Changes since v0.15.0

Subwasm v0.15.0 (6c2110ae)

30 Oct 19:22
6c2110a
Compare
Choose a tag to compare

This version introcudes small but breaking changes and a fix that allows properly fetching the compressed runtime from a chain without unwanted decompression before saving the runtime locally.
See details below.

Downloads

Download the binary for your OS from below:

Install

From source

cargo install --locked --git https://github.com/chevdor/subwasm

Linux

wget https://github.com/chevdor/subwasm/releases/download/v0.15.0/subwasm_linux_amd64_v0.15.0.deb -O subwasm.deb
sudo dpkg -i subwasm.deb
subwasm --help

MacOS

brew tap chevdor/subwasm https://github.com/chevdor/subwasm
brew update
brew install chevdor/subwasm/subwasm

Changes since v0.14.1

  • e2fe78d: Make the --json flag global (#25)
  • 4af33e2: Fix install instuctions and pin default toolchain (#23)
  • 99b86ff: Fix get to return the original compressed runtime (#22)
  • 8ec87a8: Minor fixes
  • d9d09f8: tests - Fix data location for local tests
  • be33586: chore - Remove Elara as it often times out
  • 2591a18: chore - add deny and licenses
  • 373fa1d: ci - add workflow_disptatch to the weekly-check
  • f8e76fd: ci - allow workflow disptach for daily-check

Subwasm v0.14.1 (e3ac02f4)

20 Sep 15:26
e3ac02f
Compare
Choose a tag to compare

Downloads

Download the binary for your OS from below:

Install

From source

cargo install --git https://github.com/chevdor/subwasm

Linux

wget https://github.com/chevdor/subwasm/releases/download/v0.14.1/subwasm_linux_amd64_v0.14.1.deb -O subwasm.deb
sudo dpkg -i subwasm.deb
subwasm --help

MacOS

brew tap chevdor/subwasm https://github.com/chevdor/subwasm
brew update
brew install chevdor/subwasm/subwasm

Changes since v0.14.0

  • e3ac02f: docs - fix version in the doc
  • 9053139: Update to the latest frame-metadata (#18)
  • 0912a38: build - new homebrew formula for v0.14.0

Subwasm v0.14.0 (bb04d58c)

16 Aug 10:05
bb04d58
Compare
Choose a tag to compare

Downloads

Download the binary for your OS from below:

Install

From source

cargo install --git https://github.com/chevdor/subwasm

Linux

wget https://github.com/chevdor/subwasm/releases/download/v0.14.0/subwasm_linux_amd64_v0.14.0.deb -O subwasm.deb
sudo dpkg -i subwasm.deb
subwasm --help

MacOS

brew tap chevdor/subwasm https://github.com/chevdor/subwasm
brew update
brew install chevdor/subwasm/subwasm

Changes since v0.13.2

  • bb04d58: Release 0.14.0
  • 53457ef: chore - fix release script
  • ee39aa9: chore - pin frame-metadata to the last working rc
  • a7e8553: chore - update deps
  • a2be8e7: chore - fix formatting
  • 302263b: test - Add weekly check
  • 9bb9d05: chore - Impl Error for WasmLoaderError
  • d7f0c12: test - add script for test coverage
  • 7bca4c6: feat - Add runtime V14 support (#15)
  • 26cee15: build - new homebrew formula for v0.13.2

Subwasm v0.13.2 (119a4931)

22 Jul 19:01
119a493
Compare
Choose a tag to compare

Downloads

Download the binary for your OS from below:

Install

From source

cargo install --git https://github.com/chevdor/subwasm

Linux

wget https://github.com/chevdor/subwasm/releases/download/v0.13.2/subwasm_linux_amd64_v0.13.2.deb -O subwasm.deb
sudo dpkg -i subwasm.deb
subwasm --help

MacOS

brew tap chevdor/subwasm https://github.com/chevdor/subwasm
brew update
brew install chevdor/subwasm/subwasm

Changes since v0.13.1

  • 119a493: Release 0.13.2
  • 9ed02bb: build - new homebrew formula for v0.13.1

Subwasm v0.13.1 (239c9076)

22 Jul 18:42
239c907
Compare
Choose a tag to compare

Downloads

Download the binary for your OS from below:

Install

From source

cargo install --git https://github.com/chevdor/subwasm

Linux

wget https://github.com/chevdor/subwasm/releases/download/v0.13.1/subwasm_linux_amd64_v0.13.1.deb -O subwasm.deb
sudo dpkg -i subwasm.deb
subwasm --help

MacOS

brew tap chevdor/subwasm https://github.com/chevdor/subwasm
brew update
brew install chevdor/subwasm/subwasm

Changes since v0.13.0

  • 239c907: Release 0.13.1
  • c1b4ab6: fix - fix system.setCode for compressed runtimes
  • a4da670: build - new homebrew formula for v0.13.0

Subwasm v0.13.0 (167475e4)

22 Jul 18:16
167475e
Compare
Choose a tag to compare

Downloads

Download the binary for your OS from below:

Install

From source

cargo install --git https://github.com/chevdor/subwasm

Linux

wget https://github.com/chevdor/subwasm/releases/download/v0.13.0/subwasm_linux_amd64_v0.13.0.deb -O subwasm.deb
sudo dpkg -i subwasm.deb
subwasm --help

MacOS

brew tap chevdor/subwasm https://github.com/chevdor/subwasm
brew update
brew install chevdor/subwasm/subwasm

Changes since v0.12.1

  • 167475e: docs - update doc for v0.13.0
  • f5ea85b: Add parachain upgrade hash (#13)
  • a24215f: fix - proposal hash and blake2_256 are now computed from the raw bytes and not the decompressed ones (#12)
  • 001e7df: docs - update version to 0.12.1 (#11)
  • 1e360f2: chore - dependencies upgrades
  • 8e6b5f9: ci - restore quick check on master
  • 9f4e8fb: chore - dependencies upgrade
  • 0689014: ci - remove uncompressed MacOS binary from the artifacts
  • fe23586: build - new homebrew formula for v0.12.1

Subwasm v0.12.1 (de175bbe)

07 Jul 15:37
de175bb
Compare
Choose a tag to compare

Downloads

Download the binary for your OS from below:

Install

From source

cargo install --git https://github.com/chevdor/subwasm

Linux

wget https://github.com/chevdor/subwasm/releases/download/v0.12.1/subwasm_linux_amd64_v0.12.1.deb -O subwasm.deb
sudo dpkg -i subwasm.deb
subwasm --help

MacOS

brew tap chevdor/subwasm https://github.com/chevdor/subwasm
brew update
brew install chevdor/subwasm/subwasm

Changes since v0.12.0

  • de175bb: docs - minor tweak of the release notes
  • 5e36b5c: ci - exclude running the quick checks on version tags where the release workflow does more
  • d52968d: Release 0.12.1
  • da4818e: feat - add secondary nodes for statemine, westmint and karura
  • c1da7c0: ci - improve caching usage
  • 72490a7: ci - add caching to the quick-check workflow
  • 6f63c1f: docs - add status badge
  • 31448b3: chore - dependencies update
  • 3ac7aa6: fix - fix the size reported for compressed runtimes
  • 1432676: fix - remove unnecessary reference

Subwasm v0.12.0 (11ed3134)

29 Jun 15:03
Compare
Choose a tag to compare

Description

You can find the changelogs below.

Downloads

Download the binary for your OS from below:

Install

From source

cargo install --git https://github.com/chevdor/subwasm

Linux

wget https://github.com/chevdor/subwasm/releases/download/v0.12.0/subwasm_linux_amd64_v0.12.0.deb -O subwasm.deb
sudo dpkg -i subwasm.deb
subwasm --help

MacOS

brew tap chevdor/subwasm https://github.com/chevdor/subwasm
brew update
brew install chevdor/subwasm/subwasm

Changes since v0.11.0