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 has been archived by the owner on Jun 11, 2024. It is now read-only.
Pass node's generator info into commitPool that required generator Info to identify nonGossiped commits created by the node generator for commit selection process to gossip in the network.
Acceptance Criteria
In the periodic job in the commitPool, it should consider nonGossipedCommit created by the node generator for commit selection process to gossip in the network. It should be tested by unit tests.
Additional Information
Currently, commitPool doesn't have information about the node generator, so it should be passed through the constructor by the consensus.
The text was updated successfully, but these errors were encountered:
Description
Pass node's generator info into commitPool that required generator Info to identify nonGossiped commits created by the node generator for commit selection process to gossip in the network.
Acceptance Criteria
Additional Information
The text was updated successfully, but these errors were encountered: