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
It is also sound to create a snapshot for the anchor (which might be a bit older
than the immutable tip, as garbage collection has not yet been performed); eg in
V1, we create a snapshot for the last flushed state, which is almost always
older than the immutable tip.
However, it is trivial to create a snapshot for the immutable tip, so let's just
do that, as it means (very slightly) faster replay on node startup.
0 commit comments