From 25a5e11bb316c6408814e38852d510b4e7abff10 Mon Sep 17 00:00:00 2001 From: Pavel Karpy Date: Tue, 26 Aug 2025 15:03:31 +0300 Subject: [PATCH 1/4] ir: drop removed IR's timers config Signed-off-by: Pavel Karpy --- services/ir1/cfg/config.yml | 6 ------ services/ir4/cfg/config.yml | 6 ------ services/ir7/cfg/config.yml | 6 ------ 3 files changed, 18 deletions(-) diff --git a/services/ir1/cfg/config.yml b/services/ir1/cfg/config.yml index cd8b854..1dbd1f7 100644 --- a/services/ir1/cfg/config.yml +++ b/services/ir1/cfg/config.yml @@ -64,15 +64,9 @@ fschain_autodeploy: true # Network time settings timers: - stop_estimation: - mul: 1 # Multiplier in x/y relation of when to stop basic income estimation within the epoch - div: 4 # Divider in x/y relation of when to stop basic income estimation within the epoch collect_basic_income: mul: 1 # Multiplier in x/y relation of when to start basic income asset collection within the epoch div: 2 # Divider in x/y relation of when to start basic income asset collecting within the epoch - distribute_basic_income: - mul: 3 # Multiplier in x/y relation of when to start basic income asset distribution within the epoch - div: 4 # Divider in x/y relation of when to start basic income asset distribution within the epoch # Storage node GAS emission settings emit: diff --git a/services/ir4/cfg/config.yml b/services/ir4/cfg/config.yml index deb7dfd..725b14b 100644 --- a/services/ir4/cfg/config.yml +++ b/services/ir4/cfg/config.yml @@ -58,15 +58,9 @@ fschain_autodeploy: true # Network time settings timers: - stop_estimation: - mul: 1 # Multiplier in x/y relation of when to stop basic income estimation within the epoch - div: 4 # Divider in x/y relation of when to stop basic income estimation within the epoch collect_basic_income: mul: 1 # Multiplier in x/y relation of when to start basic income asset collection within the epoch div: 2 # Divider in x/y relation of when to start basic income asset collecting within the epoch - distribute_basic_income: - mul: 3 # Multiplier in x/y relation of when to start basic income asset distribution within the epoch - div: 4 # Divider in x/y relation of when to start basic income asset distribution within the epoch # Storage node GAS emission settings emit: diff --git a/services/ir7/cfg/config.yml b/services/ir7/cfg/config.yml index 428899d..8fa86e2 100644 --- a/services/ir7/cfg/config.yml +++ b/services/ir7/cfg/config.yml @@ -64,15 +64,9 @@ fschain_autodeploy: true # Network time settings timers: - stop_estimation: - mul: 1 # Multiplier in x/y relation of when to stop basic income estimation within the epoch - div: 4 # Divider in x/y relation of when to stop basic income estimation within the epoch collect_basic_income: mul: 1 # Multiplier in x/y relation of when to start basic income asset collection within the epoch div: 2 # Divider in x/y relation of when to start basic income asset collecting within the epoch - distribute_basic_income: - mul: 3 # Multiplier in x/y relation of when to start basic income asset distribution within the epoch - div: 4 # Divider in x/y relation of when to start basic income asset distribution within the epoch # Storage node GAS emission settings emit: From 64daafb36461192b340d05a8b19da55db6f58356 Mon Sep 17 00:00:00 2001 From: Pavel Karpy Date: Thu, 23 Oct 2025 15:09:03 +0300 Subject: [PATCH 2/4] sn: turn quotas cache off Signed-off-by: Pavel Karpy --- services/storage/cfg/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/services/storage/cfg/config.yml b/services/storage/cfg/config.yml index fcc0951..24aeaca 100644 --- a/services/storage/cfg/config.yml +++ b/services/storage/cfg/config.yml @@ -17,6 +17,7 @@ prometheus: # NeoFS chain section fschain: dial_timeout: 30s # Timeout for side chain NEO RPC client connection + quota_ttl: -1s endpoints: # Side chain NEO RPC endpoints - ws://ir01.neofs.devenv:30333/ws From c8bf1cbb46efeae876cd17cf42add362deff6cf9 Mon Sep 17 00:00:00 2001 From: Pavel Karpy Date: Thu, 23 Oct 2025 15:47:42 +0300 Subject: [PATCH 3/4] env: update neofs-* to v0.49.1 Signed-off-by: Pavel Karpy --- .env | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.env b/.env index c94171d..ad802fc 100644 --- a/.env +++ b/.env @@ -14,12 +14,12 @@ NEO_GO_PLATFORM=linux-amd64 NEO_GO_URL="https://github.com/nspcc-dev/neo-go/releases/download/v${NEOGO_VERSION}/neo-go-${NEO_GO_PLATFORM}" # NeoFS InnerRing nodes -IR_VERSION=0.48.3 +IR_VERSION=0.49.1 IR_IMAGE=nspccdev/neofs-ir IR_NUMBER_OF_NODES=1 # NeoFS Storage nodes -NODE_VERSION=0.48.3 +NODE_VERSION=0.49.1 NODE_IMAGE=nspccdev/neofs-storage # REST Gate @@ -34,12 +34,12 @@ S3_GW_IMAGE=nspccdev/neofs-s3-gw #S3_GW_URL=https://github.com/nspcc-dev/neofs-s3-gw/releases/download/v${S3_GW_VERSION}/neofs-s3-gw-${S3_GW_PLATFORM} # NeoFS CLI binary -NEOFS_CLI_VERSION=v0.48.3 +NEOFS_CLI_VERSION=v0.49.1 NEOFS_CLI_URL="https://github.com/nspcc-dev/neofs-node/releases/download/${NEOFS_CLI_VERSION}/neofs-cli-linux-amd64" #NEOFS_CLI_PATH=/path/to/neofs-cli-binary # NeoFS ADM tool binary -NEOFS_ADM_VERSION=v0.48.3 +NEOFS_ADM_VERSION=v0.49.1 NEOFS_ADM_URL="https://github.com/nspcc-dev/neofs-node/releases/download/${NEOFS_ADM_VERSION}/neofs-adm-linux-amd64" #NEOFS_ADM_PATH=/path/to/neofs-adm-binary From b018211fbe7a9bf71c35e4a875a500dff5f84791 Mon Sep 17 00:00:00 2001 From: Pavel Karpy Date: Thu, 23 Oct 2025 15:51:20 +0300 Subject: [PATCH 4/4] env: update neo-go to v0.113.0 Signed-off-by: Pavel Karpy --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index ad802fc..3c5ec44 100644 --- a/.env +++ b/.env @@ -8,7 +8,7 @@ BASTION_VERSION=10 BASTION_IMAGE=debian #NEOGO -NEOGO_VERSION=0.110.0 +NEOGO_VERSION=0.113.0 NEOGO_IMAGE=nspccdev/neo-go NEO_GO_PLATFORM=linux-amd64 NEO_GO_URL="https://github.com/nspcc-dev/neo-go/releases/download/v${NEOGO_VERSION}/neo-go-${NEO_GO_PLATFORM}"