xaya / libxayagame

MIT License
21 stars 19 forks source link

Create ChannelManager class for game channels #64

Closed domob1812 closed 5 years ago

domob1812 commented 5 years ago

This creates the ChannelManager class, which handles the main tasks of a channel daemon (as described in #57). This is very similar to Game for on-chain GSPs, although the structure is a bit different (external updates will be fed into the ChannelManager through separate objects and are not contained in the class already like the ZMQ subscriber is in Game).