pfi79
pfi79
> > > https://github.com/Hyperledger-TWGC/tape/actions/runs/10139934701/job/28034221020?pr=410#step:5:1052 > > > hi @pfi79 and @denyeart, > > > I got same issue with 3.0.0-preview, you can ref log at: > > > https://github.com/Hyperledger-TWGC/tape/actions/runs/10139934701/job/28034221020?pr=410#step:5:680 >...
> There is an [open issue](https://github.com/hyperledger/fabric/issues/3650) discussing potential update to protos-go-apiv2. Due to some concerns that were raised in that issue, my [latest thinking](https://github.com/hyperledger/fabric/issues/3650#issuecomment-2161393753) was to not proceed with the...
> Yes, it can be considered independent. But in that case the PR description should mention the rationale for the various changes. For example adding proto.Clone() in various places seems...
@bestbeforetoday Sorry, I see your change is still in the draft. But I'll ask you a question right away. Will you have a proposal for mixed structures, where there are...
https://github.com/hyperledger/fabric/issues/3650
I use ``` osv-scanner: uses: "google/osv-scanner-action/.github/workflows/[email protected]" ``` if replaced ``` osv-scanner: uses: "google/osv-scanner-action/.github/workflows/[email protected]" ``` I get an error: ``` error parsing called workflow ".github/workflows/vulnerability-scan.yml" -> "google/osv-scanner-action/.github/workflows/[email protected]" : failed to fetch...
> > After trying to update github.com/prometheus/client_golang, the peer and orderer programs in docker stopped building. However, if the vendor folder is removed, everything builds fine. > > Can you...
Thank you for your proposes. I have a few questions. 1. Will you reuse proto files from the fabric-protos project or will you create your own message types? 2. I...
My claims is with the Range query: - For some calls (like GetStateByRange), the iterator when Next is called, each call sends a message to the peer. This is very...
I want to try to replicate your situation and fix it. I have a few questions: - have you tried this in fabric-samples - tried it in the latest version...