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
While attempting to use types to implement a production client in bdk I found that error types were not re-exported. Somewhat related; in verify we currently only verify that a test foo_bar exists for RPC method foobar but we do not verify that into_model is tested.
I have a patch in development to improve this.
The text was updated successfully, but these errors were encountered:
While attempting to use
types
to implement a production client inbdk
I found that error types were not re-exported. Somewhat related; inverify
we currently only verify that a testfoo_bar
exists for RPC methodfoobar
but we do not verify thatinto_model
is tested.I have a patch in development to improve this.
The text was updated successfully, but these errors were encountered: