Since closed is going to be the default (see #91), there's no reason to have 'closed' and 'finalized' be separate concepts. We can just have is open prevent FINALIZE from being called at all, and require the user to call FINALIZE manually once they are done making modifications.
Since closed is going to be the default (see #91), there's no reason to have 'closed' and 'finalized' be separate concepts. We can just have
is open
preventFINALIZE
from being called at all, and require the user to callFINALIZE
manually once they are done making modifications.