Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
6 changes: 0 additions & 6 deletions services/ir1/cfg/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 0 additions & 6 deletions services/ir4/cfg/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 0 additions & 6 deletions services/ir7/cfg/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions services/storage/cfg/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down