diff --git a/.env b/.env index c94171d..3c5ec44 100644 --- a/.env +++ b/.env @@ -8,18 +8,18 @@ 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}" # 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 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: 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