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

Creation of new auxiliary chains should be resumable #61

Open
schemar opened this issue Apr 23, 2019 · 1 comment
Open

Creation of new auxiliary chains should be resumable #61

schemar opened this issue Apr 23, 2019 · 1 comment

Comments

@schemar
Copy link
Contributor

schemar commented Apr 23, 2019

Story

As a user
I want to resume a failed creation command
Because I don't want to repeatedly pay deployment transaction fees on origin

Scenarios

Given that I run the command to create a new auxiliary chain
When the command fails
And I rerun the command for the same chain
Then it resumes after the last previously successful step

Info

This means the mosaic config of the new auxiliary chain must be written after every update to keep the data available in case of an error.

It is probably sufficient to resume execution after the last step that was successfully recorded in the mosaic config, and not track every tiny step individually. That still provides the benefit of not repeating the deployment transactions, which are probably the most expensive ones.

@benjaminbollen
Copy link
Contributor

it's too complicated for now. The Night King is dead but putting it on ❄️

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

No branches or pull requests

2 participants