|
Re: Implementing custom validation GO plugin, does an example exists?
#vscc
Hi Yacov,
Thanks for your reply. I'm not concerned about the integration test not working, the code looks legit, but does not cover what I'm looking for.
The documentation of implementing a validation
Hi Yacov,
Thanks for your reply. I'm not concerned about the integration test not working, the code looks legit, but does not cover what I'm looking for.
The documentation of implementing a validation
|
By
rmulken@...
·
#11489
·
|
|
Now: Fabric Contributor Meeting - 09/21/2022
#cal-notice
Fabric Contributor Meeting
When:
09/21/2022
9:00am to 10:00am
(UTC-04:00) America/New York
Where:
https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Organizer: Dave
Fabric Contributor Meeting
When:
09/21/2022
9:00am to 10:00am
(UTC-04:00) America/New York
Where:
https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Organizer: Dave
|
By
Group Notification <noreply@...>
·
#11488
·
|
|
Where do the Hyperledger Fabric check block header hash duplication?
#fabric
I was reading the source-code for HLF v2.2 along with the officical github.
But I am still looking for the source-code part that double check the block hash code.
Any recommendation will be
I was reading the source-code for HLF v2.2 along with the officical github.
But I am still looking for the source-code part that double check the block hash code.
Any recommendation will be
|
By
SANGWOO PARK
·
#11487
·
|
|
Fabric Contributor Meeting - September 21, 2022
Hyperledger Fabric Contributor Meeting
When: Every 4th Wednesday 9am US Eastern, 13:00 UTC
Where: https://zoom.us/j/5184947650?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Agendas and Recordings:
Hyperledger Fabric Contributor Meeting
When: Every 4th Wednesday 9am US Eastern, 13:00 UTC
Where: https://zoom.us/j/5184947650?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Agendas and Recordings:
|
By
David Enyeart
·
#11484
·
|
|
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
·
|