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
{{ message }}
This repository was archived by the owner on May 14, 2025. It is now read-only.
A user should be able to write tests that use RPC method calls that use generated code.
Success here is the bindings crate has full bindings for the following APIs:
Schema coverage.
All structs are exercised in the test suite. This may require fixture support, test setup/teardown support, and node resetting support.
Schema coverage of the Common Node API.
Schema coverage of the v1 API.
Logic coverage.
Tests like GetHead, SetHead, GetHead followed by an assertion.
Success here is the
bindingscrate has full bindings for the following APIs:v1forest-tool api comparetest suite to test e.g methods that have changed between v0 and v1. See refactor: updateAPI_PATHSaccording to lotus docs forest#4516We should consider using these bindings in Forest.
test-suite.All structs are exercised in the test suite. This may require fixture support, test setup/teardown support, and node resetting support.
Tests like
GetHead,SetHead,GetHeadfollowed by an assertion.