nspcc-dev / neofs-dev-env

NeoFS local Development and Testing environment
https://fs.neo.org
GNU General Public License v3.0
9 stars 25 forks source link

Deploy sidechain environment with neofs-adm #212

Closed alexvanin closed 2 years ago

alexvanin commented 2 years ago

make up/basic now consist of three steps: 1) start essential services (basenet + chains) 2) deploy environment 3) start storage services

Before that, scripts download neofs-adm and compiled version of contract. :exclamation: For CI use path variables and compile neofs-adm binary and smart contracts on a runner locally.

To deploy sidechain neofs-adm config was expand with network section. Feel free to suggest different defaults (used from sidechain dumps).

Also MaxGasInvoke was changed even though we decided to keep value the same in #207. Sidechain deploy is really heavy.

fyrchik commented 2 years ago

Btw, what about using neofs-adm in bin/tick.sh?

alexvanin commented 2 years ago

Btw, what about using neofs-adm in bin/tick.sh?

It should be done in https://github.com/nspcc-dev/neofs-dev-env/issues/204