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

Allow to generate chain dumps with neofs-adm #722

Closed
fyrchik opened this issue Jul 28, 2021 · 0 comments · Fixed by #1302
Closed

Allow to generate chain dumps with neofs-adm #722

fyrchik opened this issue Jul 28, 2021 · 0 comments · Fixed by #1302
Assignees
Labels
neofs-adm NeoFS Adm application issues

Comments

@fyrchik
Copy link
Contributor

fyrchik commented Jul 28, 2021

Currently, initialization stage requires running consensus nodes. This also allows us to setup environment in an already deployed network. However, for new network setup it is faster to generate a dump locally and then deploy all consensus nodes using this dump.
This can be used using --dump flag for both morph init command and morph generate-storage-wallet.

Proposed implementation is quite simple:

  1. Send all transactions via Client.SendRawTransaction.
  2. Allow to replace send function with writer-to-dump.
ZhangTao1596 pushed a commit to ZhangTao1596/neofs-node that referenced this issue Jul 28, 2021
…epoch and container id

Signed-off-by: ZhangTao1596 <zhangtao@ngd.neo.org>
cthulhu-rider pushed a commit that referenced this issue May 16, 2022
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
cthulhu-rider pushed a commit that referenced this issue May 16, 2022
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
cthulhu-rider pushed a commit that referenced this issue May 16, 2022
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
cthulhu-rider pushed a commit that referenced this issue May 16, 2022
…ers`

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
cthulhu-rider pushed a commit that referenced this issue May 16, 2022
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
cthulhu-rider pushed a commit that referenced this issue May 16, 2022
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
aprasolova pushed a commit to aprasolova/neofs-node that referenced this issue Oct 19, 2022
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
aprasolova pushed a commit to aprasolova/neofs-node that referenced this issue Oct 19, 2022
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
aprasolova pushed a commit to aprasolova/neofs-node that referenced this issue Oct 19, 2022
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
aprasolova pushed a commit to aprasolova/neofs-node that referenced this issue Oct 19, 2022
…oyParameters`

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
aprasolova pushed a commit to aprasolova/neofs-node that referenced this issue Oct 19, 2022
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
aprasolova pushed a commit to aprasolova/neofs-node that referenced this issue Oct 19, 2022
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
neofs-adm NeoFS Adm application issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant