Issue summary
PR #3699 supports testing compatibility for the Filecoin.StateCall endpoint. Messages from the 20 first tipsets are used in the tests, but that's not enough to cover all the complexity of Lotus equivalent code (see Lotus callInternal implementation).
Task summary
Acceptance Criteria
Make sure responses fail first and then make the tests pass.
Other information and links
https://github.com/filecoin-project/lotus/blob/0b0d7c96df590ab6ac2db3fb975a112a9a220199/chain/stmgr/call.go#L74C1-L267
Issue summary
PR #3699 supports testing compatibility for the
Filecoin.StateCallendpoint. Messages from the 20 first tipsets are used in the tests, but that's not enough to cover all the complexity of Lotus equivalent code (see LotuscallInternalimplementation).Task summary
Acceptance Criteria
Make sure responses fail first and then make the tests pass.
Other information and links
https://github.com/filecoin-project/lotus/blob/0b0d7c96df590ab6ac2db3fb975a112a9a220199/chain/stmgr/call.go#L74C1-L267