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