-
Notifications
You must be signed in to change notification settings - Fork 37
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
Labels
neofs-adm
NeoFS Adm application issues
Comments
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>
This was referenced Apr 7, 2022
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
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
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 bothmorph init
command andmorph generate-storage-wallet
.Proposed implementation is quite simple:
Client.SendRawTransaction
.The text was updated successfully, but these errors were encountered: