Manoranjith
Manoranjith
@matthiasgeihs
Do you think we should rename `AdjudicatgorSubscription` to `AdjudicatorSub` ? This would make it more concise and also in line with the name of other type `AdjudicatorReq`.
> > > * `Params.ID` should be calculated on the fly to avoid inconsistencies. Members of `Params` are exported, but should be read only. > > * `AdjudicatorReq.Acc` and `AdjudicatorReq.Idx`...
@matthiasgeihs
@matthiasgeihs
@matthiasgeihs - The modified values need not be returned. Because, what the SDK does it: 1. Read the latest state. 2. Modify it using the `updater`. 3. Modify some more...
Yes, I was referring to that, One change in the suggestion would be to take `finalize` as a boolean flag, rather than making it mutable. Because a state should be...
Yes, I agree that changing to a different paradigm of automatically trying to finalize before settle would be a larger change that should be done separately. So, we should indeed...
Hi @ggwpez I was also facing the similar problem of not being able to multiple parties apart by looking at the logs. I like your idea of using `prefix` over...
I do set the logger for the go-perun framework this way. Still my understanding is that, when I create two instances of the client within a single instance of the...