|
validation of endorsement policy for chaincode failed
#hyperledger-fabric
#consensus
#fabric-chaincode
Hi All, I have blockchain network consisting of two ORGs, each ORG having only single peer. And I have simple chaincode with several functions. One function that I'm invoking has two operations: read
Hi All, I have blockchain network consisting of two ORGs, each ORG having only single peer. And I have simple chaincode with several functions. One function that I'm invoking has two operations: read
|
By
...
· #9300
·
|
|
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
...
· #9234
·
|
|
Inconsistent Explicit Private Data Collection in Fabric 2.0
#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
· #9201
·
|
|
Inconsistent Explicit Private Data Collection in Fabric 2.0
#fabric-sdk-node
#fabric-chaincode
#policies
I started the network with an explicit collection-config file consisting of three collections as follows: [ { "name": "collectionCommon", "policy": "OR('Org1MSP.member', 'Org2MSP.member')", "requiredP
I started the network with an explicit collection-config file consisting of three collections as follows: [ { "name": "collectionCommon", "policy": "OR('Org1MSP.member', 'Org2MSP.member')", "requiredP
|
By
sanjaysk9607@...
· #9200
·
|
|
fabric-javaenv:2.2.0 image for arm architecture
#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@...
· #9048
·
|
|
fabric-javaenv:2.2.0 image for arm architecture
#fabric-chaincode
As Gari pointed out, the reason for the failing build is that protoc-gen does not have a native binary for arm64. With no promises it'll work here is an image you can try: btl5037/fabric-javaenv:2.2.0
As Gari pointed out, the reason for the failing build is that protoc-gen does not have a native binary for arm64. With no promises it'll work here is an image you can try: btl5037/fabric-javaenv:2.2.0
|
By
...
· #9038
·
|
|
fabric-javaenv:2.2.0 image for arm architecture
#fabric-chaincode
Does anyone have the image fabric-javaenv for version 2.2.0 for arm architecture to send me? Thanks in advance.
Does anyone have the image fabric-javaenv for version 2.2.0 for arm architecture to send me? Thanks in advance.
|
By
kokolaki@...
· #9037
·
|
|
create fabric-javaenv:2.2.0 image for arm architecture
#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
...
· #9033
·
|
|
create fabric-javaenv:2.2.0 image for arm architecture
#fabric-chaincode
Hello, I want to build hyperledger/fabric-javaenv:2.2.0 image for fabric v2.2.0 on arm architecture . I followed the instructions from repository: https://github.com/hyperledger/fabric-chaincode-java
Hello, I want to build hyperledger/fabric-javaenv:2.2.0 image for fabric v2.2.0 on arm architecture . I followed the instructions from repository: https://github.com/hyperledger/fabric-chaincode-java
|
By
kokolaki@...
· #9032
·
|
|
#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
...
· #9016
·
|
|
#fabric-sdk-java #fabric-chaincode-evm #fabric-chaincode
#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
...
· #9014
·
|
|
#fabric-sdk-java #fabric-chaincode-evm #fabric-chaincode
#fabric-chaincode
#fabric-sdk-java
#fabric-chaincode-evm
Hello - that really does look like it's still trying to use GO rather than Java Chaincode. I would suggest at you look at the Fabric-Samples github repo or the IBM Blockchain VSExtension tutorials...
Hello - that really does look like it's still trying to use GO rather than Java Chaincode. I would suggest at you look at the Fabric-Samples github repo or the IBM Blockchain VSExtension tutorials...
|
By
Matthew White
· #9003
·
|
|
#fabric-sdk-java #fabric-chaincode-evm #fabric-chaincode
#fabric-chaincode
#fabric-sdk-java
#fabric-chaincode-evm
some enviroment infomation : i am using the https://github.com/IBM/blockchain-application-using-fabric-java-sdk to learn how to create the channel and deploy and initiate the chaincode on the channel
some enviroment infomation : i am using the https://github.com/IBM/blockchain-application-using-fabric-java-sdk to learn how to create the channel and deploy and initiate the chaincode on the channel
|
By
...
· #9002
·
|
|
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@...
· #8970
·
|
|
#fabric-chaincode #hyperledger-fabric #fabric-sdk-node , peer lifecycle chaincode install issue
#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
· #8927
·
|
|
#fabric-chaincode #hyperledger-fabric #fabric-sdk-node , peer lifecycle chaincode install issue
#fabric-chaincode
#hyperledger-fabric
#fabric-sdk-node
Hi Bozhidar, Can you share the commands/output from when you packaged the chaincode? You may also find it helpful if you have not already done so, to review the tutorial “Deploying a Smart Contract to
Hi Bozhidar, Can you share the commands/output from when you packaged the chaincode? You may also find it helpful if you have not already done so, to review the tutorial “Deploying a Smart Contract to
|
By
...
· #8919
·
|
|
#fabric-chaincode #hyperledger-fabric #fabric-sdk-node , peer lifecycle chaincode install issue
#fabric-chaincode
#hyperledger-fabric
#fabric-sdk-node
Hello All, The peer has joined the channel and chaincode is packed on. I have a problem with instantiating chaincode in Hyperledger fabric Network version 2: # peer lifecycle chaincode install chainco
Hello All, The peer has joined the channel and chaincode is packed on. I have a problem with instantiating chaincode in Hyperledger fabric Network version 2: # peer lifecycle chaincode install chainco
|
By
Bozhidar Ignatov
· #8916
·
|
|
#fabric #database #couchdb #fabric-chaincode #hyperledger-fabric
#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
· #8775
·
|
|
#fabric #database #couchdb #fabric-chaincode #hyperledger-fabric
#fabric
#database
#couchdb
#fabric-chaincode
#hyperledger-fabric
I've a query on how we need to deal with data structure changes in chaincode. Lets say, you have deployed the chaincode in production and lot of data stored in ledger and world state db(Couchdb). If y
I've a query on how we need to deal with data structure changes in chaincode. Lets say, you have deployed the chaincode in production and lot of data stored in ledger and world state db(Couchdb). If y
|
By
keerthycbe@...
· #8773
·
|
|
Fabric 2.1.1 on EKS - can't install chaincode
#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
julian@...
· #8746
·
|