Artur Puzio
Artur Puzio
Image on docker-hub and current release (0.1.0) doesn't include fix for include+ in include+ file from #8. Would you mind publishing a new release that includes this fix?
- Added delegates functionality to Channel Worker. - Adjusted transaction checks - Added tests for Delegates Resolves #757
Standard situation compatibility of Channels should be checked and binaries in tests adjusted (where needed). ~Blocked by #533~
Channels compatibility in solo close + slash + settle scenario should be checked and tests adjusted. As new epoch API is better we can make the tests more meaningful (currently...
Channel compatibility of delegates should be checked and tests introduced. This excluded delegates making Force Progress transactions. ~Blocked by #757, #759~
There are some comments under #791 that still need to be fixed (#791 was already merged)
Epoch implements a network protocol for Channel negotiation and handling. We want to create a ChannelConnector whose role will be to implement that protocol. ChannelConnector should: - take advantage of...
When top fork changes we should notify (probably through events) all interested modules about txs that were missed (all between top block and common block of forks). Optionally we should...
Allow delegates to: SoloClose, Slash, ForceProgress (if already implemented), Snapshot (if already implemented) ~This is blocked by #755~
When a call to TestFramework timeouts, tests never terminate created nodes `TestFramework.delete_all_nodes()`. This causes leftover processes and leftover node files. I think this issue is of low importance. Workaround: call...