Jakub Dzikowski
Jakub Dzikowski
probably a solution for this issue is to use in Fablo docker mounts for directories like `channel-name/chaincode-name` instead of just `chaincode-name`. It will allow to avoid duplicate mounts error
Hi @hexnikolas thanks for submitting this issue! This is our code that determines the `requiredPeerCount` property: ```typescript const anchorPeerCountsInChannel = channel.orgs.map((o) => (o.anchorPeers || []).length); const maxPeerCount = anchorPeerCountsInChannel.reduce((a, b)...
I think that might be the case with a peer trying to connect CouchDB before it's ready. It seems we don't have `depends_on` section for peers in our Docker compose...
The fix should be available in `1.2.1-unstable.0` version of Fablo
What do you mean by schema document? Currently when you create a snapshot of the network in Fablo, it also keeps all CA user accounts. You just need to create...
I see. That would be useful. I suppose it involves two things: 1. Adding relevant fields to config class ([src/types/FabloConfigJson.ts](https://github.com/hyperledger-labs/fablo/blob/main/src/types/FabloConfigJson.ts)) and config extended class ([src/types/FabloConfigExtended.ts](https://github.com/hyperledger-labs/fablo/blob/main/src/types/FabloConfigExtended.ts)), and changing hardcoded values here:...
Please do it in a way that is more convenient for you. We'll be more than happy to have Caliper onboard. Thanks!
Yeah, I think this is a good approach, since we want to deprecate fabric-tools anyway (https://github.com/hyperledger-labs/fablo/issues/245). It's also deprecated in Hyperledger Fabric. Have a look at this PR: https://github.com/hyperledger-labs/fablo/pull/316. It...
Hi @Nova38 how is it going? Do you need some help with this issue?
I think it might be a bit tricky to implement, but you can start it if you want