planetarium / libplanet

Blockchain in C#/.NET for on-chain, decentralized gaming
https://docs.libplanet.io/
GNU Lesser General Public License v2.1
505 stars 139 forks source link

Remove `IConsensusMessageCommunicator` from `Context`. #3848

Closed greymistcube closed 1 week ago

greymistcube commented 1 week ago

As ConsensusContext is responsible for relaying and dispatching ConsensusMsgs to a Context, it makes better sense to do the same in the opposite direction, i.e. relaying a published ConsensusMsg from Context to the message communicator.