Skip to content

Dissemination: Service for submitting config to consenter, getting a response after validation #192

@tock-ibm

Description

@tock-ibm
  • The router sends the config TX to the consenter of its own party. It waits for a response, which comes after the consenter validates the TX.
  • The consenter receives a config TX, processes it, and provides an answer to the router.

This can be done by reusing the fabric Broadcast service.
The consenter exposes the gRPC service; the router uses the Broadcast client to submit the TX.
The consenter accepts submissions only from the router of its own party.
Use the client TLS cert to verify the router's identity.
The consenter already implements "Broadcast()" (since it fully implements Deliver() to deliver decisions), it just always return an error now.

Metadata

Metadata

Assignees

Labels

configConfig and re-config

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions