firefly-fabconnect GitHub

PR #47 Gateway client
Added support to use the gateway implementation in the SDK (client-side gateway) that works with a Fabric peer that has the discovery service turned on, in order to minimize the required information inside the connection profile. This works when `useGatewayClient: true` is configured. If not set or set to `false`, then the original support of solely relying on the connection profile is used. Another bool configuration parameter `useGatewayServer` is added but is ineffective right now. It's for the Fabric 2.4 support for server-side gateway which makes the target peer a "submitting peer", in order to minimize the burden of the client SDKs in coordinating the peers selection and transaction proposals submission. Support for it will be added in a future PR.
Created At 2021-09-21 19:38:46 +0000 UTC