From 9e0143602cacdb94f6f83cf5bd1d0478c3c822c6 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Fri, 15 Jan 2021 18:28:55 +0300 Subject: [PATCH] Update neofs-node to v0.14.1 Signed-off-by: Alex Vanin --- .env | 8 ++++---- services/ir/.ir.env | 4 ++-- services/storage/.storage.env | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.env b/.env index 7aa1f7a..c108aac 100644 --- a/.env +++ b/.env @@ -3,18 +3,18 @@ LOCAL_DOMAIN=neofs.devenv IPV4_PREFIX=192.168.130 # NeoGo privnet -CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.3.0/devenv_mainchain.gz" +CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.3.1/devenv_mainchain.gz" NEOGO_VERSION=0.92.0 # NeoGo sidechain -MORPH_CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.3.0/devenv_sidechain.gz" +MORPH_CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.3.1/devenv_sidechain.gz" # NeoFS InnerRing nodes -IR_VERSION=0.14.0 +IR_VERSION=0.14.1 IR_IMAGE=nspccdev/neofs-ir # NeoFS Storage nodes -NODE_VERSION=0.14.0 +NODE_VERSION=0.14.1 NODE_IMAGE=nspccdev/neofs-storage # HTTP Gate diff --git a/services/ir/.ir.env b/services/ir/.ir.env index 0deabd8..7b3373b 100644 --- a/services/ir/.ir.env +++ b/services/ir/.ir.env @@ -10,9 +10,9 @@ NEOFS_IR_TIMERS_EMIT=5m NEOFS_IR_EMIT_STORAGE_AMOUNT=100000000 NEOFS_IR_NETMAP_CLEANER_ENABLED=true -NEOFS_IR_CONTRACTS_NETMAP=39928a7c767063909e0699bf7e5b45b563a61269 +NEOFS_IR_CONTRACTS_NETMAP=7b383bc5a385859469f366b08b04b4fcd9a41f55 NEOFS_IR_CONTRACTS_BALANCE=b9af268168b1546d8b1e0c25dece3faa31153058 -NEOFS_IR_CONTRACTS_CONTAINER=f42b41702a19e681b467bba63ce42c8f5aeca679 +NEOFS_IR_CONTRACTS_CONTAINER=31761cba924830bfce2662a39fc7f830b90adbef NEOFS_IR_CONTRACTS_NEOFS=e11db12b0df3b3c05e6ed5f85e5cf53236e9dbeb NEOFS_IR_CONTRACTS_AUDIT=cdfb3dab86e6d60e8a143d9e2ecb0b188f3dc2eb diff --git a/services/storage/.storage.env b/services/storage/.storage.env index c3085d5..c738804 100644 --- a/services/storage/.storage.env +++ b/services/storage/.storage.env @@ -1,9 +1,9 @@ -NEOFS_MORPH_ENDPOINT=http://morph_chain:30333 +NEOFS_MORPH_RPC_ENDPOINT=http://morph_chain:30333 NEOFS_MORPH_NOTIFICATION_ENDPOINT=ws://morph_chain:30333/ws NEOFS_ACCOUNTING_SCRIPTHASH=b9af268168b1546d8b1e0c25dece3faa31153058 -NEOFS_CONTAINER_SCRIPTHASH=f42b41702a19e681b467bba63ce42c8f5aeca679 -NEOFS_NETMAP_SCRIPTHASH=39928a7c767063909e0699bf7e5b45b563a61269 +NEOFS_CONTAINER_SCRIPTHASH=31761cba924830bfce2662a39fc7f830b90adbef +NEOFS_NETMAP_SCRIPTHASH=7b383bc5a385859469f366b08b04b4fcd9a41f55 NEOFS_BOOTSTRAP_PERIODIC_ENABLED=true