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
Both the Component trait and App have methods called begin_block and end_block. In addition to this, the corresponding, deprecated ABCI structs are needlessly passed through as arguments to these. These methods are no longer present in ABCI as of CometBFT v0.38, so we should rename them and refactor such that we aren't passing objects which have nothing done with them.
┆Issue Number: ENG-1006
The text was updated successfully, but these errors were encountered:
Both the
Component
trait andApp
have methods calledbegin_block
andend_block
. In addition to this, the corresponding, deprecated ABCI structs are needlessly passed through as arguments to these. These methods are no longer present in ABCI as of CometBFT v0.38, so we should rename them and refactor such that we aren't passing objects which have nothing done with them.┆Issue Number: ENG-1006
The text was updated successfully, but these errors were encountered: