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

Consider using neofs-adm instead of fetching sidechain dump from contract release page #208

Closed alexvanin closed 2 years ago

alexvanin commented 2 years ago

neofs-adm allows to deploy and configure smart contracts from genesis block. So we can provide compiled contracts and deploy environment step by step.

:green_circle: Pros: better integration with contract or deploy procedure changes :red_circle: Cons: longer startup

Alternatively it can prepare chain dump once (https://github.com/nspcc-dev/neofs-node/issues/722) and reuse it on every restart.

/cc @realloc @carpawell @fyrchik

alexvanin commented 2 years ago

After internal discussion with @realloc:

alexvanin commented 2 years ago

Done in #212