|
Re: cannot elect raft leader
#fabric-orderer
Check the logs of the communication infrastructure, by enabling gRPC debug.
Check the logs of the communication infrastructure, by enabling gRPC debug.
|
By
Yacov
·
#11155
·
|
|
cannot elect raft leader
#fabric-orderer
Hello everyone, i'm trying to start a network with 3 orderers running on 3 different orgs. Orderer's containers start but the leader is not elected.
I have this type of messages in orderer's
Hello everyone, i'm trying to start a network with 3 orderers running on 3 different orgs. Orderer's containers start but the leader is not elected.
I have this type of messages in orderer's
|
By
famar
·
#11154
·
|
|
Re: Upgrading Fabric Versions
Hi, did you take a look at the official documentation?
https://hyperledger-fabric.readthedocs.io/en/release-2.2/upgrade.html
Hope it helps!
Samuel Venzi
CTO @ GoLedger
LinkedIn
On 9 May 2022 16:13
Hi, did you take a look at the official documentation?
https://hyperledger-fabric.readthedocs.io/en/release-2.2/upgrade.html
Hope it helps!
Samuel Venzi
CTO @ GoLedger
LinkedIn
On 9 May 2022 16:13
|
By
Sam Venzi
·
#11153
·
|
|
Upgrading Fabric Versions
Hello,
We want to upgrade our current Fabric V1.3 to the latest release, but we can't find any documentation to help us in the upgradation process. Also, the community on discord is not working
Hello,
We want to upgrade our current Fabric V1.3 to the latest release, but we can't find any documentation to help us in the upgradation process. Also, the community on discord is not working
|
By
e-Procure Developers <developers@...>
·
#11152
·
|
|
Two virtual meetups this week about Hyperledger Fabric and smart contracts and Kubernetes
There are two different virtual Hyperledger meetups this week featuring discussions and demos related to Fabric. Feel free to dial-in or share the event details with anyone you think would be
There are two different virtual Hyperledger meetups this week featuring discussions and demos related to Fabric. Feel free to dial-in or share the event details with anyone you think would be
|
By
David Boswell <dboswell@...>
·
#11151
·
|
|
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
·
|