Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
alexvanin opened this issue Aug 25, 2022 · 2 comments
Assignees

Comments

@alexvanin
Copy link
Contributor

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

🟢 Pros: better integration with contract or deploy procedure changes
🔴 Cons: longer startup

Alternatively it can prepare chain dump once (nspcc-dev/neofs-node#722) and reuse it on every restart.

/cc @realloc @carpawell @fyrchik

@alexvanin
Copy link
Contributor Author

After internal discussion with @realloc:

  • smart contracts should be compiled from source code in neofs-dev-env with expected neo-go version, we don't use archives from release pages,
  • make initial implementation without chain dump preparation step,
  • add optional chain dump preparation step later.

@alexvanin
Copy link
Contributor Author

Done in #212

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant