From cc0086a656bd9c91ec9a276d470bad1d6ceccdbb Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Fri, 8 Apr 2022 17:06:06 +0300 Subject: [PATCH] [#171] Update neofs-node v0.28.0-rc.3 Signed-off-by: Alex Vanin --- .env | 4 ++-- services/ir/.ir.env | 6 ++---- services/storage/.storage.env | 5 +---- 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/.env b/.env index 09ee54c..958af51 100644 --- a/.env +++ b/.env @@ -11,11 +11,11 @@ NEOGO_VERSION=0.98.2 MORPH_CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.15.0/devenv_sidechain_98_2.gz" # NeoFS InnerRing nodes -IR_VERSION=0.28.0-rc.2 +IR_VERSION=0.28.0-rc.3 IR_IMAGE=nspccdev/neofs-ir # NeoFS Storage nodes -NODE_VERSION=0.28.0-rc.2 +NODE_VERSION=0.28.0-rc.3 NODE_IMAGE=nspccdev/neofs-storage # NATS Server diff --git a/services/ir/.ir.env b/services/ir/.ir.env index 547c14f..e3a135a 100644 --- a/services/ir/.ir.env +++ b/services/ir/.ir.env @@ -19,10 +19,8 @@ NEOFS_IR_METRICS_ADDRESS=:9090 # Toggling the sidechain-only mode NEOFS_IR_WITHOUT_MAINNET=false -NEOFS_IR_MAINNET_ENDPOINT_CLIENT=http://main-chain:30333 -NEOFS_IR_MAINNET_ENDPOINT_NOTIFICATION=ws://main-chain:30333/ws -NEOFS_IR_MORPH_ENDPOINT_CLIENT=http://morph-chain:30333 -NEOFS_IR_MORPH_ENDPOINT_NOTIFICATION=ws://morph-chain:30333/ws +NEOFS_IR_MAINNET_ENDPOINT_CLIENT=ws://main-chain:30333/ws +NEOFS_IR_MORPH_ENDPOINT_CLIENT=ws://morph-chain:30333/ws NEOFS_IR_TIMERS_EMIT=50 NEOFS_IR_TIMERS_STOP_ESTIMATION_DIV=4 NEOFS_IR_TIMERS_COLLECT_BASIC_INCOME_DIV=2 diff --git a/services/storage/.storage.env b/services/storage/.storage.env index 292d79c..1af9500 100644 --- a/services/storage/.storage.env +++ b/services/storage/.storage.env @@ -25,10 +25,7 @@ NEOFS_GRPC_NUM=1 # Morph section ## Endpoints of sidechain RPC nodes (comma-separated) ## Default: empty list (invalid) -NEOFS_MORPH_RPC_ENDPOINT=http://morph-chain:30333 -## Endpoints of sidechain notifications (comma-separated) -## Default: empty list (invalid) -NEOFS_MORPH_NOTIFICATION_ENDPOINT=ws://morph-chain:30333/ws +NEOFS_MORPH_RPC_ENDPOINT=ws://morph-chain:30333/ws ## Dial timeout to connect to notification endpoint ## Default: 5s #NEOFS_MORPH_DIAL_TIMEOUT=1m