|
Re: cannot elect raft leader
#fabric-orderer
I understand that it's a connection problem but I can't figure out the source. It's like the ports are closed or there is an active firewall but I'm on a virtual machine and there are no such
I understand that it's a connection problem but I can't figure out the source. It's like the ports are closed or there is an active firewall but I'm on a virtual machine and there are no such
|
By
famar
·
#11161
·
|
|
Fabric Contributor Meeting - May 11, 2022
Hyperledger Fabric Contributor Meeting
When: Every other Wednesday 9am US Eastern, 13:00 UTC
Where: https://zoom.us/j/5184947650?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Agendas and Recordings:
Hyperledger Fabric Contributor Meeting
When: Every other Wednesday 9am US Eastern, 13:00 UTC
Where: https://zoom.us/j/5184947650?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Agendas and Recordings:
|
By
David Enyeart
·
#11160
·
|
|
Now: Private Chaincode Lab - 05/10/2022
#cal-notice
Private Chaincode Lab
When:
05/10/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/10/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@...>
·
#11159
·
|
|
Client dynamic configuration for new channels
Hi,
I have written my client application with golang sdk. The sdk is initiated with a config file that contains also channel information, for example:
...
"channels":
"mychannel":
"orderers":
Hi,
I have written my client application with golang sdk. The sdk is initiated with a config file that contains also channel information, for example:
...
"channels":
"mychannel":
"orderers":
|
By
Nikolas
·
#11158
·
|
|
Re: cannot elect raft leader
#fabric-orderer
It's a connection problem... you need to solve it on your own as it's your environment.
It's a connection problem... you need to solve it on your own as it's your environment.
|
By
Yacov
·
#11157
·
|
|
Re: cannot elect raft leader
#fabric-orderer
Thank you very much.
Using the grpc debug i have this log:
2022-05-10 13:09:49.879 UTC [grpc] InfoDepth -> DEBU 04b [core]Subchannel Connectivity change to CONNECTING
2022-05-10 13:09:49.879 UTC
Thank you very much.
Using the grpc debug i have this log:
2022-05-10 13:09:49.879 UTC [grpc] InfoDepth -> DEBU 04b [core]Subchannel Connectivity change to CONNECTING
2022-05-10 13:09:49.879 UTC
|
By
famar
·
#11156
·
|
|
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
·
|