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
Currently, we maintain two variants of binary_sv2: the serde variant and the no-serde variant. The serde variant was originally retained to support the Message Generator. However, since we are now working to decouple the Message Generator into a separate repository, maintaining the serde variant of binary_sv2 is no longer necessary. This issue will serve as a tracker for all required changes to complete the migration and deprecate the serde variant.
Deprecate the serde variant of binary_sv2: Designate the no-serde variant as the primary and sole variant of binary_sv2. Additionally, remove all with_serde feature flags throughout the roles and protocol.
Refining the current MG Test workflow to checkout the MG from its future repo
Both task 1 and 2 are disjoint, and share no dependence.
Currently, we maintain two variants of
binary_sv2
: the serde variant and the no-serde variant. The serde variant was originally retained to support the Message Generator. However, since we are now working to decouple the Message Generator into a separate repository, maintaining the serde variant ofbinary_sv2
is no longer necessary. This issue will serve as a tracker for all required changes to complete the migration and deprecate the serde variant.Action Items:
Decouple the Message Generator: Move the Message Generator to its own repository. The new repository will depend on protocol crates that reference a previously released version of the protocol where serde was still supported as a feature flag. This task is currently led by @plebhash, and the ongoing development can be tracked here: [GitHub Repository - Stratum Message Generator](https://github.com/stratum-mining/stratum-message-generator).
Deprecate the serde variant of
binary_sv2
: Designate the no-serde variant as the primary and sole variant ofbinary_sv2
. Additionally, remove allwith_serde
feature flags throughout the roles and protocol.Refining the current MG Test workflow to checkout the MG from its future repo
Both task 1 and 2 are disjoint, and share no dependence.
The text was updated successfully, but these errors were encountered: