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 Apr 5, 2023. It is now read-only.
When a committing peer receives a block from the Orderer it should immediately send a request (via Gossip) to validating peers within its own org to partially validate the block (according to validation policy). As the validating peers respond with results, the committer must validate them against the validation policy (i.e. signature, etc.) and then merge them with the results received from other peers. The committer must then validate the transactions for which results were not received.