From 4d38cd9b8fccffe4f87423f4a36fcd60077a0b48 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Wed, 5 May 2021 14:08:50 +0300 Subject: [PATCH] Update NeoFS node versions with non notary workflow support Signed-off-by: Alex Vanin --- .env | 4 ++-- services/ir/.ir.env | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 475da7c..06e089b 100644 --- a/.env +++ b/.env @@ -10,11 +10,11 @@ NEOGO_VERSION=0.94.1 MORPH_CHAIN_URL="fs.neo.org/dist/morph.chain.gz" # NeoFS InnerRing nodes -IR_VERSION=0.18.0-51-g66ddff34 +IR_VERSION=0.18.0-107-gdddbf036 IR_IMAGE=nspccdev/neofs-ir # NeoFS Storage nodes -NODE_VERSION=0.18.0-51-g66ddff34 +NODE_VERSION=0.18.0-107-gdddbf036 NODE_IMAGE=nspccdev/neofs-storage # HTTP Gate diff --git a/services/ir/.ir.env b/services/ir/.ir.env index 2e43e60..0cb706c 100644 --- a/services/ir/.ir.env +++ b/services/ir/.ir.env @@ -4,6 +4,8 @@ NEOFS_IR_PPROF_ENABLED=true # Toggling the sidechain-only mode NEOFS_IR_WITHOUT_MAINNET=false +NEOFS_IR_WITHOUT_NOTARY=false +NEOFS_IR_WITHOUT_MAIN_NOTARY=true NEOFS_IR_MAINNET_ENDPOINT_CLIENT=http://main_chain:30333 NEOFS_IR_MAINNET_ENDPOINT_NOTIFICATION=ws://main_chain:30333/ws