|
Raft orderers not able to elect a leader
#raft
#consensus
Hi,
I have a hyperledger network (1.4.3) with 3 orderers in raft configuration and 3 peers. This works fine when all component are up and running. However when one orderer, the leader, is stopped, I
Hi,
I have a hyperledger network (1.4.3) with 3 orderers in raft configuration and 3 peers. This works fine when all component are up and running. However when one orderer, the leader, is stopped, I
|
By
Shantharam, Manu
·
#7965
·
|
|
Re: Limiting dissemination of hashes of private collection keys and values?
Thanks for the reply, Yacov!
Appending a salt to the plaintext of each key* means that I need to retain and supply that salt in order to use GetPrivateData, which further means that I need to know
Thanks for the reply, Yacov!
Appending a salt to the plaintext of each key* means that I need to retain and supply that salt in order to use GetPrivateData, which further means that I need to know
|
By
Victor Dods
·
#7964
·
|
|
Re: Limiting dissemination of hashes of private collection keys and values?
why do you need a MAC? What's wrong withjust appending a salt to the plaintext? You're not protecting against anylength extension attacks or doing any kind of authentication.
From: "Victor
why do you need a MAC? What's wrong withjust appending a salt to the plaintext? You're not protecting against anylength extension attacks or doing any kind of authentication.
From: "Victor
|
By
Yacov
·
#7963
·
|
|
Re: #fabric Impossible instantiate chaincode due to PANIC ERROR on peer: unexpected Previous block hash
#fabric
I opened a request at "https://stackoverflow.com/questions/60890884/hyperledger-fabric-how-to-clear-out-the-dev-environment-after-each-blockchain" to detail the problems with this situation.
If
I opened a request at "https://stackoverflow.com/questions/60890884/hyperledger-fabric-how-to-clear-out-the-dev-environment-after-each-blockchain" to detail the problems with this situation.
If
|
By
Magno Alves Cavalcante
·
#7962
·
|
|
Re: #fabric Impossible instantiate chaincode due to PANIC ERROR on peer: unexpected Previous block hash
#fabric
1) Is there any documented procedure or checklist to verify if there are no artifacts from prior trials?
2) Could I start ORDERER without any information about channel and genesis block in
1) Is there any documented procedure or checklist to verify if there are no artifacts from prior trials?
2) Could I start ORDERER without any information about channel and genesis block in
|
By
Magno Alves Cavalcante
·
#7961
·
|
|
Hyperledger Fabric Documentation Workgroup call - Western hemisphere - Fri, 03/27/2020
#cal-notice
Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When:
Friday, 27 March 2020
4:00pm to 5:00pm
(GMT+00:00)
Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When:
Friday, 27 March 2020
4:00pm to 5:00pm
(GMT+00:00)
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#7960
·
|
|
Upcoming Event: Hyperledger Fabric Documentation Workgroup call - Western hemisphere - Fri, 03/27/2020 4:00pm-5:00pm
#cal-reminder
Reminder: Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When: Friday, 27 March 2020, 4:00pm to 5:00pm, (GMT+00:00) Europe/London
Where:https://zoom.us/j/6223336701
View
Reminder: Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When: Friday, 27 March 2020, 4:00pm to 5:00pm, (GMT+00:00) Europe/London
Where:https://zoom.us/j/6223336701
View
|
By
fabric@lists.hyperledger.org Calendar <fabric@...>
·
#7959
·
|
|
peer lifecycle chaincode package
Hi. i am using fabric version 2.0, When i run the command ./network.sh deployCC
it give the error. Can anybody help me in that
peer lifecycle chaincode package fabcar.tar.gz --path
Hi. i am using fabric version 2.0, When i run the command ./network.sh deployCC
it give the error. Can anybody help me in that
peer lifecycle chaincode package fabcar.tar.gz --path
|
By
abdullah.joyia00786@...
·
#7958
·
|
|
Re: Submitting Querying/Reads to Blockchain
It would not be a reliable means to track who queried, as the client could simply choose not to submit the query for ordering.
It would also greatly inflate the size of your chain.
However, if you
It would not be a reliable means to track who queried, as the client could simply choose not to submit the query for ordering.
It would also greatly inflate the size of your chain.
However, if you
|
By
David Enyeart
·
#7957
·
|
|
Submitting Querying/Reads to Blockchain
Hello,
Is it an anti-pattern or bad practice to submit transactions to the orderer that are just queries/reads of the blockchain? I know in the documentation there is this line: If the chaincode is
Hello,
Is it an anti-pattern or bad practice to submit transactions to the orderer that are just queries/reads of the blockchain? I know in the documentation there is this line: If the chaincode is
|
By
White, Spencer (S.)
·
#7956
·
|
|
I got "Handshake failed with fatal error" but transaction was made
#raft
#tls
#fabric
#fabric-chaincode
#fabric-orderer
Hi members,
I built my HLF network based on v2.0 test-network and have 3 instances in GCP.
- Instance 1 : cli, peer0.meters, peer1.hq, ca.org1, orderer0
- Instance 2 : peer0.hq, peer1.meters,
Hi members,
I built my HLF network based on v2.0 test-network and have 3 instances in GCP.
- Instance 1 : cli, peer0.meters, peer1.hq, ca.org1, orderer0
- Instance 2 : peer0.hq, peer1.meters,
|
By
ever4cys@...
·
#7955
·
|
|
Re: problem with proving identity using X.509 certificate
The only way to call chaincode is through the peer. When a client submits a proposal, the peer authenticates the caller by verifying the signature on the proposal using the identity extracted from
The only way to call chaincode is through the peer. When a client submits a proposal, the peer authenticates the caller by verifying the signature on the proposal using the identity extracted from
|
By
Gari Singh <garis@...>
·
#7954
·
|
|
Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere - Fri, 03/27/2020
#cal-notice
Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere
When:
Friday, 27 March 2020
6:00am to 7:00am
(GMT+00:00)
Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere
When:
Friday, 27 March 2020
6:00am to 7:00am
(GMT+00:00)
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#7953
·
|
|
problem with proving identity using X.509 certificate
Hello - If I am not mistaken, Fabric chaincode uses the X.509 certificate of the caller to ID the caller. But the public certificate is meant to be shared and not a secret so what prevents someone
Hello - If I am not mistaken, Fabric chaincode uses the X.509 certificate of the caller to ID the caller. But the public certificate is meant to be shared and not a secret so what prevents someone
|
By
Siddharth Jain
·
#7952
·
|
|
Re: #hyperledger-fabric Problems after peer channel update: PANI 044 Cannot commit block to the ledger due to config currently at sequence 0, cannot validate config at sequence 2
#hyperledger-fabric
Hello All !
I hope you are in safe and healthy.
I opened an issue at https://jira.hyperledger.org/browse/FABB-147 with my considerations and log files about this problem.
I will appreciate if you
Hello All !
I hope you are in safe and healthy.
I opened an issue at https://jira.hyperledger.org/browse/FABB-147 with my considerations and log files about this problem.
I will appreciate if you
|
By
Magno Alves Cavalcante
·
#7951
·
|
|
Re: #fabric Impossible instantiate chaincode due to PANIC ERROR on peer: unexpected Previous block hash
#fabric
Hello All !
I hope you are in safe and healthy.
I opened an issue at https://jira.hyperledger.org/browse/FABB-147 with my considerations and log files about this problem.
I will aprecciate if you
Hello All !
I hope you are in safe and healthy.
I opened an issue at https://jira.hyperledger.org/browse/FABB-147 with my considerations and log files about this problem.
I will aprecciate if you
|
By
Magno Alves Cavalcante
·
#7950
·
|
|
Limiting dissemination of hashes of private collection keys and values?
Hi all, I'm wondering if there's a mechanism for specifying that the hashes of private collection keys and values should not be disseminated beyond the peers of that private collection. Basically my
Hi all, I'm wondering if there's a mechanism for specifying that the hashes of private collection keys and values should not be disseminated beyond the peers of that private collection. Basically my
|
By
Victor Dods
·
#7949
·
|
|
Documentation Workgroup: Agenda for Friday, 27 March
All,
We will hold thedocumentation workgroup call this Friday -- with both an Eastern hemisphereand Western hemisphere call. Please feel free to come along, especiallyif in these difficult times you'd
All,
We will hold thedocumentation workgroup call this Friday -- with both an Eastern hemisphereand Western hemisphere call. Please feel free to come along, especiallyif in these difficult times you'd
|
By
Anthony O'Dowd <a_o-dowd@...>
·
#7948
·
|
|
Upcoming Event: Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere - Fri, 03/27/2020 6:00am-7:00am
#cal-reminder
Reminder: Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere
When: Friday, 27 March 2020, 6:00am to 7:00am, (GMT+00:00) Europe/London
Where:https://zoom.us/j/6223336701
View
Reminder: Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere
When: Friday, 27 March 2020, 6:00am to 7:00am, (GMT+00:00) Europe/London
Where:https://zoom.us/j/6223336701
View
|
By
fabric@lists.hyperledger.org Calendar <fabric@...>
·
#7947
·
|
|
Two ways of registering a user in Node SDK?
Looking at the docs for fabric-ca-client Node library, it seems there are 2 ways one could register a new user.
Method 1 would be to use
Looking at the docs for fabric-ca-client Node library, it seems there are 2 ways one could register a new user.
Method 1 would be to use
|
By
Siddharth Jain
·
#7946
·
|