Skip to content
This repository was archived by the owner on Apr 5, 2023. It is now read-only.
This repository was archived by the owner on Apr 5, 2023. It is now read-only.

Distributed Validation: Send validation requests to remote peers #560

@bstasyszyn

Description

@bstasyszyn

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions