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
Also, unify the approach of adding ConsensusMessage to RequestBeginBlock based on #1120 (comment).
Ideally, there should be only one point for adding consensus messages. Given that they come from ConsensusMessagesStream, this should send them there instead of having to ways of sending consensusMessages. There is no implementation of the stream as of now. Unify the approach of adding consensus messages when the stream is implemented!
The text was updated successfully, but these errors were encountered:
Implement ConsensusMessagesStream.
ADR link https://www.notion.so/dymension/ADR-x-Sequencer-Messages-34f95e2b579e458e8bb4252da19324bd.
Related epic https://github.com/dymensionxyz/epics/issues/1.
Also, unify the approach of adding ConsensusMessage to RequestBeginBlock based on #1120 (comment).
The text was updated successfully, but these errors were encountered: