Skip to content

v0.9.13

Compare
Choose a tag to compare
@chevdor chevdor released this 29 Jun 10:24
· 71 commits to master since this release
b7f99fb

⚠️ Despite the large number of changes, this version is paving the way for the next one and it is NOT recommended using this version. Use either 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 to ubuntu:20.04
  • install new dependencies (tera-cli and subwasm) using the prebuilt debian packages
  • swap the previous ipfs calls for calls to subwasm
  • swap the previous substrate-runtime-hasher calls for calls to subwasm

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 to generator). New keys are info, context and runtimes
  • 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