diff --git a/.env b/.env index feb2dfc..72778d6 100644 --- a/.env +++ b/.env @@ -11,11 +11,11 @@ NEOGO_VERSION=0.97.2 MORPH_CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.11.0/devenv_sidechain.gz" # NeoFS InnerRing nodes -IR_VERSION=0.25.0 +IR_VERSION=0.25.1 IR_IMAGE=nspccdev/neofs-ir # NeoFS Storage nodes -NODE_VERSION=0.25.0 +NODE_VERSION=0.25.1 NODE_IMAGE=nspccdev/neofs-storage # HTTP Gate diff --git a/services/ir/.ir.env b/services/ir/.ir.env index 533200d..70ecce0 100644 --- a/services/ir/.ir.env +++ b/services/ir/.ir.env @@ -23,13 +23,13 @@ NEOFS_IR_MAINNET_ENDPOINT_CLIENT=http://main_chain:30333 NEOFS_IR_MAINNET_ENDPOINT_NOTIFICATION=ws://main_chain:30333/ws NEOFS_IR_MORPH_ENDPOINT_CLIENT=http://morph_chain:30333 NEOFS_IR_MORPH_ENDPOINT_NOTIFICATION=ws://morph_chain:30333/ws -NEOFS_IR_TIMERS_EMIT=300 +NEOFS_IR_TIMERS_EMIT=50 NEOFS_IR_TIMERS_STOP_ESTIMATION_DIV=4 NEOFS_IR_TIMERS_COLLECT_BASIC_INCOME_DIV=2 NEOFS_IR_TIMERS_DISTRIBUTE_BASIC_INCOME_MUL=3 NEOFS_IR_TIMERS_DISTRIBUTE_BASIC_INCOME_DIV=4 -NEOFS_IR_EMIT_STORAGE_AMOUNT=100000000 +NEOFS_IR_EMIT_STORAGE_AMOUNT=1000000000 NEOFS_IR_NETMAP_CLEANER_ENABLED=true NEOFS_IR_CONTRACTS_NEOFS=e2535ba4e47f02e11187ab47f3d6f31e07b75488 diff --git a/services/storage/.storage.env b/services/storage/.storage.env index 7d0d88c..1f8bf79 100644 --- a/services/storage/.storage.env +++ b/services/storage/.storage.env @@ -34,14 +34,12 @@ NEOFS_MORPH_NOTIFICATION_ENDPOINT=ws://morph_chain:30333/ws #NEOFS_MORPH_DIAL_TIMEOUT=1m # Disable side chain caches #NEOFS_MORPH_DISABLE_CACHE=true - -# Main chain section -## Endpoints of main chain RPC nodes (comma-separated) -## Default: empty list -NEOFS_MAINCHAIN_RPC_ENDPOINT=http://morph_chain:30333 -## Dial timeout to connect to main chain RPC node -## Default: 5s -#NEOFS_MAINCHAIN_DIAL_TIMEOUT=1m +## Notary deposit amount for notary invocations +## Default: 50000000 +NEOFS_MORPH_NOTARY_DEPOSIT_AMOUNT=100000000 +## Notary deposit timer duration +## Default: 1000 +NEOFS_MORPH_NOTARY_DEPOSIT_DURATION=50 # Cache of API clients section ## Dial timeout to connect to remote API server