You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to be able to restart the BlockNode Server and the Servers state should be protected
Goal
So that BlockNode remembers what was the last_available_block after a restart.
Technical Notes
This interacts with #789 and should take that into account.
The idea here is to start with a very simple implementation that stores just enough data in the simplest useful format.
Later work will integrate the facility designed for #789.
The text was updated successfully, but these errors were encountered:
Persona
As a BlockNode Operator
Request
I want to be able to restart the BlockNode Server and the Servers state should be protected
Goal
So that BlockNode remembers what was the
last_available_block
after a restart.Technical Notes
This interacts with #789 and should take that into account.
The idea here is to start with a very simple implementation that stores just enough data in the simplest useful format.
Later work will integrate the facility designed for #789.
The text was updated successfully, but these errors were encountered: