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
After #142 merges add logic to verify to check that Method::new_modelled matches 'version + model' in 'Returns' section and that Method::new_no_model matches with 'version'.
The text was updated successfully, but these errors were encountered:
tcharding
added a commit
to tcharding/corepc
that referenced
this issue
May 2, 2025
The module docs in each version specific module (e.g. `types::v17`) are
supposed to be the single source of truth for devs trying to work out
which methods are supported and how.
Make an effort to better present the information.
Note that a bunch docs for methods marked as TODO may be incorrect re
version vs version + model. This doesn't matter right now since they
will be checked when implemented and also TODO implies no guarantees (in
my mind anyway).
Note also issue rust-bitcoin#144. `verify` does not check the Returns column against
the `Method` constructor type.
Close: rust-bitcoin#109
After #142 merges add logic to
verify
to check thatMethod::new_modelled
matches 'version + model' in 'Returns' section and thatMethod::new_no_model
matches with 'version'.The text was updated successfully, but these errors were encountered: