forked from TrueCloudLab/frostfs-dev-env
Update neofs-node to v0.27.0
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
9b3b877ff3
commit
a531ff9296
2 changed files with 6 additions and 6 deletions
8
.env
8
.env
|
@ -4,18 +4,18 @@ IPV4_PREFIX=192.168.130
|
||||||
CA_CERTS_TRUSTED_STORE=/etc/ssl/certs
|
CA_CERTS_TRUSTED_STORE=/etc/ssl/certs
|
||||||
|
|
||||||
# NeoGo privnet
|
# NeoGo privnet
|
||||||
CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.13.0/devenv_mainchain_notary_disabled.gz"
|
CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.13.1/devenv_mainchain_notary_disabled.gz"
|
||||||
NEOGO_VERSION=0.98.0
|
NEOGO_VERSION=0.98.0
|
||||||
|
|
||||||
# NeoGo sidechain
|
# NeoGo sidechain
|
||||||
MORPH_CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.13.0/devenv_sidechain.gz"
|
MORPH_CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.13.1/devenv_sidechain.gz"
|
||||||
|
|
||||||
# NeoFS InnerRing nodes
|
# NeoFS InnerRing nodes
|
||||||
IR_VERSION=0.27.0-rc.1-1-g3d5eb2a3
|
IR_VERSION=0.27.0
|
||||||
IR_IMAGE=nspccdev/neofs-ir
|
IR_IMAGE=nspccdev/neofs-ir
|
||||||
|
|
||||||
# NeoFS Storage nodes
|
# NeoFS Storage nodes
|
||||||
NODE_VERSION=0.27.0-rc.1-1-g3d5eb2a3
|
NODE_VERSION=0.27.0
|
||||||
NODE_IMAGE=nspccdev/neofs-storage
|
NODE_IMAGE=nspccdev/neofs-storage
|
||||||
|
|
||||||
# HTTP Gate
|
# HTTP Gate
|
||||||
|
|
|
@ -32,8 +32,8 @@ NEOFS_IR_TIMERS_DISTRIBUTE_BASIC_INCOME_DIV=4
|
||||||
NEOFS_IR_EMIT_STORAGE_AMOUNT=1000000000
|
NEOFS_IR_EMIT_STORAGE_AMOUNT=1000000000
|
||||||
NEOFS_IR_NETMAP_CLEANER_ENABLED=true
|
NEOFS_IR_NETMAP_CLEANER_ENABLED=true
|
||||||
|
|
||||||
NEOFS_IR_CONTRACTS_NEOFS=c0b56b8f8c3d73af4dfbb5abcaaee2b305e875bb
|
NEOFS_IR_CONTRACTS_NEOFS=783b25bdaf59c89d4969152b3cb827b401e1a543
|
||||||
NEOFS_IR_CONTRACTS_PROCESSING=d5e7b475b60da6d617b71fe49ade91602e2df567
|
NEOFS_IR_CONTRACTS_PROCESSING=36c5fc7b7f4fc0ae94a59e9832fa2db2e59be701
|
||||||
|
|
||||||
NEOFS_IR_MORPH_VALIDATORS=02b3622bf4017bdfe317c58aed5f4c753f206b7db896046fa7d774bbc4bf7f8dc2
|
NEOFS_IR_MORPH_VALIDATORS=02b3622bf4017bdfe317c58aed5f4c753f206b7db896046fa7d774bbc4bf7f8dc2
|
||||||
NEOFS_IR_AUDIT_PDP_MAX_SLEEP_INTERVAL=100ms
|
NEOFS_IR_AUDIT_PDP_MAX_SLEEP_INTERVAL=100ms
|
||||||
|
|
Loading…
Reference in a new issue