xaya / libxayagame

MIT License
21 stars 20 forks source link

Integration tests for Xayaships channel daemon #76

Closed domob1812 closed 5 years ago

domob1812 commented 5 years ago

This adds a framework for running channel daemons in integration tests, and adds exhaustive tests for various edge cases for Xayaships. We test basic games but also what happens if a move sent from the channel daemon fails due to a locked wallet, and how the channel daemon handles on-chain reorgs.

With this, all of #70 is done.