|
Experiencing issues when generating genesis block
I have installed Hyperledger fabric 2.2 and I am following a tutorial to set up Fab Car. When I enter ./startfabric.sh on git bash to start the network, I keep getting this error. I am using windows
I have installed Hyperledger fabric 2.2 and I am following a tutorial to set up Fab Car. When I enter ./startfabric.sh on git bash to start the network, I keep getting this error. I am using windows
|
By
musonda yese <musondayese@...>
·
#10856
·
|
|
ANNOUNCEMENT: Hyperledger Fabric fix releases v2.2.5 and v2.4.2 are now available!
Hyperledger Fabric fix releases v2.2.5 (LTS release) and v2.4.2 (latest release) are now available. The releases include an update to Go 1.17 and minor fixes.
See details in the release
Hyperledger Fabric fix releases v2.2.5 (LTS release) and v2.4.2 (latest release) are now available. The releases include an update to Go 1.17 and minor fixes.
See details in the release
|
By
David Enyeart
·
#10855
·
|
|
Now: Fabric Contributor Meeting - 02/02/2022
#cal-notice
Fabric Contributor Meeting
When:
02/02/2022
9:00am to 10:00am
(UTC-05:00) America/New York
Where:
https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Organizer: Dave
Fabric Contributor Meeting
When:
02/02/2022
9:00am to 10:00am
(UTC-05:00) America/New York
Where:
https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Organizer: Dave
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#10854
·
|
|
Re: Using different version of Node for Fabric peer to run chaincode
#fabric-peer
#fabric
#fabric-questions
Hello;
So for Fabric v2.4 - the node version used for the nodeenv container was updated to v16
Hello;
So for Fabric v2.4 - the node version used for the nodeenv container was updated to v16
|
By
Matthew White
·
#10853
·
|
|
Fabric Contributor Meeting - February 2, 2022
Hyperledger Fabric Contributor Meeting
When: Every other Wednesday 9am US Eastern, 14:00 UTC
Where: https://zoom.us/j/5184947650?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Agendas and Recordings:
Hyperledger Fabric Contributor Meeting
When: Every other Wednesday 9am US Eastern, 14:00 UTC
Where: https://zoom.us/j/5184947650?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Agendas and Recordings:
|
By
David Enyeart
·
#10852
·
|
|
Re: Consenter Certificate Updates When Using a Third-Party CA
Maybe on the application channel, the orderer MSP has an OU configured and your identity you used to submit the transaction was issued by a CA with a different OU?
Maybe on the application channel, the orderer MSP has an OU configured and your identity you used to submit the transaction was issued by a CA with a different OU?
|
By
Yacov
·
#10851
·
|
|
Consenter Certificate Updates When Using a Third-Party CA
I have a blockchain network with four organizations working with crypto material generated with cryptogen. I also have it working with crypto material generated from a third-party certificate
I have a blockchain network with four organizations working with crypto material generated with cryptogen. I also have it working with crypto material generated from a third-party certificate
|
By
Robert Broeckelmann
·
#10850
·
|
|
Now: Private Chaincode Lab - 02/01/2022
#cal-notice
Private Chaincode Lab
When:
02/01/2022
8:00am to 9:00am
(UTC-08:00) America/Los Angeles
Where:
https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Organizer: Marcus
Private Chaincode Lab
When:
02/01/2022
8:00am to 9:00am
(UTC-08:00) America/Los Angeles
Where:
https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Organizer: Marcus
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#10849
·
|
|
Declined: Build Your Own NFT with Hyperledger Fabric Workshop: Session One
By
Arnaud Le Hors
·
#10847
·
|
|
Declined: Build Your Own NFT with Hyperledger Fabric Workshop: Session One
By
Andrew Coleman
·
#10846
·
|
|
Accepted: Build Your Own NFT with Hyperledger Fabric Workshop: Session One
By
Julian Castrence
·
#10845
·
|
|
Using different version of Node for Fabric peer to run chaincode
#fabric-peer
#fabric
#fabric-questions
Hello everyone,
I'm from the Blockchain Carbon Accounting Hyperledger Lab (https://github.com/hyperledger-labs/blockchain-carbon-accounting/). Our chaincode is written in TypeScript. We are trying to
Hello everyone,
I'm from the Blockchain Carbon Accounting Hyperledger Lab (https://github.com/hyperledger-labs/blockchain-carbon-accounting/). Our chaincode is written in TypeScript. We are trying to
|
By
Harsh Sharma
·
#10844
·
|
|
Request For Comments: Fabric Test Network and Docker Desktop
Hello
We wanted to get the community's views and input on possible changes to the use of docker in FabricSamples. This is in light of the recent changes to Docker Desktop's licensing model. Our
Hello
We wanted to get the community's views and input on possible changes to the use of docker in FabricSamples. This is in light of the recent changes to Docker Desktop's licensing model. Our
|
By
Matthew White
·
#10843
·
|
|
Re: Regarding Transaction id
Thanks Mr. Raza Sikander.
It helped me to resolve my issue.
Regards,
T. Pechimuthu
Thanks Mr. Raza Sikander.
It helped me to resolve my issue.
Regards,
T. Pechimuthu
|
By
Pechimuthu T
·
#10842
·
|
|
Re: Regarding Transaction id
Hi Pechimuthu
You can try this snippet of code instead of ```result = await contract.submitTransaction(fcn, args);```
const transaction = contract.createTransaction(fcn);console.log("TxID:",
Hi Pechimuthu
You can try this snippet of code instead of ```result = await contract.submitTransaction(fcn, args);```
const transaction = contract.createTransaction(fcn);console.log("TxID:",
|
By
Raza Sikander
·
#10841
·
|
|
Regarding Transaction id
Hi all,
Greetings.
When we submit transactions to HLF BC network, the response is not immediate.
It is because the systems asynchronous nature.
But client applications requires some transaction
Hi all,
Greetings.
When we submit transactions to HLF BC network, the response is not immediate.
It is because the systems asynchronous nature.
But client applications requires some transaction
|
By
Pechimuthu T
·
#10840
·
|
|
Re: Using Private Data in Fabric #hyperledger-fabric @ version 2.2
#hyperledger-fabric
Yes it does, the question is which .pem file??? That file's location depends on how you set up your directories.
Hyperledger eats, breathes, and sweats certificates and keys. Understanding how they
Yes it does, the question is which .pem file??? That file's location depends on how you set up your directories.
Hyperledger eats, breathes, and sweats certificates and keys. Understanding how they
|
By
Tom Lamm
·
#10839
·
|
|
Re: Using Private Data in Fabric #hyperledger-fabric @ version 2.2
#hyperledger-fabric
Hi,
Looks like ORDERER_CA variable needs to be defined with the location of .pem file
Regards,
-Satheesh
On Sunday,
Hi,
Looks like ORDERER_CA variable needs to be defined with the location of .pem file
Regards,
-Satheesh
On Sunday,
|
By
satheesh
·
#10838
·
|
|
Using Private Data in Fabric #hyperledger-fabric @ version 2.2
#hyperledger-fabric
I stuck on official tutorial part 5 - "Using Private Data in Fabric" - (I have used fabric version 2.2) -:
While executing this following command I got the error :
peer lifecycle chaincode
I stuck on official tutorial part 5 - "Using Private Data in Fabric" - (I have used fabric version 2.2) -:
While executing this following command I got the error :
peer lifecycle chaincode
|
By
asaduzzaman.rakib.10@...
·
#10837
·
|
|
Event: Build Your Own NFT with Hyperledger Fabric Workshop: Session Two - Thursday, March 31, 2022
#cal-invite
By
Sandy Aggarwal
·
#10836
·
|