|
Now: Private Chaincode Lab - 09/20/2022
#cal-notice
Private Chaincode Lab
When:
09/20/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:
09/20/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
Group Notification <noreply@...>
·
#11483
·
|
|
Storage data in private data collection has a different value
#fabric
#couchdb
Hi all,
I've encountered a strange issue and couldn't find any opened issue regarding this.
Currently using JAVA to develop the chaincde
I'm using private data collections to store data. The
Hi all,
I've encountered a strange issue and couldn't find any opened issue regarding this.
Currently using JAVA to develop the chaincde
I'm using private data collections to store data. The
|
By
Joao Antunes
·
#11482
·
|
|
Re: Update PeerOrg Admin Certificate
#kubernetes
#fabric-ca-client
#hyperledger-fabric
#policies
I have resolved this issue after making an update to writer, and changing the sub_policy to "Admins" instead of writers
after making above change, i was able to make certificate update.
once the
I have resolved this issue after making an update to writer, and changing the sub_policy to "Admins" instead of writers
after making above change, i was able to make certificate update.
once the
|
By
hiteshdutt05@...
·
#11481
·
|
|
Re: Remove channel from the network
The purpose of removing the channel is that is not anymore useful for the BC network. The peers and the orderers are joined to another channel so how can I remove them from the useless channel? Is it
The purpose of removing the channel is that is not anymore useful for the BC network. The peers and the orderers are joined to another channel so how can I remove them from the useless channel? Is it
|
By
Nikos Karamolegkos
·
#11480
·
|
|
Re: Remove channel from the network
What's the original purpose of removing a channel?
If just to prevent using it, you can remove/disable the peers/orderers.
--
Best wishes!
Baohua Yang
What's the original purpose of removing a channel?
If just to prevent using it, you can remove/disable the peers/orderers.
--
Best wishes!
Baohua Yang
|
By
Baohua Yang
·
#11479
·
|
|
Re: Fabric Version Upgrade
See the upgrade guide here - https://hyperledger-fabric.readthedocs.io/en/latest/upgrade.html
IBM provides an official support offering but you would need to deploy Fabric using the IBM Kubernetes
See the upgrade guide here - https://hyperledger-fabric.readthedocs.io/en/latest/upgrade.html
IBM provides an official support offering but you would need to deploy Fabric using the IBM Kubernetes
|
By
David Enyeart
·
#11478
·
|
|
Re: TLS Renewal of certificate
If the certificate is already expired, Fabric CA server will return this error.
An option was added in Fabric CA v1.5.1 to allow for re-enroll of an expired cert.
See the details in the v1.5.1
If the certificate is already expired, Fabric CA server will return this error.
An option was added in Fabric CA v1.5.1 to allow for re-enroll of an expired cert.
See the details in the v1.5.1
|
By
David Enyeart
·
#11477
·
|
|
Fabric Version Upgrade
Hello Hyperledger community,
I have a hyperledger fabric infrastructure that runs on version: 1.3.0
Now the system is a bit unstable and I want to upgrade the version to the latest fabric version, the
Hello Hyperledger community,
I have a hyperledger fabric infrastructure that runs on version: 1.3.0
Now the system is a bit unstable and I want to upgrade the version to the latest fabric version, the
|
By
Nawaf A. Alabra <alabranawaf@...>
·
#11476
·
|
|
TLS Renewal of certificate
Hello Hyperledger community,
I renewed the TLS certificate a year ago with the use of "fabric-ca-client re enroll" command and it was successfully renewed with no issues.
Now after a year I tried
Hello Hyperledger community,
I renewed the TLS certificate a year ago with the use of "fabric-ca-client re enroll" command and it was successfully renewed with no issues.
Now after a year I tried
|
By
Nawaf A. Alabra <alabranawaf@...>
·
#11475
·
|
|
Re: Remove channel from the network
Any proposals for that? What is the flow (steps) I should follow for "removing" a channel? Is it enough just to unjoin the peers and orderers nodes?
Any proposals for that? What is the flow (steps) I should follow for "removing" a channel? Is it enough just to unjoin the peers and orderers nodes?
|
By
Nikos Karamolegkos
·
#11474
·
|
|
assetTransfer.test.js
What is this folder and how to use it?
What is this folder and how to use it?
|
By
FemGeek
·
#11473
·
|
|
Update PeerOrg Admin Certificate
#kubernetes
#fabric-ca-client
#hyperledger-fabric
#policies
Hi,
I need to update/renew/rotate certificates for my HLF network (orderer and peer).
so far using `peer channel update` command I have been able to update/renew/rotate
1. Admin certificate for
Hi,
I need to update/renew/rotate certificates for my HLF network (orderer and peer).
so far using `peer channel update` command I have been able to update/renew/rotate
1. Admin certificate for
|
By
hiteshdutt05@...
·
#11472
·
|
|
Re: Chaincode as service go module
#chaincode
Ok, I found the solution. I used wrong argument to CMD ["argument"] command of dockerfile
On 9/15/22 15:54, Nikos Karamolegkos wrote:
-- Nikos KaramolegkosR & D engineer
Ok, I found the solution. I used wrong argument to CMD ["argument"] command of dockerfile
On 9/15/22 15:54, Nikos Karamolegkos wrote:
-- Nikos KaramolegkosR & D engineer
|
By
Nikos Karamolegkos
·
#11471
·
|
|
Re: Chaincode as service go module
#chaincode
The error is failed to create shim: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "external": executable file not found in $PATH:
The error is failed to create shim: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "external": executable file not found in $PATH:
|
By
Nikos Karamolegkos
·
#11470
·
|
|
Re: Implementing custom validation GO plugin, does an example exists?
#vscc
I'm not sure what you mean by not include a real test?
The test makes the validation plugin create a file with the peer's
I'm not sure what you mean by not include a real test?
The test makes the validation plugin create a file with the peer's
|
By
Yacov
·
#11469
·
|
|
Chaincode as service go module
#chaincode
I am trying to build my own custom chaincode based on fabcar. I have seen that if I change the module name in this line and then build the docker image I have problems with the deployment of the
I am trying to build my own custom chaincode based on fabcar. I have seen that if I change the module name in this line and then build the docker image I have problems with the deployment of the
|
By
Nikos Karamolegkos
·
#11468
·
|
|
Re: Implementing custom validation GO plugin, does an example exists?
#vscc
@Yacov,
I find that the plugins in the testdata don't represent the interface given in the documentation and it does not include any real test.
Any further help on this topic?
@Yacov,
I find that the plugins in the testdata don't represent the interface given in the documentation and it does not include any real test.
Any further help on this topic?
|
By
rmulken@...
·
#11467
·
|
|
Re: Implementing custom validation GO plugin, does an example exists?
#vscc
Thanks Yacov,
I will take a look at the testdata plugins : https://github.com/hyperledger/fabric/tree/main/integration/pluggable/testdata/plugins
Kind regards,
Robert
Thanks Yacov,
I will take a look at the testdata plugins : https://github.com/hyperledger/fabric/tree/main/integration/pluggable/testdata/plugins
Kind regards,
Robert
|
By
rmulken@...
·
#11466
·
|
|
Re: Remove channel from the network
If a channel is not useful anymore, is peer unjoin enough. I should somehow remove the orderers from the channel too.
If a channel is not useful anymore, is peer unjoin enough. I should somehow remove the orderers from the channel too.
|
By
Nikos Karamolegkos
·
#11465
·
|
|
Re: Implementing custom validation GO plugin, does an example exists?
#vscc
Check the integration tests here: https://github.com/hyperledger/fabric/blob/main/integration/pluggable/pluggable_test.go
From: fabric@... <fabric@...> on behalf of rmulken@... <rmulken@...>
Sent:
Check the integration tests here: https://github.com/hyperledger/fabric/blob/main/integration/pluggable/pluggable_test.go
From: fabric@... <fabric@...> on behalf of rmulken@... <rmulken@...>
Sent:
|
By
Yacov
·
#11464
·
|