|
validation of endorsement policy for chaincode failed 2 messages
#hyperledger-fabric
#consensus
#fabric-chaincode
Hey, I believe this might be a problem with the read/write set of your transactions. In your chaincode, read the private data hash (as suggested here) of the other (in terms of execution environment)
Hey, I believe this might be a problem with the read/write set of your transactions. In your chaincode, read the private data hash (as suggested here) of the other (in terms of execution environment)
|
By
@chbtt
·
|
|
external chaincode service
#fabric-chaincode
#tls
Hi, I‘m looking for an example how to setup TLS for the shim.chaincode server. I would like to know how I can setup an example with TLS enabled.
Hi, I‘m looking for an example how to setup TLS for the shim.chaincode server. I would like to know how I can setup an example with TLS enabled.
|
By
...
·
|
|
Inconsistent Explicit Private Data Collection in Fabric 2.0 2 messages
#fabric-sdk-node
#fabric-chaincode
#policies
See the messages from yesterday: https://lists.hyperledger.org/g/fabric/topic/77728065#9183 People hit this often enough that I think we should extend the error message with some more details and sugg
See the messages from yesterday: https://lists.hyperledger.org/g/fabric/topic/77728065#9183 People hit this often enough that I think we should extend the error message with some more details and sugg
|
By
David Enyeart
·
|
|
fabric-javaenv:2.2.0 image for arm architecture 3 messages
#fabric-chaincode
Thank you for your answer! I used your javaenv image. I try the "Write your FIrst Application" tutorial for java and when I run the app after building dependencies: (mvn test for fabcar application an
Thank you for your answer! I used your javaenv image. I try the "Write your FIrst Application" tutorial for java and when I run the app after building dependencies: (mvn test for fabcar application an
|
By
kokolaki@...
·
|
|
create fabric-javaenv:2.2.0 image for arm architecture 2 messages
#fabric-chaincode
The issue is that a prebuilt binary for protoc-gen-grpc-java is NOT available for the Arm architecture ( https://repo.maven.apache.org/maven2/io/grpc/protoc-gen-grpc-java/1.23.0/ ). You will need to b
The issue is that a prebuilt binary for protoc-gen-grpc-java is NOT available for the Arm architecture ( https://repo.maven.apache.org/maven2/io/grpc/protoc-gen-grpc-java/1.23.0/ ). You will need to b
|
By
...
·
|
|
#fabric-chaincode-evm #fabric-chaincode #fabric
#fabric-chaincode-evm
#fabric-chaincode
#fabric
version of peer ,order, fabric-ca image is 1.4 ,but I got Fabric network is 1.1 。 question: the relationship between peer order, fabric-ca‘s version and Fabric network? some log : daronlee@daronlee-vi
version of peer ,order, fabric-ca image is 1.4 ,but I got Fabric network is 1.1 。 question: the relationship between peer order, fabric-ca‘s version and Fabric network? some log : daronlee@daronlee-vi
|
By
...
·
|
|
#fabric-sdk-java #fabric-chaincode-evm #fabric-chaincode 3 messages
#fabric-chaincode
#fabric-sdk-java
#fabric-chaincode-evm
I have the same feeling as your reply 。 But in the blockchain-application-using-fabric-java-sdk I change the language of chaincode from golang to java making no sense 。 In practice , there is always u
I have the same feeling as your reply 。 But in the blockchain-application-using-fabric-java-sdk I change the language of chaincode from golang to java making no sense 。 In practice , there is always u
|
By
...
·
|
|
chaincode instantiation failed
#fabric-chaincode
Hello Comminity, I have the following error when I run ./ byfn.sh up -l java in first-network folder of fabric-samples when it tries to Instantiating chaincode on peer0.org2 Error: could not assemble
Hello Comminity, I have the following error when I run ./ byfn.sh up -l java in first-network folder of fabric-samples when it tries to Instantiating chaincode on peer0.org2 Error: could not assemble
|
By
kokolaki@...
·
|
|
#fabric-chaincode #hyperledger-fabric #fabric-sdk-node , peer lifecycle chaincode install issue 3 messages
#fabric-chaincode
#hyperledger-fabric
#fabric-sdk-node
Hi Chris, Here is the package command: # peer lifecycle chaincode package chaincode.tar.gz --path chaincode/chaincode/javascript/ --lang nod e --label counter_v1 2020-08-28 06:04:04.548 UTC [bccsp] Ge
Hi Chris, Here is the package command: # peer lifecycle chaincode package chaincode.tar.gz --path chaincode/chaincode/javascript/ --lang nod e --label counter_v1 2020-08-28 06:04:04.548 UTC [bccsp] Ge
|
By
Bozhidar Ignatov
·
|
|
#fabric #database #couchdb #fabric-chaincode #hyperledger-fabric 2 messages
#fabric
#database
#couchdb
#fabric-chaincode
#hyperledger-fabric
The second version of the chaincode would have to support both the old and new data. There are various approaches possible: You could attempt to unmarshal the JSON using new data structure, and if it
The second version of the chaincode would have to support both the old and new data. There are various approaches possible: You could attempt to unmarshal the JSON using new data structure, and if it
|
By
David Enyeart
·
|
|
Fabric 2.1.1 on EKS - can't install chaincode 2 messages
#fabric-chaincode
#fabric
#fabric-kubernetes
After further investigation I can see a chaincode container is being created on one of the EKS nodes. Therefore it's not a container runtime issue. I have inspected the chaincode container which start
After further investigation I can see a chaincode container is being created on one of the EKS nodes. Therefore it's not a container runtime issue. I have inspected the chaincode container which start
|
By
...
·
|
|
Pulling chaincode related image from a private registry 2 messages
#fabric-chaincode
#docker
#hyperledger-fabric
There is no support for authenticating to a Docker registry within the peer. Iy your private registry requires authentication, then you will need to pull the images on the host where the Docker daemon
There is no support for authenticating to a Docker registry within the peer. Iy your private registry requires authentication, then you will need to pull the images on the host where the Docker daemon
|
By
...
·
|
|
Build blockchain with timeshift feature
#fabric-chaincode
Hello all, I have this requirement for test and qat environment to have the possibility to shift the time on the blockchain. For example, today is 13/07/2020, for testing reasons I would like to shift
Hello all, I have this requirement for test and qat environment to have the possibility to shift the time on the blockchain. For example, today is 13/07/2020, for testing reasons I would like to shift
|
By
...
·
|
|
Lag between initialization of call in Gateway and ContractRouter 3 messages
#fabric-chaincode
#fabric-sdk-java
#hyperledger-fabric
Hello Matthew, This is exactly the behavior, there is a single request with payload that has for example 146 records. In my service I’m doing 146 'putState' calls to store data to CouchDb. The 100Kb i
Hello Matthew, This is exactly the behavior, there is a single request with payload that has for example 146 records. In my service I’m doing 146 'putState' calls to store data to CouchDb. The 100Kb i
|
By
...
·
|
|
Creation of couchdb index on an already running network 4 messages
#couchdb
#fabric-chaincode
If couchdb returned an error status code while processing the index, we do log the error but chaincode upgrade would succeed irrespective of that. I would suggest to search for the term index to see w
If couchdb returned an error status code while processing the index, we do log the error but chaincode upgrade would succeed irrespective of that. I would suggest to search for the term index to see w
|
By
Senthil Nathan
·
|
|
#fabric-chaincode #fabric-rfcs Wasm Smart Contracts
#fabric-rfcs
#fabric-chaincode
Hello; The Wasm Smart Contracts RFC was discussed on the Contributors Call yesterday. I've added a couple of comments to the Wasm Smart Contract RFC from the discussion. Based on this can ask the main
Hello; The Wasm Smart Contracts RFC was discussed on the Contributors Call yesterday. I've added a couple of comments to the Wasm Smart Contract RFC from the discussion. Based on this can ask the main
|
By
Matthew White
·
|
|
Fabric 1.4.7 go chaincode install error 9 messages
#fabric-chaincode
#fabric-sdk-go
#hyperledger-fabric
Great thanks Santiago!
By
Jay Chandran
·
|
|
New RFC: Wasm Smart Contracts
#fabric-chaincode
Hello; Today I've created a new PR for the "Wasm Smart Contracts RFC". This is the PR https://github.com/hyperledger/fabric-rfcs/pull/28 And the document it self is https://github.com/hyperledger/fabr
Hello; Today I've created a new PR for the "Wasm Smart Contracts RFC". This is the PR https://github.com/hyperledger/fabric-rfcs/pull/28 And the document it self is https://github.com/hyperledger/fabr
|
By
Matthew White
·
|
|
How to integrate chaincode with message brokers? 2 messages
#fabric-chaincode
See the sample at https://github.com/hyperledger/fabric-samples/tree/master/off_chain_data It shows how to receive block events with guaranteed delivery, which can then be processed however you like.
See the sample at https://github.com/hyperledger/fabric-samples/tree/master/off_chain_data It shows how to receive block events with guaranteed delivery, which can then be processed however you like.
|
By
David Enyeart
·
|
|
Fabric support on python 2 messages
#fabric
#fabric-chaincode
Hi Rui, Fabric chaincode can be developed in go language, Java, and java script. currently python not supported.
Hi Rui, Fabric chaincode can be developed in go language, Java, and java script. currently python not supported.
|
By
Kamlesh Nagware
·
|