|
How to write test case for fabric-contract-api-go
#fabric-chaincode
hello, What is the best way to write test cases for smart contracts written in golang using the fabric-contract-api-go Thanks in advance
hello, What is the best way to write test cases for smart contracts written in golang using the fabric-contract-api-go Thanks in advance
|
By
saiomkar
·
|
|
Chaincode container is running but query operation gives chaincode instantiation failed 6 messages
#fabric-chaincode
I've improved the error message a bit so that the next people to hit the issue at least know which communication has failed upfront: https://github.com/hyperledger/fabric/pull/1308 Dave Enyeart "Sures
I've improved the error message a bit so that the next people to hit the issue at least know which communication has failed upfront: https://github.com/hyperledger/fabric/pull/1308 Dave Enyeart "Sures
|
By
David Enyeart
·
|
|
#couchdb #fabric-chaincode #fabric-sdk-java 7 messages
#couchdb
#fabric-chaincode
#fabric-sdk-java
Just for confirmation - spoke with Marek on rocketchat, and the fix for FABCJ-285 will resolve this... will look to put our a patch release in the coming week. Regards, Matthew. Matthew B White IBM Bl
Just for confirmation - spoke with Marek on rocketchat, and the fix for FABCJ-285 will resolve this... will look to put our a patch release in the coming week. Regards, Matthew. Matthew B White IBM Bl
|
By
Matthew White
·
|
|
Private data logs in fabric version 2.0 2 messages
#fabric
#fabric-chaincode
Hi, We compared the performance of both v1.4 and v.2.0 using public data, i.e., without collections. We have not observed any performance differences. Since the introduction of pvtdata feature, the go
Hi, We compared the performance of both v1.4 and v.2.0 using public data, i.e., without collections. We have not observed any performance differences. Since the introduction of pvtdata feature, the go
|
By
Senthil Nathan
·
|
|
#fabric-orderer #fabric-chaincode 6 messages
#fabric-orderer
#fabric-chaincode
I think most use cases will want the read-write behavior. Append-only use cases may want the blind write behavior. For example consider an IOT sensor that records a data point hourly. There isn't real
I think most use cases will want the read-write behavior. Append-only use cases may want the blind write behavior. For example consider an IOT sensor that records a data point hourly. There isn't real
|
By
David Enyeart
·
|
|
MVCC conflict when I benchmark Java chaincode (update function) only 1tx per second. 4 messages
#hyperledger-fabric
#fabric-chaincode
#consensus
#raft
If you send a steady flow of updates for the same key, you will always have some transactions in flight (endorsement or ordering phase) while earlier transactions are committing on peers. Since the la
If you send a steady flow of updates for the same key, you will always have some transactions in flight (endorsement or ordering phase) while earlier transactions are committing on peers. Since the la
|
By
David Enyeart
·
|
|
Rich Query on levelDB (~7x faster queries) - iState package 21 messages
#fabric
#fabric-chaincode
Btw, FoundationDB org officially supports a document layer (https://github.com/FoundationDB/fdb-document-layer based on MongoDB API) on top of the foundationDB. As it is a multi-modal database, they a
Btw, FoundationDB org officially supports a document layer (https://github.com/FoundationDB/fdb-document-layer based on MongoDB API) on top of the foundationDB. As it is a multi-modal database, they a
|
By
Senthil Nathan
·
|
|
Orderer not connected to the channel.
#hyperledger-fabric
#fabric-ca-client
#fabric-chaincode
#fabric-sdk-node
While executing a submitTransaction method i am getting an error like "2020-04-30T17:18:11.313Z - warn: [Transaction]: _validatePeerResponses: Received error response from peer: message=transaction re
While executing a submitTransaction method i am getting an error like "2020-04-30T17:18:11.313Z - warn: [Transaction]: _validatePeerResponses: Received error response from peer: message=transaction re
|
By
hrshlbhgt@...
·
|
|
Error while invoking function
#fabric-sdk-node
#hyperledger-fabric
#fabric-ca-client
#fabric-chaincode
#fabricca
I am getting an error while invoking functions in smart contract Could anyone let me know why i getting this silly error, I only have one argument in the function as argument looks like this "async vi
I am getting an error while invoking functions in smart contract Could anyone let me know why i getting this silly error, I only have one argument in the function as argument looks like this "async vi
|
By
hrshlbhgt@...
·
|
|
How to share an Asset that belongs to UserA in Org1 to UserB of Org2 instaed of asset transfer in Hyperledger fabric v1.4 ? 2 messages
#fabric-chaincode
#couchdb
#fabric-questions
#hyperledger-fabric
Private data collections define which organization's peers are authorized to receive and store the private data. This is orthogonal to user based access control. You need to consider both aspects. So
Private data collections define which organization's peers are authorized to receive and store the private data. This is orthogonal to user based access control. You need to consider both aspects. So
|
By
David Enyeart
·
|
|
Error: chaincode not found! 4 messages
#fabric-chaincode
#hyperledger-fabric
Hi Kamlesh I have done what you said and this moment I faced"Error:timed out waiting for txid on all peers" error when I executed "peer lifecycle chaincode approveformyorg" command. Do you know how to
Hi Kamlesh I have done what you said and this moment I faced"Error:timed out waiting for txid on all peers" error when I executed "peer lifecycle chaincode approveformyorg" command. Do you know how to
|
By
bcekici119@...
·
|
|
#fabric-chaincode
#fabric-chaincode
how chaincode example 02 can be modified in hyperledger 1.4.4 help!!
how chaincode example 02 can be modified in hyperledger 1.4.4 help!!
|
By
music prime
·
|
|
#fabric-chaincode 2 messages
#fabric-chaincode
Which version of fabric and fabric-samples are you using? example02 was renamed abstore over a year ago. I recommend you move to at least fabric-1.4.6 if not 2.0.1. -- Arnaud Le Hors - Senior Technica
Which version of fabric and fabric-samples are you using? example02 was renamed abstore over a year ago. I recommend you move to at least fabric-1.4.6 if not 2.0.1. -- Arnaud Le Hors - Senior Technica
|
By
Arnaud Le Hors
·
|
|
#fabric-chaincode 2 messages
#fabric-chaincode
Hi, You can copy your own chaincode in same folder or mount the chaincode folder to docker-compose file in cli container. For simplicity, you can modify example_02 chaincode as per your own chaincode
Hi, You can copy your own chaincode in same folder or mount the chaincode folder to docker-compose file in cli container. For simplicity, you can modify example_02 chaincode as per your own chaincode
|
By
Kamlesh Nagware
·
|
|
Pluggable transaction endorsement and validation
#fabric-chaincode
#fabric
#consensus
I am using the fabric 1.4.6. I am unable to use pluggable transaction endorsement and validation. There is no samples available. I also tried http://github.com/hyperledger/fabric-chaincode-go/pkg/stat
I am using the fabric 1.4.6. I am unable to use pluggable transaction endorsement and validation. There is no samples available. I also tried http://github.com/hyperledger/fabric-chaincode-go/pkg/stat
|
By
...
·
|
|
I got "Handshake failed with fatal error" but transaction was made
#raft
#tls
#fabric
#fabric-chaincode
#fabric-orderer
Hi members, I built my HLF network based on v2.0 test-network and have 3 instances in GCP. - Instance 1 : cli, peer0.meters, peer1.hq, ca.org1, orderer0 - Instance 2 : peer0.hq, peer1.meters, orderer1
Hi members, I built my HLF network based on v2.0 test-network and have 3 instances in GCP. - Instance 1 : cli, peer0.meters, peer1.hq, ca.org1, orderer0 - Instance 2 : peer0.hq, peer1.meters, orderer1
|
By
ever4cys@...
·
|
|
Increase chaincode instantiation timeout
#fabric
#docker
#fabric-chaincode
#fabric-questions
#hyperledger-fabric
Is there anyway to increase the wait time on a chaincode instantiation? The default seems to be about 10 minutes but I have a peer with low bandwidth and the docker image download combined with the co
Is there anyway to increase the wait time on a chaincode instantiation? The default seems to be about 10 minutes but I have a peer with low bandwidth and the docker image download combined with the co
|
By
mark@...
·
|
|
Hyperledger install Java chaincode 2 messages
#fabric-chaincode
This, I believe, will be a mismatch of versions on the `build.gradle` file; Check the version of the 'shadowJar' plugin used - in some examples there was an older version of this that was for previous
This, I believe, will be a mismatch of versions on the `build.gradle` file; Check the version of the 'shadowJar' plugin used - in some examples there was an older version of this that was for previous
|
By
Matthew White
·
|
|
Hyperledger 1.4 install & instantiate javascript chaincode 3 messages
#fabric-chaincode
Hi, I think it might be a problem with the different versions. I upgraded to 2.0 & everything works fine. Thanks
Hi, I think it might be a problem with the different versions. I upgraded to 2.0 & everything works fine. Thanks
|
By
...
·
|
|
Fabric 2.0 cannot invoke chiancode due to API error (500): invalid cluster node while attaching to network 4 messages
#fabric
#fabric-chaincode
#fabric-questions
My guess is that you have either not configured the correct Docker network in the config (vm.docker.hostConfig.NetworkMode / CORE_VM_DOCKER_HOSTCONFIG_NETWORKMODE) or that the Docker network you creat
My guess is that you have either not configured the correct Docker network in the config (vm.docker.hostConfig.NetworkMode / CORE_VM_DOCKER_HOSTCONFIG_NETWORKMODE) or that the Docker network you creat
|
By
...
·
|