v0.9.13
nightly-2021-03-15
or jump ahead and use 1.53.0
.
Base image & Rust compiler
- version bump to 0.9.13
- switch rustc to
nightly-2021-06-20
- engrave the image name into the image itself
- switch the base image from
ubuntu:bionic
toubuntu:20.04
- install new dependencies (
tera-cli
andsubwasm
) using the prebuilt debian packages - swap the previous
ipfs
calls for calls tosubwasm
- swap the previous
substrate-runtime-hasher
calls for calls tosubwasm
More Output & compressed runtimes
- new
analyse.sh
script to provide the output required for both uncompressed and compressed runtimes - add support for compressed runtimes in the build script
- new script to get the context
- restructure the json output while keeping it mostly compatible (
gen
has been renamed togenerator
). New keys areinfo
,context
andruntimes
- replace the previous handcrafting of the text output by a call to
tera-cli
driven by a swappable template
Documentation
- generate a markdown file form the source asciidoc
- doc update
- new logos
- new samples
Fixes
- fetch the cargo version from the runtime crate vs the Cargo.toml in the root of the repo previously