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): contract deployment Fabric 2.x
Primary change: -------------- Add support for deploying contracts to Fabric 2.x ledgers Languages supported (and covered by tests): - golang - javascript - typescript It is assumed that the server that is running the Fabric ledger containers have the required dependencies to build the contracts. In the case of the tests this is provided by the Cactus Fabric All-In-One container image which has NodeJS and Go installed on it. Secondary change(s): ------------------- Breaking API change: renamed the contract deployment endpoint that supports Fabric 1.4.x so that: - the default implementation of it now assumes Fabric 2.x - there is still a compatible version of the endpoint for 1.4.x Fixes #654 Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
- Loading branch information