|
Access to Channel CRL from Chaincode
Hey,
Can we have access to the channel CRL from inside the chaincode? Is there an API for this? The idea is that when a cert is expired, the checks are easily performed by the time inside the cert,
Hey,
Can we have access to the channel CRL from inside the chaincode? Is there an API for this? The idea is that when a cert is expired, the checks are easily performed by the time inside the cert,
|
By
spectre-@...
·
#11296
·
|
|
Read write set mismatch error while processing parallel transactions
#fabric-chaincode
#fabric
Dear Team,
We are submitting 100 transactions in parallel . All transactions are to create new asset .
In the chain code , first it is checked if asset already exists . If not then only create
Dear Team,
We are submitting 100 transactions in parallel . All transactions are to create new asset .
In the chain code , first it is checked if asset already exists . If not then only create
|
By
Avinash Vijaykumar Pedgaonkar
·
#11294
·
|
|
Now: Fabric Contributor Meeting - 06/29/2022
#cal-notice
Fabric Contributor Meeting
When:
06/29/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:
06/29/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@...>
·
#11293
·
|
|
Optimum number of connections in FABRIC-SDK-JAVA
#fabric-sdk-java
Hi All,
A hyperledger adapter is built with fabric-sdk-java. What is the ideal number of connections which can be connected to that adapter without crashing the system?
Is there any documentation
Hi All,
A hyperledger adapter is built with fabric-sdk-java. What is the ideal number of connections which can be connected to that adapter without crashing the system?
Is there any documentation
|
By
jeff.jo95z@...
·
#11292
·
|
|
Fabric Contributor Meeting - June 29, 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
·
#11291
·
|
|
Re: Minifab Peer Nodes Questions
That is correct in terms of the process. Please see the document in docs directory.
That is correct in terms of the process. Please see the document in docs directory.
|
By
Tong Li
·
#11290
·
|
|
Minifab Peer Nodes Questions
Using minifabric how do I do the following?
How do I view the ledger of each peer node to prove that each has received/processed transactions?
When I run command "minifab up -s couch.db -e
Using minifabric how do I do the following?
How do I view the ledger of each peer node to prove that each has received/processed transactions?
When I run command "minifab up -s couch.db -e
|
By
Brett Tiller
·
#11289
·
|
|
Now: Private Chaincode Lab - 06/28/2022
#cal-notice
Private Chaincode Lab
When:
06/28/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:
06/28/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@...>
·
#11288
·
|
|
networkObj error ------ Error: Error creating wallet database to store membership data: Error: No DB shards could be opened.
#couchdb
#fabric-kubernetes
#hyperledger-fabric
#kubernetes
#fabric-sdk-node
Hello,
I have a HLF running on azure AKS cluster. I have a couchdb acting as a wallet to store the identities of the blockchain admin and users. It is hosted along with all the other pods.
when i
Hello,
I have a HLF running on azure AKS cluster. I have a couchdb acting as a wallet to store the identities of the blockchain admin and users. It is hosted along with all the other pods.
when i
|
By
Vijaya Bhaskar
·
#11287
·
|
|
Re: unable to fetch config block of system channel from the orderer pod
#orderer
#fabric-orderer
#fabric-kubernetes
#fabric-questions
#grpc
The system is working now. documenting just in case if any1 in future facing the same errors which I faced.
1)while doing a system channel update if you face the below error, check your admin cert in
The system is working now. documenting just in case if any1 in future facing the same errors which I faced.
1)while doing a system channel update if you face the below error, check your admin cert in
|
By
Vijaya Bhaskar
·
#11286
·
|
|
Re: unable to fetch config block of system channel from the orderer pod
#orderer
#fabric-orderer
#fabric-kubernetes
#fabric-questions
#grpc
Thanks Satheesh, it worked. I had to specify the relative path for the tls cert, I was specifying the absolute path.
now I am trying to edit system channel and getting the following error. any idea
Thanks Satheesh, it worked. I had to specify the relative path for the tls cert, I was specifying the absolute path.
now I am trying to edit system channel and getting the following error. any idea
|
By
Vijaya Bhaskar
·
#11285
·
|
|
Re: unable to fetch config block of system channel from the orderer pod
#orderer
#fabric-orderer
#fabric-kubernetes
#fabric-questions
#grpc
orderer host need to be fully qualified with domain name. And if orderer is running on a different host, you need to provide that instead of locallhost
along with port number where orderer is
orderer host need to be fully qualified with domain name. And if orderer is running on a different host, you need to provide that instead of locallhost
along with port number where orderer is
|
By
satheesh
·
#11284
·
|
|
Re: unable to fetch config block of system channel from the orderer pod
#orderer
#fabric-orderer
#fabric-kubernetes
#fabric-questions
#grpc
thanks for the reply Satheesh.
I tried the suggestion. the orderer name is just orderer0 so instead of orderer.example.com, I have used just orderer0. (this is correct right?). the error still
thanks for the reply Satheesh.
I tried the suggestion. the orderer name is just orderer0 so instead of orderer.example.com, I have used just orderer0. (this is correct right?). the error still
|
By
Vijaya Bhaskar
·
#11283
·
|
|
Re: unable to fetch config block of system channel from the orderer pod
#orderer
#fabric-orderer
#fabric-kubernetes
#fabric-questions
#grpc
you need to pass orderer details as well:
for e.g., -o localhost:7050 --ordererTLSHostnameOverride orderer.example.com
you need to pass orderer details as well:
for e.g., -o localhost:7050 --ordererTLSHostnameOverride orderer.example.com
|
By
satheesh
·
#11282
·
|
|
unable to fetch config block of system channel from the orderer pod
#orderer
#fabric-orderer
#fabric-kubernetes
#fabric-questions
#grpc
Hey guys,
overview of the problem
i need to add a new consortium to a an existing HLF setup.For that i need to fetch config block of the system channel and edit it to add the new consortium info.
I am
Hey guys,
overview of the problem
i need to add a new consortium to a an existing HLF setup.For that i need to fetch config block of the system channel and edit it to add the new consortium info.
I am
|
By
Vijaya Bhaskar <vijaya@...>
·
#11281
·
|
|
Re: rpc error when installing chaincode
If we build chaincode using below steps repeatedly without removing .tar bundle each time, we can observe increase in bundle file size.
Eventually we encounter rpc error mentioned.
peer lifecycle
If we build chaincode using below steps repeatedly without removing .tar bundle each time, we can observe increase in bundle file size.
Eventually we encounter rpc error mentioned.
peer lifecycle
|
By
satheesh
·
#11280
·
|
|
Re: unable to fetch config block of system channel from the orderer pod
#orderer
#fabric-orderer
#fabric-kubernetes
#fabric-questions
#grpc
I would like to mention that this setup is spread between 2 clusters, I am exposing services between clusters to interconnect using skupper.
the current running blockchain is on azure central India
I would like to mention that this setup is spread between 2 clusters, I am exposing services between clusters to interconnect using skupper.
the current running blockchain is on azure central India
|
By
Vijaya Bhaskar
·
#11279
·
|
|
unable to fetch config block of system channel from the orderer pod
#orderer
#fabric-orderer
#fabric-kubernetes
#fabric-questions
#grpc
Hey guys,
overview of the problem
i need to add a new consortium to a an existing HLF setup.For that i need to fetch config block of the system channel and edit it to add the new consortium info.
Hey guys,
overview of the problem
i need to add a new consortium to a an existing HLF setup.For that i need to fetch config block of the system channel and edit it to add the new consortium info.
|
By
Vijaya Bhaskar
·
#11278
·
|
|
Re: rpc error when installing chaincode
Exactly what chaincode build steps are you doing? Are you following one of the samples or docs? What component is the suspected bug in?
From:fabric@... <fabric@...> on behalf of satheesh via
Exactly what chaincode build steps are you doing? Are you following one of the samples or docs? What component is the suspected bug in?
From:fabric@... <fabric@...> on behalf of satheesh via
|
By
David Enyeart
·
#11277
·
|
|
Re: rpc error when installing chaincode
Got resolution from this thread:
Hyperledger Fabric Go chaincode size too big - Stack Overflow
@Fabric team,
Is this not a bug ?
If the packaged tar is not removed, repeated builds are increasing the
Got resolution from this thread:
Hyperledger Fabric Go chaincode size too big - Stack Overflow
@Fabric team,
Is this not a bug ?
If the packaged tar is not removed, repeated builds are increasing the
|
By
satheesh
·
#11276
·
|