forked from TrueCloudLab/frostfs-dev-env
Update to latest neo-go and neofs-contract release
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
58338d22e9
commit
9b3b877ff3
2 changed files with 8 additions and 12 deletions
12
.env
12
.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.12.1/devenv_mainchain_notary_disabled.gz"
|
CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.13.0/devenv_mainchain_notary_disabled.gz"
|
||||||
NEOGO_VERSION=0.97.3
|
NEOGO_VERSION=0.98.0
|
||||||
|
|
||||||
# NeoGo sidechain
|
# NeoGo sidechain
|
||||||
MORPH_CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.12.1/devenv_sidechain.gz"
|
MORPH_CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.13.0/devenv_sidechain.gz"
|
||||||
|
|
||||||
# NeoFS InnerRing nodes
|
# NeoFS InnerRing nodes
|
||||||
IR_VERSION=0.26.1-31-ge7fd9809
|
IR_VERSION=0.27.0-rc.1-1-g3d5eb2a3
|
||||||
IR_IMAGE=nspccdev/neofs-ir
|
IR_IMAGE=nspccdev/neofs-ir
|
||||||
|
|
||||||
# NeoFS Storage nodes
|
# NeoFS Storage nodes
|
||||||
NODE_VERSION=0.26.1-31-ge7fd9809
|
NODE_VERSION=0.27.0-rc.1-1-g3d5eb2a3
|
||||||
NODE_IMAGE=nspccdev/neofs-storage
|
NODE_IMAGE=nspccdev/neofs-storage
|
||||||
|
|
||||||
# HTTP Gate
|
# HTTP Gate
|
||||||
|
@ -35,5 +35,5 @@ LOCODE_DB_URL=https://github.com/nspcc-dev/neofs-locode-db/releases/download/v0.
|
||||||
#LOCODE_DB_PATH=/path/to/locode_db
|
#LOCODE_DB_PATH=/path/to/locode_db
|
||||||
|
|
||||||
# NeoFS CLI binary
|
# NeoFS CLI binary
|
||||||
NEOFS_CLI_URL=https://github.com/nspcc-dev/neofs-node/releases/download/v0.26.1/neofs-cli-amd64.tar.gz
|
NEOFS_CLI_URL=https://github.com/nspcc-dev/neofs-node/releases/download/v0.27.0-rc.1/neofs-cli-amd64.tar.gz
|
||||||
#NEOFS_CLI_PATH=/path/to/neofs-cli-binary
|
#NEOFS_CLI_PATH=/path/to/neofs-cli-binary
|
||||||
|
|
|
@ -32,12 +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=a0aabac7e9e8b9f63f2fe756a08e4e6c554c987c
|
NEOFS_IR_CONTRACTS_NEOFS=c0b56b8f8c3d73af4dfbb5abcaaee2b305e875bb
|
||||||
NEOFS_IR_CONTRACTS_PROCESSING=d1b2d6de8f2e6cd81aad2bf8010f3324e25f5a7e
|
NEOFS_IR_CONTRACTS_PROCESSING=d5e7b475b60da6d617b71fe49ade91602e2df567
|
||||||
|
|
||||||
# Amount of alphabetic contracts in network, 7 by default.
|
|
||||||
# Limited by the number of letters in Glagolitic.
|
|
||||||
NEOFS_IR_CONTRACTS_ALPHABET_AMOUNT=1
|
|
||||||
|
|
||||||
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