filecoin-project / oni

👹 (DEPRECATED; see README) Project Oni | Network Validation
https://docs.google.com/document/d/16jYL--EWYpJhxT9bakYq7ZBGLQ9SB940Wd1lTDOAbNE
7 stars 5 forks source link

payment channel suite #210

Closed nonsense closed 4 years ago

nonsense commented 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.

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).