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
{{ message }}
This repository was archived by the owner on Jun 11, 2024. It is now read-only.
Re-consider how single commits are handled in the pool, and how they are handled in the P2P event handlers so that the usage of event handler and validator registered here will be more standard usage
Motivation
Currently, single commit propagation is handle in validator in the p2p not to re-publish immediately after receiving the single commits, and on the actual handler, it does not do anything.
In general, this is not intended way to use the validator, so we should avoid this pattern.
Description
Re-consider how single commits are handled in the pool, and how they are handled in the P2P event handlers so that the usage of event handler and validator registered here will be more standard usage
Motivation
Currently, single commit propagation is handle in validator in the p2p not to re-publish immediately after receiving the single commits, and on the actual handler, it does not do anything.
In general, this is not intended way to use the validator, so we should avoid this pattern.
Additional Information
Related PR #72