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
12 changes: 6 additions & 6 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ BASTION_VERSION=10
BASTION_IMAGE=debian

#NEOGO
NEOGO_VERSION=0.114.0
NEOGO_VERSION=0.116.0
NEOGO_IMAGE=nspccdev/neo-go
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.50.2
IR_VERSION=0.51.0
IR_IMAGE=nspccdev/neofs-ir
IR_NUMBER_OF_NODES=1

# NeoFS Storage nodes
NODE_VERSION=0.50.2
NODE_VERSION=0.51.0
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.50.2
NEOFS_CLI_VERSION=v0.51.0
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.50.2
NEOFS_ADM_VERSION=v0.51.0
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.25.1
NEOFS_CONTRACTS_VERSION=v0.26.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 services/ir/artifacts.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ get.contracts: NEOFS_CONTRACTS_ARCHIVE=neofs-contracts.tar.gz
get.contracts:
@mkdir -p ${NEOFS_CONTRACTS_DEST}

# TODO(#303): pull only NeoFS contract, others are not needed
ifeq (${NEOFS_CONTRACTS_PATH},)
@echo "⇒ Download compiled NeoFS contracts from ${NEOFS_CONTRACTS_URL}"
@curl -sSL ${NEOFS_CONTRACTS_URL} -o ${NEOFS_CONTRACTS_ARCHIVE}
Expand Down