Jakub Dzikowski
Jakub Dzikowski
* Use the outcome from #390 to add support for query * Use query in test scripts
Right now we use some scripts in `e2e-network` directory to determine chaincode list, like in [`wait-for-chaincode.sh`](https://github.com/hyperledger-labs/fablo/blob/main/e2e-network/docker/wait-for-chaincode.sh). The goal of this issue is to support the following command for Docker engine:...
Our current CI uses Fabric 1.4.11 to verify private data for chaincodes. However, this test fails, because it requires obsolete version of Node (8), obsolete platform-dependent node packages, that needs...
See: https://matklad.github.io/2021/02/06/ARCHITECTURE.md.html
Include the following informations: 1. That we require DCO for commits 2. Running e2e tests (scripts) 3. Running regular integration tests 4. Updating snapshots with `npm run test:e2e-update`
see: ```typescript interface CapabilitiesV1 { application: "V1_3" | "V1_4_2"; channel: "V1_3" | "V1_4_2" | "V1_4_3"; orderer: "V1_1" | "V1_4_2"; isV2: false; } ```