[#171] Update neofs-node v0.28.0-rc.3

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
nightly
Alex Vanin 2022-04-08 17:06:06 +03:00 committed by Alex Vanin
parent a35dcfc062
commit cc0086a656
3 changed files with 5 additions and 10 deletions

4
.env
View File

@ -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

View File

@ -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

View File

@ -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