Closed nonsense closed 4 years ago
This PR is moving the payment channel suite from https://github.com/filecoin-project/chain-validation/blob/master/suites/message/paych.go so that we build test vectors out of it.
payment channel suite
In the process I am changing the schema for ApplyMessage to include an Epoch, so that we can simulate messages pushed to the VM that arrive in different epochs - necessary for one of the payment channel tests (when settling).
ApplyMessage
Epoch
settling
This PR is moving the
payment channel suite
from https://github.com/filecoin-project/chain-validation/blob/master/suites/message/paych.go so that we build test vectors out of it.In the process I am changing the schema for
ApplyMessage
to include anEpoch
, so that we can simulate messages pushed to the VM that arrive in different epochs - necessary for one of the payment channel tests (whensettling
).