Jakub Dzikowski

Results 57 issues of Jakub Dzikowski

When Fabric version is 2.5, use V2_5 capabilities Requires setting application capability to V2_5 in channel configuration. Requires adding object similar to: ```typescript interface CapabilitiesV2 { application: "V2_0"; channel: "V2_0";...

intern-2024

We use both yarn and nvm in chaincode installation: `chaincode-functions-v1.4.sh` and `chaincode-functions-v2.sh`. We don't want it because: * yarn seems to no longer as popular as it used to *...

intern-2024

- Dev mode in Fablo works for solo consensus and TLS disabled only - Also Fablo supports RAFT consensus with TLS only - Fabric v3 drops support for solo consensus,...

intern-2025

You can uncomment and fix checks in `e2e-network/docker/test-03-private-data.sh` to verify it works

The client from `samples/gateway` may be verified probably in `docker/test-01` script

good first issue

Add `gateway` flag to Fablo init command, which will create also Gateway client app in the directory. So it would be possible to use `./fablo init gateway` Checklist: 1. The...

good first issue

It can be verified in `samples/fablo-config-hlf3-1org-2chaincode-raft-ccaas.json` The issue is probably with the generating of graph node ID. The chaincode node id should contain also channel name.