From 9b3b877ff3c72ed54da670a58e834becb131342a Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Tue, 7 Dec 2021 16:41:50 +0300 Subject: [PATCH] Update to latest neo-go and neofs-contract release Signed-off-by: Alex Vanin --- .env | 12 ++++++------ services/ir/.ir.env | 8 ++------ 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/.env b/.env index 8b51c4f..7776517 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.12.1/devenv_mainchain_notary_disabled.gz" -NEOGO_VERSION=0.97.3 +CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.13.0/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.12.1/devenv_sidechain.gz" +MORPH_CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.13.0/devenv_sidechain.gz" # NeoFS InnerRing nodes -IR_VERSION=0.26.1-31-ge7fd9809 +IR_VERSION=0.27.0-rc.1-1-g3d5eb2a3 IR_IMAGE=nspccdev/neofs-ir # NeoFS Storage nodes -NODE_VERSION=0.26.1-31-ge7fd9809 +NODE_VERSION=0.27.0-rc.1-1-g3d5eb2a3 NODE_IMAGE=nspccdev/neofs-storage # HTTP Gate @@ -35,5 +35,5 @@ LOCODE_DB_URL=https://github.com/nspcc-dev/neofs-locode-db/releases/download/v0. #LOCODE_DB_PATH=/path/to/locode_db # NeoFS CLI binary -NEOFS_CLI_URL=https://github.com/nspcc-dev/neofs-node/releases/download/v0.26.1/neofs-cli-amd64.tar.gz +NEOFS_CLI_URL=https://github.com/nspcc-dev/neofs-node/releases/download/v0.27.0-rc.1/neofs-cli-amd64.tar.gz #NEOFS_CLI_PATH=/path/to/neofs-cli-binary diff --git a/services/ir/.ir.env b/services/ir/.ir.env index 5a43b95..669c75a 100644 --- a/services/ir/.ir.env +++ b/services/ir/.ir.env @@ -32,12 +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=a0aabac7e9e8b9f63f2fe756a08e4e6c554c987c -NEOFS_IR_CONTRACTS_PROCESSING=d1b2d6de8f2e6cd81aad2bf8010f3324e25f5a7e - -# Amount of alphabetic contracts in network, 7 by default. -# Limited by the number of letters in Glagolitic. -NEOFS_IR_CONTRACTS_ALPHABET_AMOUNT=1 +NEOFS_IR_CONTRACTS_NEOFS=c0b56b8f8c3d73af4dfbb5abcaaee2b305e875bb +NEOFS_IR_CONTRACTS_PROCESSING=d5e7b475b60da6d617b71fe49ade91602e2df567 NEOFS_IR_MORPH_VALIDATORS=02b3622bf4017bdfe317c58aed5f4c753f206b7db896046fa7d774bbc4bf7f8dc2 NEOFS_IR_AUDIT_PDP_MAX_SLEEP_INTERVAL=100ms