|
Cannot start peer due to "certificate has expired or is not yet valid" but it's not
#fabric
#fabric-questions
Hi, I'm having some troubles starting my fabric peer (version 2.0.1) here's the log:
```
UTC [main] InitCmd -> ERRO 018 Cannot run peer because error when setting up MSP of type bccsp from directory
Hi, I'm having some troubles starting my fabric peer (version 2.0.1) here's the log:
```
UTC [main] InitCmd -> ERRO 018 Cannot run peer because error when setting up MSP of type bccsp from directory
|
By
Mattia Bolzonella
·
#8177
·
|
|
Upcoming Event: Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere - Fri, 05/01/2020 6:00am-7:00am
#cal-reminder
Reminder: Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere
When: Friday, 1 May 2020, 6:00am to 7:00am, (GMT+01:00) Europe/London
Where:https://zoom.us/j/6223336701
View
Reminder: Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere
When: Friday, 1 May 2020, 6:00am to 7:00am, (GMT+01:00) Europe/London
Where:https://zoom.us/j/6223336701
View
|
By
fabric@lists.hyperledger.org Calendar <fabric@...>
·
#8176
·
|
|
Error While Upgrading Network (Edit Channel ACLs)
#hyperledger-fabric
#fabric
Hi Everyone,
I was attempting to upgrade the network from 1.4.2 --> 2.0. I have completed all steps except the step where one has to Edit the Channel ACLs. The error and details are given below can
Hi Everyone,
I was attempting to upgrade the network from 1.4.2 --> 2.0. I have completed all steps except the step where one has to Edit the Channel ACLs. The error and details are given below can
|
By
Faisal
·
#8175
·
|
|
Re: How to share an Asset that belongs to UserA in Org1 to UserB of Org2 instaed of asset transfer in Hyperledger fabric v1.4 ?
#fabric-chaincode
#couchdb
#fabric-questions
#hyperledger-fabric
Private data collections define which organization's peers are authorized to receive and store the private data. This is orthogonal to user based access control. You need to consider both aspects.
So
Private data collections define which organization's peers are authorized to receive and store the private data. This is orthogonal to user based access control. You need to consider both aspects.
So
|
By
David Enyeart
·
#8174
·
|
|
How to share an Asset that belongs to UserA in Org1 to UserB of Org2 instaed of asset transfer in Hyperledger fabric v1.4 ?
#fabric-chaincode
#couchdb
#fabric-questions
#hyperledger-fabric
There are two organizations A and B. User1 in Org1 has a document Doc1 in his private data store and he wants to share it with User2 of Org2 for a limited time like 3 days, the document shared should
There are two organizations A and B. User1 in Org1 has a document Doc1 in his private data store and he wants to share it with User2 of Org2 for a limited time like 3 days, the document shared should
|
By
praviteja@...
·
#8173
·
|
|
Tutorial: Deploy a Hyperledger Fabric v2 Web App Using the Node.js SDK
Check out this tutorial on building a web app for HLF v2 with Fabric Node SDK:
Deploy a Hyperledger Fabric v2 Web App Using the Node.js
Check out this tutorial on building a web app for HLF v2 with Fabric Node SDK:
Deploy a Hyperledger Fabric v2 Web App Using the Node.js
|
By
evkonst@...
·
#8172
·
|
|
Re: [EXTERNAL] Re: [Hyperledger Fabric] Doubt on how to GetTransactionByID using hypedledger. (Google didn't help!)
Hi Ameya,
We can query QSCC chaincode using peer CLI with an appropriate block API as the argument. In this blog article
Hi Ameya,
We can query QSCC chaincode using peer CLI with an appropriate block API as the argument. In this blog article
|
By
Senthil Nathan
·
#8171
·
|
|
Re: [EXTERNAL] Re: [Hyperledger Fabric] Doubt on how to GetTransactionByID using hypedledger. (Google didn't help!)
Hi Senthil,
Thanks for explaining what system chaincodes are and why I can’t invoke them from a user chaincode.
I’m still confused about how should I invoke a method like
Hi Senthil,
Thanks for explaining what system chaincodes are and why I can’t invoke them from a user chaincode.
I’m still confused about how should I invoke a method like
|
By
Ameya Sinha <t-amsi@...>
·
#8170
·
|
|
Re: Private Data Collection and anchor peer configuration
Thank you Pancham. This is really helpful in understanding the current behavior.
Should this be updated in Hyperledger Fabric documentation? Currently, Hyperledger Fabric documentation says that
Thank you Pancham. This is really helpful in understanding the current behavior.
Should this be updated in Hyperledger Fabric documentation? Currently, Hyperledger Fabric documentation says that
|
By
shrugupt@...
·
#8169
·
|
|
Re: Update channel error
"BatchSize" is a parameter managed by the orderer organization(s). It can only be updated ordering organizations and not by member organizations.
So you will need to sign the transaction using the
"BatchSize" is a parameter managed by the orderer organization(s). It can only be updated ordering organizations and not by member organizations.
So you will need to sign the transaction using the
|
By
Gari Singh <garis@...>
·
#8168
·
|
|
Next Hyperledger Fabric Application Developer Community call -- this Thursday, 30th April @ 3pm UTC time (4pm UK, 11am ET, 8am PT)
dear Fabric ApplicationDeveloper,
the next FabricApplication Developer community call is scheduled for this Thursday30th April @ 3pm UTC: 4pm UK time (+1), 11am ET (-5 hrs), 8amPT (-8 hrs) -
dear Fabric ApplicationDeveloper,
the next FabricApplication Developer community call is scheduled for this Thursday30th April @ 3pm UTC: 4pm UK time (+1), 11am ET (-5 hrs), 8amPT (-8 hrs) -
|
By
Paul O'Mahoney <mahoney@...>
·
#8167
·
|
|
Re: Doubt on how to GetTransactionByID using hypedledger. (Google didn't help!)
Hi Ameya,
System chaincodes are built into the peer executables. Please refer to following links for more information on inbuilt system chaincodes
Hi Ameya,
System chaincodes are built into the peer executables. Please refer to following links for more information on inbuilt system chaincodes
|
By
Senthil Nathan
·
#8166
·
|
|
Doubt on how to GetTransactionByID using hypedledger. (Google didn't help!)
Hi Everyone,
So I was following the Chaincode for Developers tutorial and have successfully managed to now install my own chaincode on the mychannel of BYFN. However after making
Hi Everyone,
So I was following the Chaincode for Developers tutorial and have successfully managed to now install my own chaincode on the mychannel of BYFN. However after making
|
By
Ameya Sinha <t-amsi@...>
·
#8165
·
|
|
Update channel error
Hello,
I'm trying to modify the configuration of a channel.
These are the environment variables I'm using:
export
Hello,
I'm trying to modify the configuration of a channel.
These are the environment variables I'm using:
export
|
By
Antoni Massó Mola <antonimassomola@...>
·
#8164
·
|
|
Re: #fabric Impossible instantiate chaincode due to PANIC ERROR on peer: unexpected Previous block hash
#fabric
Hello All!
I was using the genesis block from the system fabric network, loaded on the Ordener (from `orderer.yaml` or `docker-compose.yaml`), to join the channel, and that was wrong.
The source of
Hello All!
I was using the genesis block from the system fabric network, loaded on the Ordener (from `orderer.yaml` or `docker-compose.yaml`), to join the channel, and that was wrong.
The source of
|
By
Magno Alves Cavalcante
·
#8163
·
|
|
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
I was using the genesis block from the system fabric network, loaded on the Ordener (from `orderer.yaml` or `docker-compose.yaml`), to join the channel, and that was wrong.
The source of my error was
I was using the genesis block from the system fabric network, loaded on the Ordener (from `orderer.yaml` or `docker-compose.yaml`), to join the channel, and that was wrong.
The source of my error was
|
By
Magno Alves Cavalcante
·
#8162
·
|
|
Re: Updating ca signing certificates and tls root certificate in a network
Did you already change the certificate for your admin to the new CA? You would need to do that after you have updated the channel.
-----fabric@... wrote: -----
To: fabric@...
From:
Did you already change the certificate for your admin to the new CA? You would need to do that after you have updated the channel.
-----fabric@... wrote: -----
To: fabric@...
From:
|
By
Nikhil Gupta
·
#8161
·
|
|
Updating ca signing certificates and tls root certificate in a network
Hi All,
Our company is working on a project where there are four orgs in a HLF network. one of the requirements for the implementation is to have auto cert rotation implemented in all the peers of an
Hi All,
Our company is working on a project where there are four orgs in a HLF network. one of the requirements for the implementation is to have auto cert rotation implemented in all the peers of an
|
By
aramachandran@...
·
#8160
·
|
|
Hyperledger Fabric Documentation Workgroup call - Western hemisphere - Fri, 04/24/2020
#cal-notice
Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When:
Friday, 24 April 2020
4:00pm to 5:00pm
(GMT+01:00)
Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When:
Friday, 24 April 2020
4:00pm to 5:00pm
(GMT+01:00)
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#8159
·
|
|
Upcoming Event: Hyperledger Fabric Documentation Workgroup call - Western hemisphere - Fri, 04/24/2020 4:00pm-5:00pm
#cal-reminder
Reminder: Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When: Friday, 24 April 2020, 4:00pm to 5:00pm, (GMT+01:00) Europe/London
Where:https://zoom.us/j/6223336701
View
Reminder: Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When: Friday, 24 April 2020, 4:00pm to 5:00pm, (GMT+01:00) Europe/London
Where:https://zoom.us/j/6223336701
View
|
By
fabric@lists.hyperledger.org Calendar <fabric@...>
·
#8158
·
|