Logs:
Todays_logs.txt
- Firefox
I can't explain nor reproduce this issue. On the logs, I can see the channel request action with a deposit, the channel open success and confirmed success actions and monitor, but no logs about approve/deposit nor deposit actions going through. I can't see how this can be possible with the current code. The only explanation would be that some of the deposit tx prompts got hidden by Metamask and stood stuck without neither reply nor rejection, otherwise we would see at least failure.
I just tested the workflow, and it's working fine here.
I have signed all transactions in MetaMask
Time is 2 hours off (I think we are logging in UTC, right?)

So, the channelOpenEpic did act as expected, but the events were not picked up by channelMonitoredEpic. I'm trying to make it more reliable.
Most helpful comment
So, the
channelOpenEpicdid act as expected, but the events were not picked up bychannelMonitoredEpic. I'm trying to make it more reliable.