Releases: chevdor/subwasm
Releases · chevdor/subwasm
Subwasm v0.21.3 (aa8acb6f)
Downloads
Download the binary for your OS from below:
- Linux: Debian package
- MacOS: .tgz Archive
Install
From source
cargo install --locked --git https://github.com/chevdor/subwasm
Linux
wget https://github.com/chevdor/subwasm/releases/download/v0.21.3/subwasm_linux_amd64_v0.21.3.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.21.2
Subwasm v0.21.2 (fd2964a0)
Downloads
Download the binary for your OS from below:
- Linux: Debian package
- MacOS: .tgz Archive
Install
From source
cargo install --locked --git https://github.com/chevdor/subwasm
Linux
wget https://github.com/chevdor/subwasm/releases/download/v0.21.2/subwasm_linux_amd64_v0.21.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.21.1
Subwasm v0.21.1 (8f8c7f2a)
Downloads
Download the binary for your OS from below:
- Linux: Debian package
- MacOS: .tgz Archive
Install
From source
cargo install --locked --git https://github.com/chevdor/subwasm
Linux
wget https://github.com/chevdor/subwasm/releases/download/v0.21.1/subwasm_linux_amd64_v0.21.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.21.0
Subwasm v0.21.0 (dec7b3ee)
What's Changed
- use rustls not openssl for added rustiness by @gilescope in #78
- Switch to the monorepo by @chevdor in #83
- authorize call hash by @ntn-x2 in #90
- Removed the unnecessary flags as per the latest version by @abhi3700 in #82
New Contributors
Full Changelog: v0.20.0...v0.21.0
Downloads
Download the binary for your OS from below:
- Linux: Debian package
- MacOS: .tgz Archive
Install
From source
cargo install --locked --git https://github.com/chevdor/subwasm
Linux
wget https://github.com/chevdor/subwasm/releases/download/v0.21.0/subwasm_linux_amd64_v0.21.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.20.0
- 3652094: Removed the unnecessary flags as per the latest version (#82)
- 8cce565: ENV - AUTHORIZE_UPGRADE_CHECK_VERSION
- 03dc035: Remove unused imports
- c973129: Exclude windows from tests
- 04e6556: Switch to the monorepo (#83)
- 1c8446b: Deps upgrade incl. substrate monthly-2023-08
- d141f04: Update to substrate monthly-2023-07
- 5efc385: Remove deprecated features
- 70bdf63: Ignore executables
- 169b8e5: Remove deprecated function
- d705118: Fix readme
- 00a9beb: Fix location of the version
- 8206a71: use rustls not openssl for added rustiness (#78)
- e8a0eee: build - new homebrew formula for v0.20.0
Subwasm v0.20.0 (8c960dda)
Downloads
Download the binary for your OS from below:
- Linux: Debian package
- MacOS: .tgz Archive
Install
From source
cargo install --locked --git https://github.com/chevdor/subwasm
Linux
wget https://github.com/chevdor/subwasm/releases/download/v0.20.0/subwasm_linux_amd64_v0.20.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 v1.0.0-alpha9
Subwasm v0.19.1 (b8560209)
Downloads
Download the binary for your OS from below:
- Linux: Debian package
- MacOS: .tgz Archive
Install
From source
cargo install --locked --git https://github.com/chevdor/subwasm
Linux
wget https://github.com/chevdor/subwasm/releases/download/v0.19.1/subwasm_linux_amd64_v0.19.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.19.0
- b856020: New version
- fc552ec: Update jsonrpsee
- c6dbaf2: Update Substrate to monthly 2023-04
- cbf9282: Update
AUTHORIZE_UPGRADE_PREFIX
(#64) - 8e2ed46: Extended version (#63)
- a7eb344: Refactor to prevent name collisions
- fd047d7: Update substrate to latest tag as well we other deps
- f40bf1c: deps upgrade
- 4322170: Minor fix
- 0a598b7: build - new homebrew formula for v0.19.0
Subwasm v0.19.0 (bfc5fc8b)
Downloads
Download the binary for your OS from below:
- Linux: Debian package
- MacOS: .tgz Archive
Install
From source
cargo install --locked --git https://github.com/chevdor/subwasm
Linux
wget https://github.com/chevdor/subwasm/releases/download/v0.19.0/subwasm_linux_amd64_v0.19.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.18.0
- cfed868: feat - add option to output metadata to a file (#61)
- b0b8303: Set clap color to Auto
- f3cfa4b: alternatives update (#56)
- 617113d: bump polkadot 0.9.33 (#60)
- 8441add: Add some Moonbeam endpoints (#57)
- fb460f0: Linter fixes and cleanup
- ec037c7: Switch to clap v4
- 4d4d789: Remove unrequired borrow
- c63efb7: Switch to nextest (#55)
- c2c54a2: Switch tests to the Parity RPC node instead of using one randomly
- 6e9facd: Fix rustfmt edition
- ce1052a: Update quick-check.yml
- fcc5908: Switch to Substrate monthly (#52)
- ce8a40a: Add warning when compressed runtime is overall 2MB (#50)
- 5a8492c: Fix #43 (#49)
Subwasm v0.18.0 (f0ebe6db)
Downloads
Download the binary for your OS from below:
- Linux: Debian package
- MacOS: .tgz Archive
Install
From source
cargo install --locked --git https://github.com/chevdor/subwasm
Linux
wget https://github.com/chevdor/subwasm/releases/download/v0.18.0/subwasm_linux_amd64_v0.18.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.17.1
Subwasm v0.17.1 (70ece054)
Downloads
Download the binary for your OS from below:
- Linux: Debian package
- MacOS: .tgz Archive
Install
From source
cargo install --locked --git https://github.com/chevdor/subwasm
Linux
wget https://github.com/chevdor/subwasm/releases/download/v0.17.1/subwasm_linux_amd64_v0.17.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.17.0
Subwasm v0.17.0 (568f765d)
Downloads
Download the binary for your OS from below:
- Linux: Debian package
- MacOS: .tgz Archive
Install
From source
cargo install --locked --git https://github.com/chevdor/subwasm
Linux
wget https://github.com/chevdor/subwasm/releases/download/v0.17.0/subwasm_linux_amd64_v0.17.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.16.0
- 568f765: Update doc
- 772dd2f: Update deps + version bump
- fdfd073: Fix endpoint urls
- a574c04: Switch to production profile
- 8f4a672: Fix clippy warning
- 0cecd76: Disable onfinality
- 6d428e8: Remove unrequired fn call
- 4339dc8: Update to clap v3
- ba62f85: Bring color to subcommands
- 07a992c: Add release profile
- 2682c6a: Add versions to the deps
- 33e8919: Dependency sp-maybe-compressed-blob version bump to 4.1.0-dev (#35)
- e554c94: Update README (#33)
- 532f947: Switch the MacOS runner to macos-10.15 specifically