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

Do not pull unused contracts in `get.contracts` target #303

Open cthulhu-rider opened 10 months ago

cthulhu-rider commented 10 months ago

after

IR embeds contracts to be deployed in the NeoFS chain. Thus, DevEnv now only requires contracts for the main chain (chain service). While pulling all contracts does not break anything, it'd be better to pull only used contracts to avoid downloading/holding unused ballast

roman-khimov commented 10 months ago

Not sure we can easily do this, the tarball contains all of them. It's also just some tens of KB.