|
Re: How to get the public key of a client inside the chaincode ?
#signcerts
#fabric-chaincode
Thank you.
By
K Sanjay Kumar
·
#10686
·
|
|
Re: How to get the public key of a client inside the chaincode ?
#signcerts
#fabric-chaincode
ClientIdentity.getIDBytes() will give you the PEM-encoded X.509 certificate of the client, which contains the public key.
ClientIdentity.getIDBytes() will give you the PEM-encoded X.509 certificate of the client, which contains the public key.
|
By
Mark Lewis
·
#10685
·
|
|
latest Fabric Samples when add Org3 to the channel is configuring another docker network.
Hello!
The docker file:
https://github.com/hyperledger/fabric-samples/blob/main/test-network/addOrg3/docker/docker-compose-ca-org3.yaml
Is without network parameter:
networks:
- test
And
Hello!
The docker file:
https://github.com/hyperledger/fabric-samples/blob/main/test-network/addOrg3/docker/docker-compose-ca-org3.yaml
Is without network parameter:
networks:
- test
And
|
By
David F. D. Reis
·
#10684
·
|
|
How to get the public key of a client inside the chaincode ?
#signcerts
#fabric-chaincode
I want to create a verifiable public key log of clients. These public keys are then queried to perform off chain verification of documents issued by the corresponding private key.
I looked through
I want to create a verifiable public key log of clients. These public keys are then queried to perform off chain verification of documents issued by the corresponding private key.
I looked through
|
By
K Sanjay Kumar
·
#10683
·
|
|
Now: Fabric Contributor Meeting - 12/08/2021
#cal-notice
Fabric Contributor Meeting
When:
12/08/2021
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:
12/08/2021
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@...>
·
#10682
·
|
|
Re: NODEJS - peers stops updating the ledger: ctx.stub.setStateValidationParameter() to configure a especific Endorsement Policy for a especific key
Dave, thank you very much for your explanation.
I´m sorry because I saw the fabric samples but did not pay attention. I was using the sample provided on the LFD272 training course that wasn´t so
Dave, thank you very much for your explanation.
I´m sorry because I saw the fabric samples but did not pay attention. I was using the sample provided on the LFD272 training course that wasn´t so
|
By
David F. D. Reis
·
#10681
·
|
|
Re: NODEJS - peers stops updating the ledger: ctx.stub.setStateValidationParameter() to configure a especific Endorsement Policy for a especific key
The problem here is that you aren't providing a correct endorsement policy format to the setStateValidationParameter call.
The format of AND(principle,...) etc is a format only understood by the
The problem here is that you aren't providing a correct endorsement policy format to the setStateValidationParameter call.
The format of AND(principle,...) etc is a format only understood by the
|
By
Dave
·
#10680
·
|
|
Fabric Contributor Meeting - December 8, 2021
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
·
#10679
·
|
|
Re: NODEJS - peers stops updating the ledger: ctx.stub.setStateValidationParameter() to configure a especific Endorsement Policy for a especific key
Hello again! :)
Just to add more information:
It appears that the channel is frozen. Any write operation fail. A tried to deploy the same and others chaincodes and the "peer lifecycle chaincode
Hello again! :)
Just to add more information:
It appears that the channel is frozen. Any write operation fail. A tried to deploy the same and others chaincodes and the "peer lifecycle chaincode
|
By
David F. D. Reis
·
#10678
·
|
|
NODEJS - peers stops updating the ledger: ctx.stub.setStateValidationParameter() to configure a especific Endorsement Policy for a especific key
Hello.
During development and testing of a smart contract that needs to set an specific endorsement policy for a specific key, the peers stop to update the ledger due to tx timeout.
- Error: timed
Hello.
During development and testing of a smart contract that needs to set an specific endorsement policy for a specific key, the peers stop to update the ledger due to tx timeout.
- Error: timed
|
By
David F. D. Reis
·
#10677
·
|
|
Now: Private Chaincode Lab - 12/07/2021
#cal-notice
Private Chaincode Lab
When:
12/07/2021
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:
12/07/2021
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@...>
·
#10676
·
|
|
Re: fabric-sdk-go vs fabric-gateway. When to use each one?
Nice, thank you. I conclude that for admin operation I have to use the low level SDKs only.
Nice, thank you. I conclude that for admin operation I have to use the low level SDKs only.
|
By
Nikos Karamolegkos
·
#10675
·
|
|
Re: fabric-sdk-go vs fabric-gateway. When to use each one?
Fabric started out with what are often now called the "low-level" SDKs, like fabric-sdk-java (for Java) and fabric-client (for Node). These have a lot of code and complexity in them but really don't
Fabric started out with what are often now called the "low-level" SDKs, like fabric-sdk-java (for Java) and fabric-client (for Node). These have a lot of code and complexity in them but really don't
|
By
Mark Lewis
·
#10674
·
|
|
management of k8s deployed test network
Hello,
I study the deployment of the test network in k8s. I can see that for communicating with the deployed BC network the fabric-rest-sample server is used (deployed in K8s). This is a very nice
Hello,
I study the deployment of the test network in k8s. I can see that for communicating with the deployed BC network the fabric-rest-sample server is used (deployed in K8s). This is a very nice
|
By
Nikos Karamolegkos
·
#10673
·
|
|
Re: #minifab #minifabric - Where Is My Data?
#minifab
#minifabric
Please see answer below each of your question
Tong Li
IBM Open Technology
"pavon via lists.hyperledger.org" ---12/06/2021 03:12:44 PM---Hello there! First, let me preface this post by saying THANK YOU
Please see answer below each of your question
Tong Li
IBM Open Technology
"pavon via lists.hyperledger.org" ---12/06/2021 03:12:44 PM---Hello there! First, let me preface this post by saying THANK YOU
|
By
Tong Li
·
#10672
·
|
|
#minifab #minifabric - Where Is My Data?
#minifab
#minifabric
Hello there!
First, let me preface this post by saying THANK YOU to all of you who have responded to my previous posts on here regarding #minifabric.
I sincerely appreciate it. You guys are beyond
Hello there!
First, let me preface this post by saying THANK YOU to all of you who have responded to my previous posts on here regarding #minifabric.
I sincerely appreciate it. You guys are beyond
|
By
pavon@...
·
#10671
·
|
|
fabric-sdk-go vs fabric-gateway. When to use each one?
Hello, I am using HLF 2.2 or 2.3 and I have seen that are two types of SDK. The first one is the high level SDK (fabric-gateway, fabric-gateway-java etc) and the second one is the low level
Hello, I am using HLF 2.2 or 2.3 and I have seen that are two types of SDK. The first one is the high level SDK (fabric-gateway, fabric-gateway-java etc) and the second one is the low level
|
By
Nikos Karamolegkos
·
#10670
·
|
|
Re: Help required to deploy a private network on two different computers
The network doesn't run on a single machine, ideally each organization on the network has to build it's own fault tolerance themselves by installing multiple peer nodes as separate machines with
The network doesn't run on a single machine, ideally each organization on the network has to build it's own fault tolerance themselves by installing multiple peer nodes as separate machines with
|
By
J K
·
#10669
·
|
|
Re: Help required to deploy a private network on two different computers
Hi Aoun,
You can check the section for peer HA: https://hyperledger-fabric.readthedocs.io/en/release-2.3/deploypeer/peerplan.html#high-availability
The Fabric SDKs utilize the Service Discovery (you
Hi Aoun,
You can check the section for peer HA: https://hyperledger-fabric.readthedocs.io/en/release-2.3/deploypeer/peerplan.html#high-availability
The Fabric SDKs utilize the Service Discovery (you
|
By
Tsvetan Georgiev
·
#10668
·
|
|
Re: Transaction between Fabric Org Peers is failed
It looks like a connection issue. Try replacing this: orderer0:7050 with the IPOfYourOrdererPeer:7050
It looks like a connection issue. Try replacing this: orderer0:7050 with the IPOfYourOrdererPeer:7050
|
By
js@...
·
#10667
·
|