You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently run RPC parity tests with forest-tool api compare command in CI. However, to reproduce or troubleshoot a failure, we have to use the full snapshot and filter on the method names. It'd be handy to be able to generate a minimal DB snapshot together with request payload and desired response with which we could unit test an RPC method.
Summary
We currently run RPC parity tests with
forest-tool api compare
command in CI. However, to reproduce or troubleshoot a failure, we have to use the full snapshot and filter on the method names. It'd be handy to be able to generate a minimal DB snapshot together with request payload and desired response with which we could unit test an RPC method.We've implemented a PoC demo during the team offsite on https://github.com/ChainSafe/forest/tree/hm/rpc-unit-tests branch. The next step would be converting the demo into formal PRs
Completion Criteria
Additional Links & Resources
The text was updated successfully, but these errors were encountered: