Luca Simonetti @Nohup
Luca Simonetti @Nohup
I also have installed the package (I tried to check with peer lifecycle chaincode queryinstalled and it prints out fine) using the peer command would be a little bit of...
it might be related to the signing policy. I can't really find any documentation on this, are these equivalent? ``` OR('Org1MSP.peer') ``` ```yaml identities: # list roles to be used...
Here's a log from an early request log, when system is fast: and here's a request from when the system is getting slower: This was in a time frame of...
this is the complete log of a single request: ``` [36m2024-05-06 14:58:02.359 UTC 3051a5 DEBU[0m [endorser] [36;1mProcessProposal[0m -> request from 10.20.2.15:58362 [36m2024-05-06 14:58:02.359 UTC 3051a6 DEBU[0m [endorser] [36;1mValidate[0m -> creator...
from the couchdb repo I found this, which might be of interest https://github.com/apache/couchdb/issues/1319#issuecomment-388409052
we used a different strategy for now, because the connection through hyperledger degrades really quickly so we for the reads we connect directly to the couchdb and this way couchdb...