From a531ff9296d3bcca111aa77cfdc8a121982c71e7 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Thu, 9 Dec 2021 15:34:46 +0300 Subject: [PATCH] Update neofs-node to v0.27.0 Signed-off-by: Alex Vanin --- .env | 8 ++++---- services/ir/.ir.env | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.env b/.env index 7776517..8014a92 100644 --- a/.env +++ b/.env @@ -4,18 +4,18 @@ IPV4_PREFIX=192.168.130 CA_CERTS_TRUSTED_STORE=/etc/ssl/certs # NeoGo privnet -CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.13.0/devenv_mainchain_notary_disabled.gz" +CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.13.1/devenv_mainchain_notary_disabled.gz" NEOGO_VERSION=0.98.0 # NeoGo sidechain -MORPH_CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.13.0/devenv_sidechain.gz" +MORPH_CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.13.1/devenv_sidechain.gz" # NeoFS InnerRing nodes -IR_VERSION=0.27.0-rc.1-1-g3d5eb2a3 +IR_VERSION=0.27.0 IR_IMAGE=nspccdev/neofs-ir # NeoFS Storage nodes -NODE_VERSION=0.27.0-rc.1-1-g3d5eb2a3 +NODE_VERSION=0.27.0 NODE_IMAGE=nspccdev/neofs-storage # HTTP Gate diff --git a/services/ir/.ir.env b/services/ir/.ir.env index 669c75a..3d8b4db 100644 --- a/services/ir/.ir.env +++ b/services/ir/.ir.env @@ -32,8 +32,8 @@ NEOFS_IR_TIMERS_DISTRIBUTE_BASIC_INCOME_DIV=4 NEOFS_IR_EMIT_STORAGE_AMOUNT=1000000000 NEOFS_IR_NETMAP_CLEANER_ENABLED=true -NEOFS_IR_CONTRACTS_NEOFS=c0b56b8f8c3d73af4dfbb5abcaaee2b305e875bb -NEOFS_IR_CONTRACTS_PROCESSING=d5e7b475b60da6d617b71fe49ade91602e2df567 +NEOFS_IR_CONTRACTS_NEOFS=783b25bdaf59c89d4969152b3cb827b401e1a543 +NEOFS_IR_CONTRACTS_PROCESSING=36c5fc7b7f4fc0ae94a59e9832fa2db2e59be701 NEOFS_IR_MORPH_VALIDATORS=02b3622bf4017bdfe317c58aed5f4c753f206b7db896046fa7d774bbc4bf7f8dc2 NEOFS_IR_AUDIT_PDP_MAX_SLEEP_INTERVAL=100ms