From d7182f4cbbc3477abdabea6ce00c24e589cd0990 Mon Sep 17 00:00:00 2001 From: olegfomenko2002 Date: Sun, 15 Oct 2023 16:56:25 +0300 Subject: [PATCH] adding upgrade v1.0.7 information --- docs/common/mainnet/002-upgrades.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/common/mainnet/002-upgrades.md b/docs/common/mainnet/002-upgrades.md index f9235ad8..e83cbec0 100644 --- a/docs/common/mainnet/002-upgrades.md +++ b/docs/common/mainnet/002-upgrades.md @@ -1,5 +1,17 @@ # Mainnet upgrades +## V1.0.7 +Core binary: (alpine-linux/amd64): "". + +Also, you can build core from sources by yourself: Use <"https://github.com/rarimo/rarimo-core"> repo and `chains/mainnet` branch. + +Upgrade will perform automatically if you are using `cosmovisor` under Alpine linux. +Also, if you are using Ubuntu linux, please install `musl-dev` using `sudo apt install musl-dev` command to be able to use Alpine binary on your machine. + +Upgrade v1.0.7 introduces fixes to the `rarimocore` module: +- Adding feature to clear old TSS violation reports. +- Manual unfreeze of all TSS parties without necessity to reshare keys. + ## V1.0.6 Core binary: (alpine-linux/amd64): ""