|
回覆: [Hyperledger Fabric] Questions in Documents --- "Adding an Org to a channel"
Dear Matthew, Thank you for providing me with this solution. However, when I try to continue the following step, there are still some mistakes. I deleted my previous fabric-samples folder and redownlo
Dear Matthew, Thank you for providing me with this solution. However, when I try to continue the following step, there are still some mistakes. I deleted my previous fabric-samples folder and redownlo
|
By
Cindy Qian
·
|
|
Questions in Documents --- "Adding an Org to a channel" 4 messages
Dear Sir, I found a small error in the documents. In the section: Tutorials--->Adding an org to a new channel--->Bring up Org3 components. The instructions are like below: However, the fabric samples
Dear Sir, I found a small error in the documents. In the section: Tutorials--->Adding an org to a new channel--->Bring up Org3 components. The instructions are like below: However, the fabric samples
|
By
Cindy Qian
·
|
|
Transient Arguments 2 messages
#fabric
Hi Team, Is it possible to send transient and non -transient arguments together in chaincode args. I have an asset struct with fields id,name,owner and price.Is it possible to make "price" only transi
Hi Team, Is it possible to send transient and non -transient arguments together in chaincode args. I have an asset struct with fields id,name,owner and price.Is it possible to make "price" only transi
|
By
Kumari Shweta
·
|
|
Event: Documentation Workgroup monthly call - 09/30/2022
#cal-reminder
Reminder: Documentation Workgroup monthly call When: 09/30/2022 11:00am to 12:00pm (UTC-04:00) America/New York Where: https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09 O
Reminder: Documentation Workgroup monthly call When: 09/30/2022 11:00am to 12:00pm (UTC-04:00) America/New York Where: https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09 O
|
By
Group Notification
·
|
|
Storage size of peers in test-network
#fabric-peer
Hello, in test-network what is the storage size of peers? In general, where can I find the peer characteristics (cpu, memory, storage) for the deployment? Also, using Level DB could you make an estima
Hello, in test-network what is the storage size of peers? In general, where can I find the peer characteristics (cpu, memory, storage) for the deployment? Also, using Level DB could you make an estima
|
By
Nikos Karamolegkos
·
|
|
Fabric release-2.5 branch and main branch 10 messages
PRs have started coming in for Fabric v3.0, e.g. removal of already deprecated features like Kafka ordering and system channel, as discussed in contributor meetings. So as to not impact the next v2.x
PRs have started coming in for Fabric v3.0, e.g. removal of already deprecated features like Kafka ordering and system channel, as discussed in contributor meetings. So as to not impact the next v2.x
|
By
David Enyeart
·
|
|
return type of chaincode functions using EvaluateTransaction 4 messages
As I can see this functions returns car which is type *Car after unmarshal. Given that the EvaluateTransaction returns bytes can I bypass unmarshal and return carAsBytes from QueryCar (i.e return type
As I can see this functions returns car which is type *Car after unmarshal. Given that the EvaluateTransaction returns bytes can I bypass unmarshal and return carAsBytes from QueryCar (i.e return type
|
By
Nikos Karamolegkos
·
|
|
Now: Private Chaincode Lab - 09/27/2022
#cal-notice
Private Chaincode Lab When: 09/27/2022 8:00am to 9:00am (UTC-07:00) America/Los Angeles Where: https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09 Organizer: Marcus Branden
Private Chaincode Lab When: 09/27/2022 8:00am to 9:00am (UTC-07:00) America/Los Angeles Where: https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09 Organizer: Marcus Branden
|
By
Group Notification
·
|
|
setEvent is not sending the contect 2 messages
Hi Team, I put event in chaincode but it seems the contents is not coming to the client, only event name is coming. Could you please let me know how to receive the contents that I set in the chaincode
Hi Team, I put event in chaincode but it seems the contents is not coming to the client, only event name is coming. Could you please let me know how to receive the contents that I set in the chaincode
|
By
jay park
·
|
|
Regarding network object 2 messages
#fabricsdk
#java
Hi All, what is the value returned by this particular method of a network object? Network networkObj networkObj.getChannel().getBlockListenerHandles() (fabric sdk java)
Hi All, what is the value returned by this particular method of a network object? Network networkObj networkObj.getChannel().getBlockListenerHandles() (fabric sdk java)
|
By
jeff.jo95z@...
·
|
|
get specific records after GetHistoryForKey 2 messages
#fabric-chaincode
#chaincode
#database
#fabric-questions
Hello, I use Level DB and I am using GetHistoryForKey to get the history of a key which return some records. Is there an efficient way to parse the returned records in order to find some specific valu
Hello, I use Level DB and I am using GetHistoryForKey to get the history of a key which return some records. Is there an efficient way to parse the returned records in order to find some specific valu
|
By
Nikos Karamolegkos
·
|
|
Running test-network on an ARM SBC Chaincode issue 2 messages
Have been able to build the docker images for arm64 (see here - https://www.polarsparc.com/xhtml/Hyperledger-ARM-Build.html) and successfully setup the network (see here https://www.polarsparc.com/xht
Have been able to build the docker images for arm64 (see here - https://www.polarsparc.com/xhtml/Hyperledger-ARM-Build.html) and successfully setup the network (see here https://www.polarsparc.com/xht
|
By
sbhaskar@...
·
|
|
Where do the Hyperledger Fabric check block header hash duplication? 3 messages
#fabric
I was reading the source-code for HLF v2.2 along with the officical github. But I am still looking for the source-code part that double check the block hash code. Any recommendation will be welcomed!
I was reading the source-code for HLF v2.2 along with the officical github. But I am still looking for the source-code part that double check the block hash code. Any recommendation will be welcomed!
|
By
SANGWOO PARK
·
|
|
Need help with some of Issues With the Hyperledger fabric
Hi Danny You may list the steps to repeat the issue and the related logs, which will be helpful to debug it. wrote: -- Best wishes! Baohua Yang
Hi Danny You may list the steps to repeat the issue and the related logs, which will be helpful to debug it. wrote: -- Best wishes! Baohua Yang
|
By
danny jollin
·
|
|
Implementing custom validation GO plugin, does an example exists? 7 messages
#vscc
Hello everyone, In my current project we are looking into building custom validation logic via GO plugin, some docs can be found here: https://hyperledger-fabric.readthedocs.io/en/release-2.2/pluggabl
Hello everyone, In my current project we are looking into building custom validation logic via GO plugin, some docs can be found here: https://hyperledger-fabric.readthedocs.io/en/release-2.2/pluggabl
|
By
rmulken@...
·
|
|
Now: Fabric Contributor Meeting - 09/21/2022
#cal-notice
Fabric Contributor Meeting When: 09/21/2022 9:00am to 10:00am (UTC-04:00) America/New York Where: https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09 Organizer: Dave Enyear
Fabric Contributor Meeting When: 09/21/2022 9:00am to 10:00am (UTC-04:00) America/New York Where: https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09 Organizer: Dave Enyear
|
By
Group Notification
·
|
|
Fabric Contributor Meeting - September 21, 2022
Hyperledger Fabric Contributor Meeting When: Every 4th Wednesday 9am US Eastern, 13:00 UTC Where: https://zoom.us/j/5184947650?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09 Agendas and Recordings: https://wiki
Hyperledger Fabric Contributor Meeting When: Every 4th Wednesday 9am US Eastern, 13:00 UTC Where: https://zoom.us/j/5184947650?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09 Agendas and Recordings: https://wiki
|
By
David Enyeart
·
|
|
Now: Private Chaincode Lab - 09/20/2022
#cal-notice
Private Chaincode Lab When: 09/20/2022 8:00am to 9:00am (UTC-07:00) America/Los Angeles Where: https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09 Organizer: Marcus Branden
Private Chaincode Lab When: 09/20/2022 8:00am to 9:00am (UTC-07:00) America/Los Angeles Where: https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09 Organizer: Marcus Branden
|
By
Group Notification
·
|
|
Update PeerOrg Admin Certificate 2 messages
#kubernetes
#fabric-ca-client
#hyperledger-fabric
#policies
Hi, I need to update/renew/rotate certificates for my HLF network (orderer and peer). so far using `peer channel update` command I have been able to update/renew/rotate 1. Admin certificate for ordere
Hi, I need to update/renew/rotate certificates for my HLF network (orderer and peer). so far using `peer channel update` command I have been able to update/renew/rotate 1. Admin certificate for ordere
|
By
hiteshdutt05@...
·
|
|
Remove channel from the network 8 messages
I have a network with M orgs and N orderers which can join in multiple channels. In case a channel is no more needed what should I do to somehow "delete" the channel from the network since delete of t
I have a network with M orgs and N orderers which can join in multiple channels. In case a channel is no more needed what should I do to somehow "delete" the channel from the network since delete of t
|
By
Nikos Karamolegkos
·
|