|
Re: Contract-namespace concept from Node.js chaincode SDK, but Go chaincode SDK hasn't that
#fabric
Thank you Simon.
By
TomXuCNXA
·
#5608
·
|
|
Re: What version of TLS does hyperledger fabric use?
Hi all,
Could someone let me know if Fabric-CA is able to generate TLS cert? I’ve tried out to generate cert and key but no TLS one found. Thanks.
Best regards,
Stephen
Hi all,
Could someone let me know if Fabric-CA is able to generate TLS cert? I’ve tried out to generate cert and key but no TLS one found. Thanks.
Best regards,
Stephen
|
By
Stephen Man <stephenmanyf@...>
·
#5607
·
|
|
Re: Understanding policies in HL Fabric
We have a Fabric Documentation Working Group that meets (virtually) twice weekly on Fridays (to accommodate various timezone challenges) and that collaborates on the #fabric-documentation channel in
We have a Fabric Documentation Working Group that meets (virtually) twice weekly on Fridays (to accommodate various timezone challenges) and that collaborates on the #fabric-documentation channel in
|
By
Christopher Ferris
·
#5606
·
|
|
Re: Understanding policies in HL Fabric
Can you articulate for folks how they can get involved in helping write those docs? I know you announce the documentation working group calls here and a lot of work happens there, but
Can you articulate for folks how they can get involved in helping write those docs? I know you announce the documentation working group calls here and a lot of work happens there, but
|
By
Brian Behlendorf <bbehlendorf@...>
·
#5605
·
|
|
Re: Understanding policies in HL Fabric
Policies exist in Fabric. Or, it might be more true to say that without policies, Fabric does not exist. What we don't have is a comprehensive explanation of how the different kinds of policies work
Policies exist in Fabric. Or, it might be more true to say that without policies, Fabric does not exist. What we don't have is a comprehensive explanation of how the different kinds of policies work
|
By
Joe Alewine <joe.alewine@...>
·
#5604
·
|
|
Re: Understanding policies in HL Fabric
I am sorry - the mail was meant for Joe..
Thanks - AP
HiSid.
Yes,that document is a bit old and out of date. We're currently working on a newand more comprehensive document to fully describe
I am sorry - the mail was meant for Joe..
Thanks - AP
HiSid.
Yes,that document is a bit old and out of date. We're currently working on a newand more comprehensive document to fully describe
|
By
Angie Prakash <angie.prakash@...>
·
#5603
·
|
|
Re: Understanding policies in HL Fabric
Hi Siddharth
Thank you for the quick reply.
Please confirm if you meant to say that the features are available but not documented OR they are not available itself
Thanks
AP
Hi Siddharth
Thank you for the quick reply.
Please confirm if you meant to say that the features are available but not documented OR they are not available itself
Thanks
AP
|
By
Angie Prakash <angie.prakash@...>
·
#5602
·
|
|
Re: Understanding policies in HL Fabric
Hi Sid.
Yes, that document is a bit old and out of date. We're currently working on a new and more comprehensive document to fully describe this complex and incredibly important Fabric feature. Stay
Hi Sid.
Yes, that document is a bit old and out of date. We're currently working on a new and more comprehensive document to fully describe this complex and incredibly important Fabric feature. Stay
|
By
Joe Alewine <joe.alewine@...>
·
#5601
·
|
|
Understanding policies in HL Fabric
Hi All,
I have read following document:
https://hyperledger-fabric.readthedocs.io/en/release-1.3/policies.html
but still don't understand policies in HL Fabric. Could someone explain this better with
Hi All,
I have read following document:
https://hyperledger-fabric.readthedocs.io/en/release-1.3/policies.html
but still don't understand policies in HL Fabric. Could someone explain this better with
|
By
Siddharth Jain
·
#5600
·
|
|
Re: What version of TLS does hyperledger fabric use?
1.2
From: "Raj Bandhakavi"<raj@...>
To: fabric@...
Date: 03/05/2019 08:00 PM
Subject: [HyperledgerFabric] What version of TLS does hyperledger fabric use?
Sent by:
1.2
From: "Raj Bandhakavi"<raj@...>
To: fabric@...
Date: 03/05/2019 08:00 PM
Subject: [HyperledgerFabric] What version of TLS does hyperledger fabric use?
Sent by:
|
By
Yacov
·
#5599
·
|
|
What version of TLS does hyperledger fabric use?
The Documentation does not mention the TLS version hyperledger fabric uses.
https://hyperledger-fabric.readthedocs.io/en/release-1.4/enable_tls.html
Could someone please let me know the version of TLS
The Documentation does not mention the TLS version hyperledger fabric uses.
https://hyperledger-fabric.readthedocs.io/en/release-1.4/enable_tls.html
Could someone please let me know the version of TLS
|
By
Raj Bandhakavi <raj@...>
·
#5598
·
|
|
Re: When storing JSON data on the ledger, does it matter if object attributes are in different order?
@mohammad: I am afraid that the problem is not as simple. For example, in the marble sample, the call to PutState(key, value) uses serialized JSON string as the value, which makes the ledger state
@mohammad: I am afraid that the problem is not as simple. For example, in the marble sample, the call to PutState(key, value) uses serialized JSON string as the value, which makes the ledger state
|
By
Yueming Xu
·
#5597
·
|
|
Re: Setup Hyperledger Fabric with Red Hat OpenShift - Enquiry
Hi Mohammad,
Thank you so much for your advices! We planned to deploy on a private Openshift cluster. May I know if only the point 1 is openshift specific concern or most of them are also Openshift
Hi Mohammad,
Thank you so much for your advices! We planned to deploy on a private Openshift cluster. May I know if only the point 1 is openshift specific concern or most of them are also Openshift
|
By
stephenmanyf@...
·
#5596
·
|
|
Re: Setup Hyperledger Fabric with Red Hat OpenShift - Enquiry
Hello Horace,
Installation steps would be logically similar to the way you would do on Kubernetes.
But there is big catch. If you are using Redhat Openshift service then you will not be able to
Hello Horace,
Installation steps would be logically similar to the way you would do on Kubernetes.
But there is big catch. If you are using Redhat Openshift service then you will not be able to
|
By
Mohammad Ghasletwala
·
#5595
·
|
|
Re: Contract-namespace concept from Node.js chaincode SDK, but Go chaincode SDK hasn't that
#fabric
Hi Tom,
You can implement user or role based access control yourself today by inspecting the certificate of the user who submitted the transaction.
There is a ClientIdentity class that helps with
Hi Tom,
You can implement user or role based access control yourself today by inspecting the certificate of the user who submitted the transaction.
There is a ClientIdentity class that helps with
|
By
sstone1@...
·
#5594
·
|
|
Re: Contract-namespace concept from Node.js chaincode SDK, but Go chaincode SDK hasn't that
#fabric
Hi Simon,
Thank you for your message.
That's surely a good news that the SDKs will be consistent.
Actually, I am thinking more about this. You know, the Contracts share the same world state (ledger
Hi Simon,
Thank you for your message.
That's surely a good news that the SDKs will be consistent.
Actually, I am thinking more about this. You know, the Contracts share the same world state (ledger
|
By
TomXuCNXA
·
#5593
·
|
|
Re: Contract-namespace concept from Node.js chaincode SDK, but Go chaincode SDK hasn't that
#fabric
Hi,
The contract + namespace concepts you've found in the Node.js chaincode SDK got released in Fabric v1.4 as part of work to improve the Fabric programming model. We focused on Node.js (JavaScript
Hi,
The contract + namespace concepts you've found in the Node.js chaincode SDK got released in Fabric v1.4 as part of work to improve the Fabric programming model. We focused on Node.js (JavaScript
|
By
sstone1@...
·
#5592
·
|
|
Contract-namespace concept from Node.js chaincode SDK, but Go chaincode SDK hasn't that
#fabric
For chaincode SDK (Node.js), there is concept of 'contract-namespace', and a chaincode might contain multiple contracts (see
For chaincode SDK (Node.js), there is concept of 'contract-namespace', and a chaincode might contain multiple contracts (see
|
By
TomXuCNXA
·
#5591
·
|
|
Re: Problem importing local go packages into the chaincode
#fabric
Golang does not allow relative imports.
Golang does not allow relative imports.
|
By
Nye Liu <nye@...>
·
#5590
·
|
|
Setup Hyperledger Fabric with Red Hat OpenShift - Enquiry
Hello,
My company is planning to use Hyperledger Fabric as our Blockchain solution and my team is now setting up Hyperledger Fabric on Multi-host environment with the use of Red-Hat OpenShift.
Hello,
My company is planning to use Hyperledger Fabric as our Blockchain solution and my team is now setting up Hyperledger Fabric on Multi-host environment with the use of Red-Hat OpenShift.
|
By
Horace Fung <horacefung@...>
·
#5589
·
|