|
Re: connection refused by the orderer when trying to create peer channel
#channel
#fabric-ca
#fabric-peer
#fabric-orderer
Upma
By
Hi I wanted to check if java sdk is deprecated for Fabric 2.2
·
#11150
·
|
|
Re: connection refused by the orderer when trying to create peer channel
#channel
#fabric-ca
#fabric-peer
#fabric-orderer
I did some testing, radically simplifying the system. I tried simply having 1 TLS, 2 Orderers, and 2 Root CAs with a peer on each. If I set one orderer I have no problems but if I add another one on a
I did some testing, radically simplifying the system. I tried simply having 1 TLS, 2 Orderers, and 2 Root CAs with a peer on each. If I set one orderer I have no problems but if I add another one on a
|
By
famar
·
#11149
·
|
|
Fabric-sdk-jAVA
#fabric-sdk-java
How to subscribe and unsubscribe to the block events in fabric java sdk ?
How to subscribe and unsubscribe to the block events in fabric java sdk ?
|
By
jeff.jo95z@...
·
#11148
·
|
|
Qureying implicit data collection
#fabric
#hyperledger-fabric
#privatedata
Hello Community,
I am seeing this when querying data from implicit private data collection.
Please see code snippet below.
When I query individual key (using QueryBidPrivate/GetPrivateData), I get
Hello Community,
I am seeing this when querying data from implicit private data collection.
Please see code snippet below.
When I query individual key (using QueryBidPrivate/GetPrivateData), I get
|
By
satheesh
·
#11147
·
|
|
Re: How hyperledger generates random number for smart contract?
Hi Kimheng,
As per my experience don't create random number on chaincode, cause chaincode runs on every endorsing peers
and it generates different numbers in every peer
so the read write set of each
Hi Kimheng,
As per my experience don't create random number on chaincode, cause chaincode runs on every endorsing peers
and it generates different numbers in every peer
so the read write set of each
|
By
inzamam ansari <inzamam8526@...>
·
#11146
·
|
|
How hyperledger generates random number for smart contract?
Dear all,
I wonder how hyperledger generates random number for smart contract?
As in Ethereum, they can the random number from chain link in to their smart contract.
Bests
Dear all,
I wonder how hyperledger generates random number for smart contract?
As in Ethereum, they can the random number from chain link in to their smart contract.
Bests
|
By
Kimheng SOK
·
#11145
·
|
|
Re: Fabric-sdk-jAVA
#fabric-sdk-java
The ContractEvent (fabric-gateway-java) and ChaincodeEvent (Fabric Gateway client API) that get delivered to you by contract/chaincode event listening both have getPayload() methods. Similar to the
The ContractEvent (fabric-gateway-java) and ChaincodeEvent (Fabric Gateway client API) that get delivered to you by contract/chaincode event listening both have getPayload() methods. Similar to the
|
By
Mark Lewis
·
#11144
·
|
|
Re: Fabric-sdk-jAVA
#fabric-sdk-java
is it possible to extract this from the blockevent itself?
is it possible to extract this from the blockevent itself?
|
By
jeff.jo95z@...
·
#11143
·
|
|
Re: Fabric-sdk-jAVA
#fabric-sdk-java
data appears like
By
jeff.jo95z@...
·
#11142
·
|
|
Re: Fabric-sdk-jAVA
#fabric-sdk-java
You can add a chaincode / contract listener instead of a block listener and receive only the chaincode events. Use addContractListener() method on your Contract
You can add a chaincode / contract listener instead of a block listener and receive only the chaincode events. Use addContractListener() method on your Contract
|
By
Mark Lewis
·
#11141
·
|
|
Fabric-sdk-jAVA
#fabric-sdk-java
In the chaincode,an event is emitted.
In the blockdata from the blockevent listener,the event data is visible.
Is it possible to extract just the event data from the blockdata?
In the chaincode,an event is emitted.
In the blockdata from the blockevent listener,the event data is visible.
Is it possible to extract just the event data from the blockdata?
|
By
jeff.jo95z@...
·
#11140
·
|
|
about ordering and peer organizations
#fabric-orderer
#fabric-peer
Hello, i have a question about peer and ordering orgs.
In my scenario i have 1 tls CAs, 3 root CAs that have to manage the ordering services and 21 intermediate (7 for every root).
Reading the docs
Hello, i have a question about peer and ordering orgs.
In my scenario i have 1 tls CAs, 3 root CAs that have to manage the ordering services and 21 intermediate (7 for every root).
Reading the docs
|
By
famar
·
#11139
·
|
|
Re: connection refused by the orderer when trying to create peer channel
#channel
#fabric-ca
#fabric-peer
#fabric-orderer
I think my problem is in the configtx.yaml and it depends either on a wrong orderers communication or on the incorrect insertion of the intermediate in the configuration file.
I enclose the
I think my problem is in the configtx.yaml and it depends either on a wrong orderers communication or on the incorrect insertion of the intermediate in the configuration file.
I enclose the
|
By
famar
·
#11138
·
|
|
Now: Private Chaincode Lab - 05/03/2022
#cal-notice
Private Chaincode Lab
When:
05/03/2022
8:00am to 9:00am
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Organizer: Marcus
Private Chaincode Lab
When:
05/03/2022
8:00am to 9:00am
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Organizer: Marcus
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#11137
·
|
|
Re: connection refused by the orderer when trying to create peer channel
#channel
#fabric-ca
#fabric-peer
#fabric-orderer
It certainly looks like there is some connection error from the client to 172.19.0.9:7055 but hard to know the root cause. Assuming the client really can establish a connection to that host/port, it
It certainly looks like there is some connection error from the client to 172.19.0.9:7055 but hard to know the root cause. Assuming the client really can establish a connection to that host/port, it
|
By
Mark Lewis
·
#11136
·
|
|
Re: Getting error
This mailing list is specific to Hyperledger Fabric. You might have more luck posting issues with Hyperledger Explorer to the Hyperledger Explorer mailing
This mailing list is specific to Hyperledger Fabric. You might have more luck posting issues with Hyperledger Explorer to the Hyperledger Explorer mailing
|
By
Mark Lewis
·
#11135
·
|
|
connection refused by the orderer when trying to create peer channel
#channel
#fabric-ca
#fabric-peer
#fabric-orderer
Hello everyone,
i'm having some problems starting the "peer channel create" command.
I have a network with 1 TLS-CA, 3 ROOT-CA and 1 INTERMEDIATE-CA.
My peer is running on the intermediate CA.
When i
Hello everyone,
i'm having some problems starting the "peer channel create" command.
I have a network with 1 TLS-CA, 3 ROOT-CA and 1 INTERMEDIATE-CA.
My peer is running on the intermediate CA.
When i
|
By
famar
·
#11134
·
|
|
Re: Getting error
I didn't understand clearly. What to check in the object. Please can you tell me, what should I do ??
I didn't understand clearly. What to check in the object. Please can you tell me, what should I do ??
|
By
Vivek Vohra
·
#11133
·
|
|
Re: Getting error
On Mon, 2 May, 2022, 4:14 am Vivek vohra, <vohrav82@...> wrote:
Getting error on installing hyperledger explorer. Please help.
On Mon, 2 May, 2022, 4:14 am Vivek vohra, <vohrav82@...> wrote:
Getting error on installing hyperledger explorer. Please help.
|
By
Vivek Vohra
·
#11132
·
|
|
Re: Getting error
Please check this link.
https://meta.stackoverflow.com/questions/285551/why-should-i-not-upload-images-of-code-data-errors-when-asking-a-question
I really can't see any text in your photo due to
Please check this link.
https://meta.stackoverflow.com/questions/285551/why-should-i-not-upload-images-of-code-data-errors-when-asking-a-question
I really can't see any text in your photo due to
|
By
gqqnb2005 <gqqnb2005@...>
·
#11131
·
|