Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(connector-fabric): endorsing peers request arg hyperledger-cacti…
…#1122 Makes it possible to set the endorsing peers on a transaction when submitted through the Fabric connector. For example these values can be passed in to the new parameter and it will set the endorsers up accordingly prior to submitting the transaction to the ledger: - org1.example.com - Org1MSP - org2.example.com - Org2MSP (You only need either the org domain or the msp ID, no need to specify both of them for it to work). For a working example, see this test case: packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/integration/fabric-v2-2-x/run-transaction-endpoint-v1.test.ts Depends on hyperledger-cacti#1123 Depends on hyperledger-cacti#1130 Fixes hyperledger-cacti#1122 Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
- Loading branch information