|
Re: anyone able to iterate over records using getStateByRange?
its the same code that we tried and it does not work even with the MAX_UNICODE_RUNE_VALUE key. we have filed a bug
its the same code that we tried and it does not work even with the MAX_UNICODE_RUNE_VALUE key. we have filed a bug
|
By
Siddharth Jain
·
#7664
·
|
|
Hyperledger DCI Survey
At Hyperledger, "All are welcome here!" Having a community that has a culture of encouraging people to voice their diverse opinions is crucial for the long term success of the project.
Today we are
At Hyperledger, "All are welcome here!" Having a community that has a culture of encouraging people to voice their diverse opinions is crucial for the long term success of the project.
Today we are
|
By
Gari Singh <garis@...>
·
#7663
·
|
|
ANNOUNCEMENT: Hyperledger Fabric v2.0 is now available!
The Hyperledger Fabric maintainers are pleased to announce the availability of Fabric v2.0!
Given this important milestone, Baohua Yang and I have written a blog to reflect on the evolution of Fabric
The Hyperledger Fabric maintainers are pleased to announce the availability of Fabric v2.0!
Given this important milestone, Baohua Yang and I have written a blog to reflect on the evolution of Fabric
|
By
David Enyeart
·
#7662
·
|
|
Re: Peer communication during chaincode execution
Look at my last commits from https://github.com/yacovm/fabric2/commits/p2p
There is a sample that uses this APIto performa secure summation
From: "Kimheng SOK"<sok.kimheng@...>
To: Yacov
Look at my last commits from https://github.com/yacovm/fabric2/commits/p2p
There is a sample that uses this APIto performa secure summation
From: "Kimheng SOK"<sok.kimheng@...>
To: Yacov
|
By
Yacov
·
#7661
·
|
|
Re: Customize chaincode docker image
Hello - my best guess would be that the chaincode is failing to call back to the peer to 'register'.
Usually capturing the docker logs of the chaincode really helps in cases like this.
Can I ask
Hello - my best guess would be that the chaincode is failing to call back to the peer to 'register'.
Usually capturing the docker logs of the chaincode really helps in cases like this.
Can I ask
|
By
Matthew White
·
#7660
·
|
|
Re: anyone able to iterate over records using getStateByRange?
Hello;
Check the API docs here https://hyperledger.github.io/fabric-chaincode-node/release-1.4/api/tutorial-using-iterators.html
Will need to double check, but as a workaround for an unbounded
Hello;
Check the API docs here https://hyperledger.github.io/fabric-chaincode-node/release-1.4/api/tutorial-using-iterators.html
Will need to double check, but as a workaround for an unbounded
|
By
Matthew White
·
#7659
·
|
|
Error when I start the peer node
Hi,
Does any one know why am I getting the following error in the orderer logs, once I start the
Peer node?
Thank you,
Marina
Sent from Mail for Windows 10
Hi,
Does any one know why am I getting the following error in the orderer logs, once I start the
Peer node?
Thank you,
Marina
Sent from Mail for Windows 10
|
By
Marina Wanis <marinamaged1996@...>
·
#7658
·
|
|
Re: Peer communication during chaincode execution
Hi,
Could you show me more about those two new APIs, and where can I find all the related files related to Gossip protocol and Chaincode Shim API,
I would love to learn and may be have time to
Hi,
Could you show me more about those two new APIs, and where can I find all the related files related to Gossip protocol and Chaincode Shim API,
I would love to learn and may be have time to
|
By
Kimheng SOK
·
#7657
·
|
|
Re: Customize chaincode docker image
Hi,
I have created the customized image from hyperledger/fabric-javaenv:amd64-1.4.4. and used as CORE_CHAINCODE_JAVA_RUNTIME=sanjaykumar3989/myenv:amd64-1.4.4.
In this new image i am replacing
Hi,
I have created the customized image from hyperledger/fabric-javaenv:amd64-1.4.4. and used as CORE_CHAINCODE_JAVA_RUNTIME=sanjaykumar3989/myenv:amd64-1.4.4.
In this new image i am replacing
|
By
sanjaykumar3989@...
·
#7656
·
|
|
Re: Proposal : Hyperledger Fabric block archiving
Hi Jay,
Thank you for your confirmation. I could see the situation on my local by using byfn of fabric-samples on fabric v2.0.0-beta. (But I haven't understood yet how to decide which order delivers
Hi Jay,
Thank you for your confirmation. I could see the situation on my local by using byfn of fabric-samples on fabric v2.0.0-beta. (But I haven't understood yet how to decide which order delivers
|
By
nekia
·
#7655
·
|
|
Re: Peer communication during chaincode execution
Unfortunately Fabric doesn't have thisfeature yet... you can comment in the JIRA that it's needed for you, butI am skeptic that we'll have this feature anytime soon
If you are willing to use your own
Unfortunately Fabric doesn't have thisfeature yet... you can comment in the JIRA that it's needed for you, butI am skeptic that we'll have this feature anytime soon
If you are willing to use your own
|
By
Yacov
·
#7654
·
|
|
Re: Peer communication during chaincode execution
Hi,
My usecase is chaincode need to call external program, in the case of multiple peers, each peer could produce non-deterministic result and the invoke function will return Error: Could not assemble
Hi,
My usecase is chaincode need to call external program, in the case of multiple peers, each peer could produce non-deterministic result and the invoke function will return Error: Could not assemble
|
By
Kimheng SOK
·
#7653
·
|
|
Re: Issues w/ tutorial: Build Your First Network
Why don't you use "byfn.sh" script to run the whole things, or you want to run it step by step.
Why don't you use "byfn.sh" script to run the whole things, or you want to run it step by step.
|
By
Kimheng SOK
·
#7652
·
|
|
Re: Issues w/ tutorial: Build Your First Network
Salmon,
You can give this a try. It is a lot easier. litong01/minifabric
litong01/minifabric
Stand up fabric network on a single machine. Contribute to litong01/minifabric development by creating
Salmon,
You can give this a try. It is a lot easier. litong01/minifabric
litong01/minifabric
Stand up fabric network on a single machine. Contribute to litong01/minifabric development by creating
|
By
email4tong@gmail.com
·
#7651
·
|
|
Re: Peer communication during chaincode execution
See https://jira.hyperledger.org/browse/FAB-11980
May I ask why do you need it? what'syour use case?
From: "Kimheng SOK"<sok.kimheng@...>
To: hyperledger-fabric@...
Date: 01/29/2020
See https://jira.hyperledger.org/browse/FAB-11980
May I ask why do you need it? what'syour use case?
From: "Kimheng SOK"<sok.kimheng@...>
To: hyperledger-fabric@...
Date: 01/29/2020
|
By
Yacov
·
#7650
·
|
|
Issues w/ tutorial: Build Your First Network
Hi,
I’m having issues in this tutorial and I’m not sure why or how to resolve it. I follow every step exactly but when in bash I enter the command:
#peer channel create -o
Hi,
I’m having issues in this tutorial and I’m not sure why or how to resolve it. I follow every step exactly but when in bash I enter the command:
#peer channel create -o
|
By
esalmon@...
·
#7649
·
|
|
Re: Chaincode gets instantiated but not able to invoke or list it
#fabric
#fabric-chaincode
Hey mrudav,
Did you make any progress on this? I am trying the same and it also fails at initializing the chaincode. On the worker node I can see that the chaincode container is started with a log
Hey mrudav,
Did you make any progress on this? I am trying the same and it also fails at initializing the chaincode. On the worker node I can see that the chaincode container is started with a log
|
By
stefan.riembauer@...
·
#7648
·
|
|
Peer communication during chaincode execution
Dear all,
I wonder is it possible for peers to pass message to each other on the channel during the chaincode execution in the context of chaincode developer level not the protocol level? Or we need
Dear all,
I wonder is it possible for peers to pass message to each other on the channel during the chaincode execution in the context of chaincode developer level not the protocol level? Or we need
|
By
Kimheng SOK
·
#7647
·
|
|
anyone able to iterate over records using getStateByRange?
this method:
https://fabric-shim.github.io/master/fabric-shim.ChaincodeStub.html#getStateByRange
Note that startKey and endKey can be empty string, which implies unbounded range query on start or
this method:
https://fabric-shim.github.io/master/fabric-shim.ChaincodeStub.html#getStateByRange
Note that startKey and endKey can be empty string, which implies unbounded range query on start or
|
By
Siddharth Jain
·
#7646
·
|
|
Peer crash due to error during block commit
#fabric
#couchdb
Error:
Got error while committing(read tcp 10.0.9.49:37944->10.0.9.15:5984: read: connection reset by peer
error reading response body
We have the following environment setup and
Error:
Got error while committing(read tcp 10.0.9.49:37944->10.0.9.15:5984: read: connection reset by peer
error reading response body
We have the following environment setup and
|
By
Faisal
·
#7645
·
|