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
Closing since this is really hard to do ince all of the endpoints are stored as a large enum, which you cannot iterate through easily in rust. Further complications come from the fact that we might want one test for some endpoints and multiple for others. General guideline is that as you add a jsonrpc endpoint, you should also add tests to peertest
In one way or another, we want the test harness run to fail if it hasn't run against every currently implemented
TrinEndpoint
re: #148 (comment)
The text was updated successfully, but these errors were encountered: