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
In #7854, where the validator client a code organisation issue is bandaided by having the p2p client call back into the validator client whenever it receives a proposal ( in order to perform an attestation ).
This callback method makes me uncomfortable and feels like an anti pattern.
The AC of this issue is to reorganise the code to remove this callback pattern.
The text was updated successfully, but these errors were encountered:
Overview
In #7854, where the validator client a code organisation issue is bandaided by having the p2p client call back into the validator client whenever it receives a proposal ( in order to perform an attestation ).
This callback method makes me uncomfortable and feels like an anti pattern.
The AC of this issue is to reorganise the code to remove this callback pattern.
The text was updated successfully, but these errors were encountered: