|
Re: ORDERER_ADMIN env variables
#fabric-orderer
Sure, here it is,
##############
image: hyperledger/fabric-orderer:2.3
environment:
- FABRIC_LOGGING_SPEC=INFO
- ORDERER_GENERAL_LISTENADDRESS=0.0.0.0
-
Sure, here it is,
##############
image: hyperledger/fabric-orderer:2.3
environment:
- FABRIC_LOGGING_SPEC=INFO
- ORDERER_GENERAL_LISTENADDRESS=0.0.0.0
-
|
By
Kumar Shantanu
·
#9916
·
|
|
Fabric contributor meeting - April 28, 2021
Hyperledger Fabric Contributor Meeting
When: Every other Wednesday 9am US Eastern, 13:00 UTC
Where: https://zoom.us/j/5184947650?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Agendas and Recordings:
Hyperledger Fabric Contributor Meeting
When: Every other Wednesday 9am US Eastern, 13:00 UTC
Where: https://zoom.us/j/5184947650?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Agendas and Recordings:
|
By
David Enyeart
·
#9915
·
|
|
Re: ORDERER_ADMIN env variables
#fabric-orderer
Hi Shantanu,
Can you please share all of your orderer env variables? That may assist in helping.
Thanks
Hi Shantanu,
Can you please share all of your orderer env variables? That may assist in helping.
Thanks
|
By
Chris Gabriel <alaskadd@...>
·
#9914
·
|
|
Re: peer vs osnadmin
Thanks Chris,
This seems like a very nice feature. I am gonna give it a try.
Thanks
Shantanu
Thanks Chris,
This seems like a very nice feature. I am gonna give it a try.
Thanks
Shantanu
|
By
Kumar Shantanu
·
#9913
·
|
|
ORDERER_ADMIN env variables
#fabric-orderer
Hello Team,
I am trying to setup ORDERER_ADMIN_XX_XX values through environment variables however it doesn't seem to work,
For example, my docker-compose file says,
-
Hello Team,
I am trying to setup ORDERER_ADMIN_XX_XX values through environment variables however it doesn't seem to work,
For example, my docker-compose file says,
-
|
By
Kumar Shantanu
·
#9912
·
|
|
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
·
|