go-perun GitHub
PR #343 | Simplify virtual channel proposal |
Before, it was quite involved to generate a virtual channel proposal. One had to provide so called index maps that specify how participant indices are remapped from root channel to virtual channel. For our current case of two-party, it is, however, quite simple to generate these based with a more simpler input (a boolean flag that denotes whether the participant order is the same or different). depends on #342 |
Created At 2022-05-19 15:12:43 +0000 UTC
PR #342 | Satisfy linter |
My local version of golangci for some reason reports more than our CI. Goal of this PR: Satisfy local and remote golangci. depends on #341 |
Created At 2022-05-19 15:08:55 +0000 UTC
PR #341 | Client tests: fail on error |
Client tests involve concurrency. t.FailNow is not available there. That's why we often used assert instead of require. Now we can use role.Require. |
Created At 2022-05-19 09:41:53 +0000 UTC