From b4378f7c119b045861e44be30e2839b0a1632e41 Mon Sep 17 00:00:00 2001 From: Pavel Karpy Date: Wed, 25 Aug 2021 18:24:59 +0300 Subject: [PATCH] [#770] Update changelog Signed-off-by: Pavel Karpy --- CHANGELOG.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0feb0d5be..93dc133b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,20 @@ Changelog for NeoFS Node ## [Unreleased] ### Fixed -- Work of a storage node with one Neo RPC endpoint instead of a list (#746). -- Lack of support for HEAD operation on the object write cache (#762). +- Work of a storage node with one Neo RPC endpoint instead of a list (#746) +- Lack of support for HEAD operation on the object write cache (#762) + +### Changed +- Reduce container creation delay via listening P2P notary pool (#519) + +### Upgrading from v0.24.0 +Added `NEOFS_CONTRACTS_PROXY` env for Storage Node; mandatory in +notary enabled environments only. It should contain proxy contract's +scripthash in side chain. +Added `NEOFS_MORPH_NOTARY_DEPOSIT_AMOUNT` and +`NEOFS_MORPH_NOTARY_DEPOSIT_DURATION` envs for Storage Node, that +have default values, not required. They should contain notary deposit +amount and frequency(in blocks) respectively. ## [0.24.0] - 2021-08-30 Anmyeondo (안면도, 安眠島)