Closed tgrecojs closed 1 month ago
when (under what conditions) does the contract shut down?
working on getting the fine print on this.
here are some possible scenarios:
note: I'm not sure if these scenarios warrant a complete contract shutdown, or if there is a better approach to take (at some point in time when contract must cease to make certain operations available).
Having the contract shut down is desirable, since it frees up resources.
I've recently added this in one of the timer-based methods. The gist of it is - it ensures that the contract shuts down once the clock has struck midnight for the final epoch in an airdrop. @dckc
nifty.
I'm curious why this is still open. Did you mean to close it? Or is there more to do? a test or something?
oversight - closing
in order to properly shut down the contract, we first need to:
airdropPurse
zcf.shutdown('insert any last words...')