|
peer pods and blockchain api service taking too much memory 2 messages
#fabric-chaincode
#fabricsdk
#java
#kubernetes
#production
Do you have 60000 individual Fabric transactions, or does each Fabric transaction represent a batch of N records? What error is reported in peer logs? Note that you can configure peer for concurrency
Do you have 60000 individual Fabric transactions, or does each Fabric transaction represent a batch of N records? What error is reported in peer logs? Note that you can configure peer for concurrency
|
By
David Enyeart
·
|
|
issue in invoking chaincode 2 messages
#network
#chaincode
#fabric-chaincode
Hi Amit, If you see your using an array of string in the function parameter. But in the invoke command you are passing a separate parameter values. You have to change the function parameter or the inv
Hi Amit, If you see your using an array of string in the function parameter. But in the invoke command you are passing a separate parameter values. You have to change the function parameter or the inv
|
By
Chandramohan Jagtap
·
|
|
Error: "message": "Endorser must be connectable"
#fabric-chaincode
#fabric-sdk-go
#fabric-sdk-node
#grpc
#zoom
Could you please help me to sort out this issue I am able to create the report with org1 when it comes to org2. I am unable to do create operation when I am trying to create the model (report) in org2
Could you please help me to sort out this issue I am able to create the report with org1 when it comes to org2. I am unable to do create operation when I am trying to create the model (report) in org2
|
By
...
·
|
|
get specific records after GetHistoryForKey 2 messages
#fabric-chaincode
#chaincode
#database
#fabric-questions
Hello; In terms of parsing the history really would need to be parsed to find specific values; depending on the size you could always put the data into a different data structure, so it becomes a clas
Hello; In terms of parsing the history really would need to be parsed to find specific values; depending on the size you could always put the data into a different data structure, so it becomes a clas
|
By
Matthew White
·
|
|
Read write set mismatch error while processing parallel transactions 3 messages
#fabric-chaincode
#fabric
If two transactions sent by clients in parallel have the same case_no then you will see MVCC read conflicts. Endorsement for both will happen before the ledger is updated and they will both see that
If two transactions sent by clients in parallel have the same case_no then you will see MVCC read conflicts. Endorsement for both will happen before the ledger is updated and they will both see that
|
By
Mark Lewis
·
|
|
Commit readiness returns false but approvalformyorg returned success 2 messages
#fabric-chaincode
You are checking the commit readness with a different endorsement policy. The checkcommitreadness needs to be crafted with the same policy signature parameter. Try adding signature-policy ${SIG_POLICY
You are checking the commit readness with a different endorsement policy. The checkcommitreadness needs to be crafted with the same policy signature parameter. Try adding signature-policy ${SIG_POLICY
|
By
David F. D. Reis
·
|
|
Error committing chaincode to network with 4 orgs 2 messages
#fabric-chaincode
It appears that you are trying to commit an not approved definition. Check the crafted --name parameter on both commands. The checkcommitreadness is using another name definition: --name material_prov
It appears that you are trying to commit an not approved definition. Check the crafted --name parameter on both commands. The checkcommitreadness is using another name definition: --name material_prov
|
By
David F. D. Reis
·
|
|
How to query JSON data in chain codes stored in couchDB
#fabric-chaincode
Hi All, In my chaincodes, which stored in couchDB, I have a data structure like this: const order = { orderNumber, orderItems: JSON.stringify(OrderItemObj), orderStatus } Where OrderItemObj is , e.g.
Hi All, In my chaincodes, which stored in couchDB, I have a data structure like this: const order = { orderNumber, orderItems: JSON.stringify(OrderItemObj), orderStatus } Where OrderItemObj is , e.g.
|
By
pham.qtpham@...
·
|
|
#fabric-chaincode 2 messages
#fabric-chaincode
If you want to display the results of ledger queries in the browser, you'll need to create a backend component that interacts with Fabric. I suggest studying the REST API sample (https://github.com/hy
If you want to display the results of ledger queries in the browser, you'll need to create a backend component that interacts with Fabric. I suggest studying the REST API sample (https://github.com/hy
|
By
Andrew Coleman
·
|
|
#fabric-chaincode 2 messages
#fabric-chaincode
orderer.trade.com DNS maybe misconfigured. Why you are overriding tls hostname using the same hostname? Em ter., 4 de jan. de 2022 06:58, <pham.qtpham@...> escreveu:
orderer.trade.com DNS maybe misconfigured. Why you are overriding tls hostname using the same hostname? Em ter., 4 de jan. de 2022 06:58, <pham.qtpham@...> escreveu:
|
By
David F. D. Reis
·
|
|
Chaincode queries with couchDB 2 messages
#fabric-chaincode
The normal CouchDB query syntax is used in Fabric, please see the CouchDB query reference at https://docs.couchdb.org/en/3.1.1/api/database/find.html. Dave Enyeart pham.qtpham---12/19/2021 05:18:34 AM
The normal CouchDB query syntax is used in Fabric, please see the CouchDB query reference at https://docs.couchdb.org/en/3.1.1/api/database/find.html. Dave Enyeart pham.qtpham---12/19/2021 05:18:34 AM
|
By
David Enyeart
·
|
|
Question about invokeChaincode api 5 messages
#fabric-chaincode
Thank you guys so much, it's really helpful!
Thank you guys so much, it's really helpful!
|
By
BigBang019
·
|
|
How to get the public key of a client inside the chaincode ? 3 messages
#signcerts
#fabric-chaincode
Thank you.
By
K Sanjay Kumar
·
|
|
smart contract A invoking function from smart contract B 3 messages
#fabric-chaincode
There is an invokeChaincode() function available on the chaincode stub that can be used to make chaincode-to-chaincode calls: https://hyperledger.github.io/fabric-chaincode-node/release-2.2/api/fabric
There is an invokeChaincode() function available on the chaincode stub that can be used to make chaincode-to-chaincode calls: https://hyperledger.github.io/fabric-chaincode-node/release-2.2/api/fabric
|
By
Mark Lewis
·
|
|
#fabric-chaincode 2 messages
#fabric-chaincode
Many people utilize JSON format for assets stored on the ledger, the order items can therefore be a JSON array. Just be careful to utilize deterministic JSON marshaling in your chaincode, as described
Many people utilize JSON format for assets stored on the ledger, the order items can therefore be a JSON array. Just be careful to utilize deterministic JSON marshaling in your chaincode, as described
|
By
David Enyeart
·
|
|
Working with bookmarks 3 messages
#bookmark
#fabric-chaincode
Hi Sumit, Thanks & Regards Kavin Arumugam Mobile: +91 7373 36 86 36 LinkedIn: @karthikkavina
Hi Sumit, Thanks & Regards Kavin Arumugam Mobile: +91 7373 36 86 36 LinkedIn: @karthikkavina
|
By
Kavin Arumugam
·
|
|
How to see the mismatched Proposal Responses?
#fabric-chaincode
I'm using the test network (https://github.com/hyperledger/fabric-samples/tree/main/test-network). I found once I perform certain operations and run the following command, Hyperledger throws error ```
I'm using the test network (https://github.com/hyperledger/fabric-samples/tree/main/test-network). I found once I perform certain operations and run the following command, Hyperledger throws error ```
|
By
...
·
|
|
what is the lifecycle of a contract?
#fabric-chaincode
As far as I know, a contract is an instance class with the contract annotation. When does the Fabric runtime instantiate the contract class? When does the instance get disposed? From my experience, if
As far as I know, a contract is an instance class with the contract annotation. When does the Fabric runtime instantiate the contract class? When does the instance get disposed? From my experience, if
|
By
...
·
|
|
Error while Commit Chaincode (External chaincode) 3 messages
#fabric-kubernetes
#fabric-chaincode
Your endorsement rule: LifecycleEndorsement: Type: ImplicitMeta Rule: "MAJORITY Endorsement" So, the commit command needs to be submitted to the Majority of peers using --peerAddresses and --tlsRootCe
Your endorsement rule: LifecycleEndorsement: Type: ImplicitMeta Rule: "MAJORITY Endorsement" So, the commit command needs to be submitted to the Majority of peers using --peerAddresses and --tlsRootCe
|
By
David F. D. Reis
·
|
|
Re. Static or Dynamic security and vulnerability scanning tools for smart contracts - Go, Node.js and Java Contract APIs 3 messages
#fabric-chaincode
This one focuses on Go chaincode: https://github.com/sivachokkapu/revive-cc.
This one focuses on Go chaincode: https://github.com/sivachokkapu/revive-cc.
|
By
Baohua Yang
·
|