From 8670163368877017ffa8723d7698d107ab59565f Mon Sep 17 00:00:00 2001 From: Slesarew <33295157+Slesarew@users.noreply.github.com> Date: Thu, 26 Sep 2024 00:16:48 +0300 Subject: [PATCH] chore: Release 0.10.0 (#30) * chore: bump version * docs: safety warnings, compatibility * chore: cargo.lock --- kampela/Cargo.lock | 2 +- kampela/Cargo.toml | 2 +- kampela/Readme.md | 12 ++++++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/kampela/Cargo.lock b/kampela/Cargo.lock index 1815cc2..61e7f6e 100644 --- a/kampela/Cargo.lock +++ b/kampela/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "app" -version = "0.9.2" +version = "0.10.0" dependencies = [ "cortex-m", "cortex-m-rt", diff --git a/kampela/Cargo.toml b/kampela/Cargo.toml index fdf9e00..b35aa4c 100644 --- a/kampela/Cargo.toml +++ b/kampela/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Vera Abramova "] edition = "2021" name = "app" -version = "0.9.2" +version = "0.10.0" [dependencies] cortex-m = { version = "0.7.6", features = ["critical-section-single-core"]} diff --git a/kampela/Readme.md b/kampela/Readme.md index 1b729b3..799d495 100644 --- a/kampela/Readme.md +++ b/kampela/Readme.md @@ -1,3 +1,15 @@ +# Compatibility + +This version of Kampela firmware is compatible with Siltti v0.10 + +# Project maturity + +This is an early proof of concept prototype, use for development and at your own risk only. + +# Security note + +Note that deprecated metadata shortening algorithm by Alzymologist Oy is implemented here, as opposed to one deployed in Polkadot ecosystem, thus no on-chain verification is actually happening. Migration is generally considered a trivial task by the community, we welcome PRs with corresponding patch (to all related repositories). + # Prerequisites ## Archlinux