forked from TrueCloudLab/frostfs-dev-env
[#133] Increase GAS emission and notary deposits
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
0bc7f842a3
commit
80fb9b3bc2
3 changed files with 10 additions and 12 deletions
4
.env
4
.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"
|
MORPH_CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.11.0/devenv_sidechain.gz"
|
||||||
|
|
||||||
# NeoFS InnerRing nodes
|
# NeoFS InnerRing nodes
|
||||||
IR_VERSION=0.25.0
|
IR_VERSION=0.25.1
|
||||||
IR_IMAGE=nspccdev/neofs-ir
|
IR_IMAGE=nspccdev/neofs-ir
|
||||||
|
|
||||||
# NeoFS Storage nodes
|
# NeoFS Storage nodes
|
||||||
NODE_VERSION=0.25.0
|
NODE_VERSION=0.25.1
|
||||||
NODE_IMAGE=nspccdev/neofs-storage
|
NODE_IMAGE=nspccdev/neofs-storage
|
||||||
|
|
||||||
# HTTP Gate
|
# HTTP Gate
|
||||||
|
|
|
@ -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_MAINNET_ENDPOINT_NOTIFICATION=ws://main_chain:30333/ws
|
||||||
NEOFS_IR_MORPH_ENDPOINT_CLIENT=http://morph_chain:30333
|
NEOFS_IR_MORPH_ENDPOINT_CLIENT=http://morph_chain:30333
|
||||||
NEOFS_IR_MORPH_ENDPOINT_NOTIFICATION=ws://morph_chain:30333/ws
|
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_STOP_ESTIMATION_DIV=4
|
||||||
NEOFS_IR_TIMERS_COLLECT_BASIC_INCOME_DIV=2
|
NEOFS_IR_TIMERS_COLLECT_BASIC_INCOME_DIV=2
|
||||||
NEOFS_IR_TIMERS_DISTRIBUTE_BASIC_INCOME_MUL=3
|
NEOFS_IR_TIMERS_DISTRIBUTE_BASIC_INCOME_MUL=3
|
||||||
NEOFS_IR_TIMERS_DISTRIBUTE_BASIC_INCOME_DIV=4
|
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_NETMAP_CLEANER_ENABLED=true
|
||||||
|
|
||||||
NEOFS_IR_CONTRACTS_NEOFS=e2535ba4e47f02e11187ab47f3d6f31e07b75488
|
NEOFS_IR_CONTRACTS_NEOFS=e2535ba4e47f02e11187ab47f3d6f31e07b75488
|
||||||
|
|
|
@ -34,14 +34,12 @@ NEOFS_MORPH_NOTIFICATION_ENDPOINT=ws://morph_chain:30333/ws
|
||||||
#NEOFS_MORPH_DIAL_TIMEOUT=1m
|
#NEOFS_MORPH_DIAL_TIMEOUT=1m
|
||||||
# Disable side chain caches
|
# Disable side chain caches
|
||||||
#NEOFS_MORPH_DISABLE_CACHE=true
|
#NEOFS_MORPH_DISABLE_CACHE=true
|
||||||
|
## Notary deposit amount for notary invocations
|
||||||
# Main chain section
|
## Default: 50000000
|
||||||
## Endpoints of main chain RPC nodes (comma-separated)
|
NEOFS_MORPH_NOTARY_DEPOSIT_AMOUNT=100000000
|
||||||
## Default: empty list
|
## Notary deposit timer duration
|
||||||
NEOFS_MAINCHAIN_RPC_ENDPOINT=http://morph_chain:30333
|
## Default: 1000
|
||||||
## Dial timeout to connect to main chain RPC node
|
NEOFS_MORPH_NOTARY_DEPOSIT_DURATION=50
|
||||||
## Default: 5s
|
|
||||||
#NEOFS_MAINCHAIN_DIAL_TIMEOUT=1m
|
|
||||||
|
|
||||||
# Cache of API clients section
|
# Cache of API clients section
|
||||||
## Dial timeout to connect to remote API server
|
## Dial timeout to connect to remote API server
|
||||||
|
|
Loading…
Reference in a new issue