Closed nonsense closed 4 years ago
~Looks like we are not setting up the Receiver
correctly from the Sender
:~
VM.Call failure: voucher payment channel address t01002 does not match receiver t2bev75hv5nxtp22pmfs3bquqphjhlqf3z2hwsqlq
~I imagine we should be constructing the voucher with the receiver set to t01002 in this case.~
@Stebalien somewhat related to https://github.com/filecoin-project/oni/pull/263
I am getting the payment channel error mentioned above only when using specs-actors
v0.9.12
- downgrading to v0.9.11
and lotus
set to 1a170e18add7
fixes this.
I am not sure where the bug is, but my guess is that something is wrong with specs-actors
v0.9.12
, so that we get a mismatch between the rt.Receiver
and the payment channel address.
Looks like the version of lotus
updated at https://github.com/filecoin-project/oni/pull/266 solved the issue.
This PR is fixing the payment channel stress tests. There are two problems with them at the moment: