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
We should separate out the block related methods from TxOwner in the following grounds:
Some modules not implementing any Tx may serve TxOwners 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 TxOwners exported for all Tx types implemented by a module, all of the TxOwners will be redundantly notified.
The text was updated successfully, but these errors were encountered:
We should separate out the block related methods from TxOwner in the following grounds:
TxOwner
s and may want to have chances to prepare to serve them and/or clean up after serving all.TxOwner
s exported for all Tx types implemented by a module, all of theTxOwner
s will be redundantly notified.The text was updated successfully, but these errors were encountered: