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
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.
Logic coverage of the Common Node API.
Logic coverage of the v1 API.
The text was updated successfully, but these errors were encountered:
aatifsyed
changed the title
[milestone] rust tooling is GA
[milestone] Rust tooling tracking issue
Aug 21, 2024
Success here is the
bindings
crate has full bindings for the following APIs:v1
forest-tool api compare
test suite to test e.g methods that have changed between v0 and v1. See refactor: updateAPI_PATHS
according 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
,GetHead
followed by an assertion.The text was updated successfully, but these errors were encountered: