|
Re: peer vs osnadmin
Hello,
In Fabric 2.3 the system channel is not required. osnadmin cli offers a way to join / remove orderer nodes to a channel. The peer cli is still used to join peers to a channel. For more
Hello,
In Fabric 2.3 the system channel is not required. osnadmin cli offers a way to join / remove orderer nodes to a channel. The peer cli is still used to join peers to a channel. For more
|
By
Chris Gabriel <alaskadd@...>
·
#9911
·
|
|
Re: peer vs osnadmin
Ah, I understand now I guess. Maybe osnadmin is there to manage channels on an orderer and to manage a channel on peer I need to use peer command. Can someone please confirm this.
Thanks
Shantanu
Ah, I understand now I guess. Maybe osnadmin is there to manage channels on an orderer and to manage a channel on peer I need to use peer command. Can someone please confirm this.
Thanks
Shantanu
|
By
Kumar Shantanu
·
#9910
·
|
|
peer vs osnadmin
Hi Team,
Please suggest the difference between managing a channel(create/join/fetch) via peer command vs osnadmin command. I have gone through few pieces of documentation and I am not sure which one
Hi Team,
Please suggest the difference between managing a channel(create/join/fetch) via peer command vs osnadmin command. I have gone through few pieces of documentation and I am not sure which one
|
By
Kumar Shantanu
·
#9909
·
|
|
Re: Deprecation of Docker Runtime in Kubernetes - No access to local docker socket
#docker
#hyperledger-fabric
#fabric
Also, I forgot to mention that when running on Kubernetes I set the environment variable for the CORE_VM_ENDPOINT to “http://localhost:2375” and not unix:///var/run/docker.sock
There is more
Also, I forgot to mention that when running on Kubernetes I set the environment variable for the CORE_VM_ENDPOINT to “http://localhost:2375” and not unix:///var/run/docker.sock
There is more
|
By
Chris Gabriel <alaskadd@...>
·
#9908
·
|
|
Re: Deprecation of Docker Runtime in Kubernetes - No access to local docker socket
#docker
#hyperledger-fabric
#fabric
Hi Ramesh,
I am still looking into the ramifications of the Deprecation of Docker Runtime in Kubernetes for my network. I’ll post what I find out.
As far as your second question, you can do either.
Hi Ramesh,
I am still looking into the ramifications of the Deprecation of Docker Runtime in Kubernetes for my network. I’ll post what I find out.
As far as your second question, you can do either.
|
By
Chris Gabriel <alaskadd@...>
·
#9907
·
|
|
Re: Deprecation of Docker Runtime in Kubernetes - No access to local docker socket
#docker
#hyperledger-fabric
#fabric
Hello Everyone,
Any further updates on this issue? I am facing the same issue, currently using HLF 1.4 version on Kubernetes 1.18 version and trying to upgrade kubernetes version to 1.19 version.
Hello Everyone,
Any further updates on this issue? I am facing the same issue, currently using HLF 1.4 version on Kubernetes 1.18 version and trying to upgrade kubernetes version to 1.19 version.
|
By
ramesh.bobbala1990@...
·
#9906
·
|
|
Re: using APIs in fabric
#fabric-questions
#fabric-endorser
#fabric
A good approach to achieve what Dave suggests is to use chaincode events to trigger business processes in response to committed transactions on the ledger. You emit an chaincode event from your smart
A good approach to achieve what Dave suggests is to use chaincode events to trigger business processes in response to committed transactions on the ledger. You emit an chaincode event from your smart
|
By
Mark Lewis
·
#9905
·
|
|
Node client: "Error: 14 UNAVAILABLE: Connection dropped" - How to Suppress or Resolve
I am getting an occasional "Error: 14 UNAVAILABLE: Connection dropped" when calling Fabric chaincode via evaluateTransaction from my Node client. I haven't figured out the trigger for this
I am getting an occasional "Error: 14 UNAVAILABLE: Connection dropped" when calling Fabric chaincode via evaluateTransaction from my Node client. I haven't figured out the trigger for this
|
By
Simeon MacMillen
·
#9904
·
|
|
Private Chaincode Lab - Tue, 04/27/2021
#cal-notice
Private Chaincode Lab
When:
Tuesday, 27 April 2021
8:00am to 9:00am
(GMT-07:00) America/Los
Private Chaincode Lab
When:
Tuesday, 27 April 2021
8:00am to 9:00am
(GMT-07:00) America/Los
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#9903
·
|
|
Re: Fabric CA server with customized CSR details.
Meant to say it must be 'set' to true.
Meant to say it must be 'set' to true.
|
By
Chris Gabriel <alaskadd@...>
·
#9902
·
|
|
Re: Fabric CA server with customized CSR details.
Hello,
--tls.enabled is not complete. It must equal "true"
so --tls.enabled true if using command line flags
Note the 'tls' section of the following
Hello,
--tls.enabled is not complete. It must equal "true"
so --tls.enabled true if using command line flags
Note the 'tls' section of the following
|
By
Chris Gabriel <alaskadd@...>
·
#9901
·
|
|
Fabric CA server with customized CSR details.
hello,
when we start fabric-ca server we get the following files are generated.
--------------------------------------------------------------------------------
fabric-ca-server start \
-b
hello,
when we start fabric-ca server we get the following files are generated.
--------------------------------------------------------------------------------
fabric-ca-server start \
-b
|
By
Pechimuthu T
·
#9900
·
|
|
Re: End devices identities in an IoT BC network
Hi Nikos,
I have done this within my company and I prefer to issue identities to the end devices as we would the users. We do not use an intermediate DB as we use our Fabric blockchain network
Hi Nikos,
I have done this within my company and I prefer to issue identities to the end devices as we would the users. We do not use an intermediate DB as we use our Fabric blockchain network
|
By
Chris Gabriel <alaskadd@...>
·
#9899
·
|
|
End devices identities in an IoT BC network
Hello,
I want to build a smart building IoT BC network and I am working to the network architecture. At this point I have built the IoT infrastructure and I am looking to integrate the BC idea.
Hello,
I want to build a smart building IoT BC network and I am working to the network architecture. At this point I have built the IoT infrastructure and I am looking to integrate the BC idea.
|
By
Nikos Karamolegkos
·
#9898
·
|
|
Re: using APIs in fabric
#fabric-questions
#fabric-endorser
#fabric
Remember that chaincode execution is only a transaction simulation that builds a read/write set. The transaction doesn't get validated and committed until after it is ordered into a block. Therefore
Remember that chaincode execution is only a transaction simulation that builds a read/write set. The transaction doesn't get validated and committed until after it is ordered into a block. Therefore
|
By
David Enyeart
·
#9897
·
|
|
Re: Running same application from multiple users
You should also take a look at attribute based access control in chaincode, to authorize users to chaincode actions based on issued role attributes.
See the sample and linked docs:
You should also take a look at attribute based access control in chaincode, to authorize users to chaincode actions based on issued role attributes.
See the sample and linked docs:
|
By
David Enyeart
·
#9896
·
|
|
ANNOUNCEMENT: Hyperledger Fabric fix releases v1.4.12, v2.2.3, v2.3.2 are now available!
Hyperledger Fabric fix releases v1.4.12, v2.2.3, and v2.3.2 are now available.
See details of the fixes in the release
Hyperledger Fabric fix releases v1.4.12, v2.2.3, and v2.3.2 are now available.
See details of the fixes in the release
|
By
David Enyeart
·
#9895
·
|
|
Hyperledger Fabric Documentation Workgroup call - Western hemisphere - Fri, 04/23/2021
#cal-notice
Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When:
Friday, 23 April 2021
11:00am to 12:00pm
(GMT-04:00) America/New
Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When:
Friday, 23 April 2021
11:00am to 12:00pm
(GMT-04:00) America/New
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#9894
·
|
|
Hyperledger Fabric Documentation Workgroup call - Western hemisphere - Fri, 04/23/2021 11:00am-12:00pm
#cal-reminder
Reminder: Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When: Friday, 23 April 2021, 11:00am to 12:00pm, (GMT-04:00) America/New
Reminder: Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When: Friday, 23 April 2021, 11:00am to 12:00pm, (GMT-04:00) America/New
|
By
fabric@lists.hyperledger.org Calendar <fabric@...>
·
#9893
·
|
|
Re: Kubernetes proposes Hyperledger Fabric
Hi Jay,
That's a good point. Thanks for the pointer.
However, based on the criteria in the Operator Capability Levels page, the answer is a bit blurry.
As it's now, Fabric Operator spans capabilities
Hi Jay,
That's a good point. Thanks for the pointer.
However, based on the criteria in the Operator Capability Levels page, the answer is a bit blurry.
As it's now, Fabric Operator spans capabilities
|
By
Hakan Eryargi
·
#9892
·
|