|
Re: Error using HSM in Fabric 2.2.1. Works fine in 1.4.9.
I believe this error occurs when the cli (peer) was not built with the pkcs11 tag.
-----------------------------------------
Gari Singh
Distinguished Engineer, CTO - IBM Blockchain
IBM Middleware
550
I believe this error occurs when the cli (peer) was not built with the pkcs11 tag.
-----------------------------------------
Gari Singh
Distinguished Engineer, CTO - IBM Blockchain
IBM Middleware
550
|
By
Gari Singh <garis@...>
·
#9293
·
|
|
Re: Error using HSM in Fabric 2.2.1. Works fine in 1.4.9.
Hi, Brett.
Thank you very much for your reply! Adding the PKCS11 config directly to `core.yaml` fixed the issue and the peers started correctly. Now we're facing the same problem in the `cli`
Hi, Brett.
Thank you very much for your reply! Adding the PKCS11 config directly to `core.yaml` fixed the issue and the peers started correctly. Now we're facing the same problem in the `cli`
|
By
Joaquim Pedro Carvalho de Oliveira
·
#9292
·
|
|
Private Chaincode Lab - Tue, 11/17/2020
#cal-notice
Private Chaincode Lab
When:
Tuesday, 17 November 2020
8:00am to 9:00am
(GMT-08:00) America/Los
Private Chaincode Lab
When:
Tuesday, 17 November 2020
8:00am to 9:00am
(GMT-08:00) America/Los
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#9291
·
|
|
Re: Error using HSM in Fabric 2.2.1. Works fine in 1.4.9.
There are some issues in the 2.x parsing of the BCCSP config, though I don't remember this being one of them. BCCSP has always been something we've been on the fence about letting people configure by
There are some issues in the 2.x parsing of the BCCSP config, though I don't remember this being one of them. BCCSP has always been something we've been on the fence about letting people configure by
|
By
Brett T Logan <brett.t.logan@...>
·
#9290
·
|
|
Error using HSM in Fabric 2.2.1. Works fine in 1.4.9.
Hello, all!
We have a test network in docker-compose using HSM with Fabric 1.4.9 and everything runs fine. After upgrading to Fabric 2.2.1, although orderers started fine, peers show an error saying
Hello, all!
We have a test network in docker-compose using HSM with Fabric 1.4.9 and everything runs fine. After upgrading to Fabric 2.2.1, although orderers started fine, peers show an error saying
|
By
Joaquim Pedro Carvalho de Oliveira
·
#9289
·
|
|
New tools in the Fabric ecosystem
Hello community!
I want to promote some of the tools I'm working on:
Сrawler - microframework for parsing blockchain
https://github.com/newity/crawler
Blocklib - package with primitives that make
Hello community!
I want to promote some of the tools I'm working on:
Сrawler - microframework for parsing blockchain
https://github.com/newity/crawler
Blocklib - package with primitives that make
|
By
Vadim Inshakov
·
#9288
·
|
|
Motion for final comment period - Fabric Gateway
In accordance withthe RFC process (https://github.com/hyperledger/fabric-rfcs#the-rfc-life-cycle),the RFC for 'Fabric Gateway' has had sufficient discussion and receivedenough maintainer approvals to
In accordance withthe RFC process (https://github.com/hyperledger/fabric-rfcs#the-rfc-life-cycle),the RFC for 'Fabric Gateway' has had sufficient discussion and receivedenough maintainer approvals to
|
By
Andrew Coleman
·
#9287
·
|
|
Re: Problems with Docker 2.4.0.0
This seems only affect Docker Desktop on Mac. Windows docker desktop does not have this option. Just FYI, see the screen shot
(See attached file: Screen Shot 2020-11-16 at 9.16.27 AM.png)
Tong Li
IBM
This seems only affect Docker Desktop on Mac. Windows docker desktop does not have this option. Just FYI, see the screen shot
(See attached file: Screen Shot 2020-11-16 at 9.16.27 AM.png)
Tong Li
IBM
|
By
Tong Li
·
#9286
·
|
|
Re: Problems with Docker 2.4.0.0
Yes Arnaud, I tried and now it's working fine.
Thanks & Regards,
Kamlesh Nagware,
Blockchain Consultant
Email-kamlesh.nagware@...
Mobile:- +91 9511 2213
Yes Arnaud, I tried and now it's working fine.
Thanks & Regards,
Kamlesh Nagware,
Blockchain Consultant
Email-kamlesh.nagware@...
Mobile:- +91 9511 2213
|
By
Kamlesh Nagware
·
#9285
·
|
|
Re: Problems with Docker 2.4.0.0
Yes, Great Thanks Chris!!
--
Thanks & Regards,
Kamlesh Nagware
VP Blockchain
Snapper Future Tech
Mobile : +91 9511 2213 01
Web: http://www.snapperfuturetech.com/
Yes, Great Thanks Chris!!
--
Thanks & Regards,
Kamlesh Nagware
VP Blockchain
Snapper Future Tech
Mobile : +91 9511 2213 01
Web: http://www.snapperfuturetech.com/
|
By
Kamlesh Nagware
·
#9284
·
|
|
Re: Problems with Docker 2.4.0.0
That's correct. Goto "Preferences", then "Experimental Features", andswitch off "Use gRPC FUSE for file sharing".
--
Arnaud Le Hors - Senior Technical Staff Member, Blockchain &Web Open Technologies
That's correct. Goto "Preferences", then "Experimental Features", andswitch off "Use gRPC FUSE for file sharing".
--
Arnaud Le Hors - Senior Technical Staff Member, Blockchain &Web Open Technologies
|
By
Arnaud Le Hors
·
#9283
·
|
|
Re: Problems with Docker 2.4.0.0
Hi Kamlesh,
I think the solution was to disable gRPC Fuse in the Docker control panel.
Chris
Hi Kamlesh,
I think the solution was to disable gRPC Fuse in the Docker control panel.
Chris
|
By
Chris Gabriel <alaskadd@...>
·
#9282
·
|
|
Re: Problems with Docker 2.4.0.0
Hi All,
Any solution for this issue, docker also updated in my Mac and I am facing the same issue.
--
Thanks & Regards,
Kamlesh Nagware
VP Blockchain
Snapper Future Tech
Mobile : +91 9511 2213
Hi All,
Any solution for this issue, docker also updated in my Mac and I am facing the same issue.
--
Thanks & Regards,
Kamlesh Nagware
VP Blockchain
Snapper Future Tech
Mobile : +91 9511 2213
|
By
Kamlesh Nagware
·
#9281
·
|
|
Configure client connection to invoke chaincode on multiple org's peers?
#fabric-sdk-go
#fabric-questions
Assume that a chaincode is deployed on peers of 2 orgs, and I am a client of org1 that have signing keys of only users of org1, but the transaction must be endorsed by both org1 and org2. I guess that
Assume that a chaincode is deployed on peers of 2 orgs, and I am a client of org1 that have signing keys of only users of org1, but the transaction must be endorsed by both org1 and org2. I guess that
|
By
Yueming Xu
·
#9280
·
|
|
Hyperledger Fabric Documentation Workgroup call - Western hemisphere - Fri, 11/13/2020
#cal-notice
Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When:
Friday, 13 November 2020
4:00pm to 5:00pm
(GMT+00:00)
Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When:
Friday, 13 November 2020
4:00pm to 5:00pm
(GMT+00:00)
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#9279
·
|
|
Re: University Course on Fabric [call for suggestions/contributors]
Hi Jim,
Thanks for your input.
I'll respond inline:
A 2020-11-08 19:30, Jim Mason escreveu:
Added a section that refers to other blockchain courses
I'll be looking for co-maintainers that can
Hi Jim,
Thanks for your input.
I'll respond inline:
A 2020-11-08 19:30, Jim Mason escreveu:
Added a section that refers to other blockchain courses
I'll be looking for co-maintainers that can
|
By
Rafael André Pestana Belchior
·
#9278
·
|
|
Hyperledger Fabric Documentation Workgroup call - Western hemisphere - Fri, 11/13/2020 4:00pm-5:00pm
#cal-reminder
Reminder: Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When: Friday, 13 November 2020, 4:00pm to 5:00pm, (GMT+00:00)
Reminder: Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When: Friday, 13 November 2020, 4:00pm to 5:00pm, (GMT+00:00)
|
By
fabric@lists.hyperledger.org Calendar <fabric@...>
·
#9277
·
|
|
Updated Event: Hyperledger Fabric Documentation Workgroup call - Western hemisphere - Friday, 13 November 2020
#cal-invite
Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When:
Friday, 13 November 2020
4:00pm to 5:00pm
(UTC+00:00)
Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When:
Friday, 13 November 2020
4:00pm to 5:00pm
(UTC+00:00)
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#9276
·
|
|
Re: When will FAB-106 be solved?
Hi, Logan
Thanks a lot for your information.
Best wishesQing, Ye
2020/11/13
Hi, Logan
Thanks a lot for your information.
Best wishesQing, Ye
2020/11/13
|
By
Ye, Qing <ye_qing.pfu@...>
·
#9275
·
|
|
Re: When will FAB-106 be solved?
Ledger snapshotting and checkpointing is functionally complete. Its implementation is part of the current master branch and it will be released in our upcoming 2.3.0 release later this month. You can
Ledger snapshotting and checkpointing is functionally complete. Its implementation is part of the current master branch and it will be released in our upcoming 2.3.0 release later this month. You can
|
By
Brett T Logan <brett.t.logan@...>
·
#9274
·
|