hyperledger / hyperledger/fabric-x-common

Orderer endpoint format in orderer org definition

Open
#84 2 comments 0 reactions 1 assignee Claimed by @liran-funaro View on GitHub
Dominant language
Go
Stars
21
Forks
15
Avg merge
2d 19h
Merged PRs (30d)
20

Description

In Fabric-x each endpoint is a string, in json, yaml, or comma separated format.
It must include the ID (= PartyID), and the API role = delivery | broadcast, as well as the address and port.
In the fabric-x-orderer, party IDs start from 1, ID=0 is illegal. The range is 1:(2^16)-1 as the party-ID is uint16.

The set of endpoint IDs should be consistent with the set if IDs declared in the ConsenterMapping. That is, the set of IDs from ConsenterMapping, (e.g. 1,2,3,4) defines the set of parties in the ordering service. Each party (ID) should have a delivery endpoint (assembler) and a broadcast endpoint (router).

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.