Open
Description
We should separate out the block related methods from TxOwner in the following grounds:
- Some modules not implementing any Tx may serve
TxOwner
s and may want to have chances to prepare to serve them and/or clean up after serving all. - Modules implementing multiple types of Txes may get notified on block open/close only once. With
TxOwner
s exported for all Tx types implemented by a module, all of theTxOwner
s will be redundantly notified.
Metadata
Metadata
Assignees
Labels
No labels