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 @@ -14,12 +14,12 @@ 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.47.0
IR_VERSION=0.48.3
IR_IMAGE=nspccdev/neofs-ir
IR_NUMBER_OF_NODES=1

# NeoFS Storage nodes
NODE_VERSION=0.47.0
NODE_VERSION=0.48.3
NODE_IMAGE=nspccdev/neofs-storage

# REST Gate
Expand All @@ -34,17 +34,17 @@ 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.47.0
NEOFS_CLI_VERSION=v0.48.3
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.47.0
NEOFS_ADM_VERSION=v0.48.3
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

# Compiled NeoFS Smart Contracts
NEOFS_CONTRACTS_VERSION=v0.20.0
NEOFS_CONTRACTS_VERSION=v0.23.0
NEOFS_CONTRACTS_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/${NEOFS_CONTRACTS_VERSION}/neofs-contract-${NEOFS_CONTRACTS_VERSION}.tar.gz"
#NEOFS_CONTRACTS_PATH=/path/to/unpacked/neofs-contracts-dir

Expand Down
1 change: 0 additions & 1 deletion docs/ir.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ $ make help
...
Targets:
...
update.audit_fee Update audit fee per result in fixed 12 (make update.audit_fee val=100)
update.basic_income_rate Update basic income rate in fixed 12 (make update.basic_income_rate val=1000)
update.container_fee Update container fee per alphabet node in fixed 12 (make update.container_fee val=500)
update.eigen_trust_iterations Update amount of EigenTrust iterations (make update.eigen_trust_iterations val=2)
Expand Down
4 changes: 0 additions & 4 deletions neofs_config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ update.epoch_duration:
update.max_object_size:
@./bin/config.sh MaxObjectSize $(val)

# Update audit fee per result in fixed 12 (make update.audit_fee val=100)
update.audit_fee:
@./bin/config.sh AuditFee $(val)

# Update container fee per alphabet node in fixed 12 (make update.container_fee val=500)
update.container_fee:
@./bin/config.sh ContainerFee $(val)
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 @@ -78,16 +78,10 @@ timers:
emit:
storage:
amount: 1000000000 # Fixed8 value of sidechain GAS emitted to all storage nodes once per GAS emission cycle; disabled by default

# Audit settings
audit:
pdp:
max_sleep_interval: 100ms # Maximum timeout between object.RangeHash requests to the storage node

# Settlement settings
settlement:
basic_income_rate: 100000000 # Optional: override basic income rate value from network config; applied only in debug mode
audit_fee: 100000 # Optional: override audit fee value from network config; applied only in debug mode

experimental:
chain_meta_data: true # Optional: allows creating containers with metadata handled via FS chain
6 changes: 0 additions & 6 deletions services/ir4/cfg/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,9 @@ emit:
storage:
amount: 1000000000 # Fixed8 value of sidechain GAS emitted to all storage nodes once per GAS emission cycle; disabled by default

# Audit settings
audit:
pdp:
max_sleep_interval: 100ms # Maximum timeout between object.RangeHash requests to the storage node

# Settlement settings
settlement:
basic_income_rate: 100000000 # Optional: override basic income rate value from network config; applied only in debug mode
audit_fee: 100000 # Optional: override audit fee value from network config; applied only in debug mode

experimental:
chain_meta_data: true # Optional: allows creating containers with metadata handled via FS chain
6 changes: 0 additions & 6 deletions services/ir7/cfg/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,9 @@ emit:
storage:
amount: 1000000000 # Fixed8 value of sidechain GAS emitted to all storage nodes once per GAS emission cycle; disabled by default

# Audit settings
audit:
pdp:
max_sleep_interval: 100ms # Maximum timeout between object.RangeHash requests to the storage node

# Settlement settings
settlement:
basic_income_rate: 100000000 # Optional: override basic income rate value from network config; applied only in debug mode
audit_fee: 100000 # Optional: override audit fee value from network config; applied only in debug mode

experimental:
chain_meta_data: true # Optional: allows creating containers with metadata handled via FS chain