hyperledger-labs / go-perun

🌔 Perun's Blockchain-Agnostic State Channels Framework in Go.
https://perun.network/
Apache License 2.0
55 stars 18 forks source link

App channel test #339

Closed matthiasgeihs closed 2 years ago

matthiasgeihs commented 2 years ago

Adds an app-channel test to go-perun core, which was previously only run in the Ethereum backend.

matthiasgeihs commented 2 years ago

Had to rebase and improve the test stability. The CI was sometimes failing as the mock backend runs very fast (basically without timeouts at the moment). Introduced a few additional stages to improve stability.