xaya / libxayagame

MIT License
21 stars 19 forks source link

Split game-channel library in two #117

Closed domob1812 closed 2 years ago

domob1812 commented 2 years ago

This splits the gamechannel library in two parts: The core logic for managing e.g. state proofs and channel states is moved to a new channelcore library, which is particularly light-weight (no threading, networking, RPCs or dependencies on xayagame for instance). This will allow it to be used more easily e.g. in wasm for web-based channel daemons, or for channels not directly linked to a Xaya GSP.