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
Copy file name to clipboardexpand all lines: protocols/v2/roles-logic-sv2/README.md
-3
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,5 @@ cargo add roles_logic_sv2
27
27
28
28
This crate can be built with the following feature flags:
29
29
30
-
-`with_serde`: Enables serialization and deserialization support using the serde library. This feature flag also activates the with_serde feature for dependent crates such as `binary_sv2`, `common_messages_sv2`, `template_distribution_sv2`, `job_declaration_sv2`, and `mining_sv2`.
31
-
Note that this feature flag is only used for the Message Generator, and deprecated
32
-
for any other kind of usage. It will likely be fully deprecated in the future.
33
30
-`prop_test`: Enables property-based testing features for template distribution logic, leveraging dependencies' testing capabilities such as `template_distribution_sv2` crate.
34
31
-`disable_nopanic`: Disables the nopanic logic in scenarios where code coverage tools might conflict with it.
0 commit comments