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.