Skip to content

Subwasm v0.15.0 (6c2110ae)

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Oct 19:22
6c2110a

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