This will help off-chain reducers spot when a contract has actually been initialized, in cases where proxy creation happens separately from initialization.
We may want to change the standard around initialization; ideally the initialization event will occur last (i.e. via a modifier), after all changes have been pushed into state.
This will help off-chain reducers spot when a contract has actually been initialized, in cases where proxy creation happens separately from initialization.
We may want to change the standard around initialization; ideally the initialization event will occur last (i.e. via a modifier), after all changes have been pushed into state.