This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
Open
Description
We should add support for supplying an ink! version to be used for the playground in the URL. This is necessary to allow links to the playground remain working, independent of us introducing breaking changes in new ink! releases. Generated permalinks should also contain this version. It's also needed for #428.
I suggest to have a URL route a la https://ink-playground.substrate.io/v3.3.1/
and have the playground start up with a Cargo.toml
template for that ink! version. Following semver we would only need to have templates for MINOR
and MAJOR
versions.