|
Re: Is there a way to block chaincode access for SDK?
#fabric-chaincode
Prasanth, did you check for private data collection implementation in the chaincodes?
Regards,
Mayank Tiwari.
Prasanth, did you check for private data collection implementation in the chaincodes?
Regards,
Mayank Tiwari.
|
By
Mayank Tiwari
·
#7307
·
|
|
Re: Is there a way to block chaincode access for SDK?
#fabric-chaincode
Thanks for quick reply! I will try those suggestions.
I had thought separating these chaincodes could help manageability more and might increase development pace. Although you make a valid point, I
Thanks for quick reply! I will try those suggestions.
I had thought separating these chaincodes could help manageability more and might increase development pace. Although you make a valid point, I
|
By
Prasanth Sundaravelu
·
#7306
·
|
|
Re: Is there a way to block chaincode access for SDK?
#fabric-chaincode
Each chaincode corresponds to a differentnamespace, and has a different endorsement policy.
Software engineering idioms such as"separation of business logic from tech logic" should never bea reason
Each chaincode corresponds to a differentnamespace, and has a different endorsement policy.
Software engineering idioms such as"separation of business logic from tech logic" should never bea reason
|
By
Yacov
·
#7305
·
|
|
Re: Proposal : Hyperledger Fabric block archiving
Hi Atsushi,
My response in blue in-lined text…
Thanks,
Manish
Hi Atsushi,
My response in blue in-lined text…
Thanks,
Manish
|
By
Manish
·
#7304
·
|
|
Is there a way to block chaincode access for SDK?
#fabric-chaincode
Hi Guys,
I've been trying to separate one big chaincode into multiple chaincodes and also for separating business logic from tech logic.
Here, the tech logic service (eg: EncryptAndSaveState) needs
Hi Guys,
I've been trying to separate one big chaincode into multiple chaincodes and also for separating business logic from tech logic.
Here, the tech logic service (eg: EncryptAndSaveState) needs
|
By
Prasanth Sundaravelu
·
#7303
·
|
|
Re: Proposal : Hyperledger Fabric block archiving
All I wanted to say here is that, it would be good if someone wants one of the peers file to act as a repo as well…. in other words, it still has all what a repo offers and code will be outside core
All I wanted to say here is that, it would be good if someone wants one of the peers file to act as a repo as well…. in other words, it still has all what a repo offers and code will be outside core
|
By
Manish
·
#7302
·
|
|
Re: problem creating channel: 0 sub-policies were satisfied, but this policy requires 1 of the 'Writers' sub-policies
below is our truncated logs
2019-12-02 09:42:46.771 PST [policies] Evaluate -> DEBU 4d3 == Evaluating *policies.implicitMetaPolicy Policy /Channel/Application/ChannelCreationPolicy ==
2019-12-02
below is our truncated logs
2019-12-02 09:42:46.771 PST [policies] Evaluate -> DEBU 4d3 == Evaluating *policies.implicitMetaPolicy Policy /Channel/Application/ChannelCreationPolicy ==
2019-12-02
|
By
Siddharth Jain
·
#7301
·
|
|
Re: problem creating channel: 0 sub-policies were satisfied, but this policy requires 1 of the 'Writers' sub-policies
Hi Siddharth,
This error is caused by a certificate problem. You can investigate further by checking your orderer logs.
This stack overflow post:
Hi Siddharth,
This error is caused by a certificate problem. You can investigate further by checking your orderer logs.
This stack overflow post:
|
By
Nikhil Gupta
·
#7300
·
|
|
Re: fabric node sdk vs java sdk
I don’t have definite answer, like side by side comparison. But I am working very fine with node sdk, especially when my middle tier application, and front end app are (everything in Typescript). I
I don’t have definite answer, like side by side comparison. But I am working very fine with node sdk, especially when my middle tier application, and front end app are (everything in Typescript). I
|
By
Ross Tang <tangross@...>
·
#7299
·
|
|
Re: fabric node sdk vs java sdk
Hello - both SDKs have the updated programming model. Both have the same features, and able to support the same Fabric use-cases.
It's possibly more important to consider the development
Hello - both SDKs have the updated programming model. Both have the same features, and able to support the same Fabric use-cases.
It's possibly more important to consider the development
|
By
Matthew White
·
#7298
·
|
|
fabric node sdk vs java sdk
Hello,
Are there any recommendations around which fabric sdk should be used(node sdk vs java sdk) for various hyperledger fabric blockchain use cases.
Are there any guidelines for choice of SDK
Hello,
Are there any recommendations around which fabric sdk should be used(node sdk vs java sdk) for various hyperledger fabric blockchain use cases.
Are there any guidelines for choice of SDK
|
By
Medha Kamalakar <medha_Kamalakar@...>
·
#7297
·
|
|
Query on fabric NodeJS versioning
#fabric-sdk-node
Hi All,
Is there any recommendation for fabric Node JS SDK version to be used for a specific fabric version running on the network peer/orderer/ca nodes.
For example, if my fabric network is running
Hi All,
Is there any recommendation for fabric Node JS SDK version to be used for a specific fabric version running on the network peer/orderer/ca nodes.
For example, if my fabric network is running
|
By
shrugupt@...
·
#7296
·
|
|
problem creating channel: 0 sub-policies were satisfied, but this policy requires 1 of the 'Writers' sub-policies
we get the error below when trying to create a channel using the peer CLI2019-11-30 20:53:15.482 UTC [orderer.common.broadcast] ProcessMessage -> WARN 00c [channel: mychannel] Rejecting broadcast of
we get the error below when trying to create a channel using the peer CLI2019-11-30 20:53:15.482 UTC [orderer.common.broadcast] ProcessMessage -> WARN 00c [channel: mychannel] Rejecting broadcast of
|
By
Siddharth Jain
·
#7295
·
|
|
Re: Hyperledger Fabric GitHub Migration
After 4 years, we're back home where we started. Thanks!
After 4 years, we're back home where we started. Thanks!
|
By
binh nguyen <binh1010010110@...>
·
#7294
·
|
|
Migration from Gerrit: Help with JQ and Git needed
All,
I have exported all of the git data from Gerrit (except for the fabric-test repo, which is still undergoing development). I have also exported the comments and the like as JSON. I've set up a new
All,
I have exported all of the git data from Gerrit (except for the fabric-test repo, which is still undergoing development). I have also exported the comments and the like as JSON. I've set up a new
|
By
Ry Jones
·
#7293
·
|
|
Re: Proposal : Hyperledger Fabric block archiving
Thanks, Manish, Yacov, and Gari.
I really appreciate for your feedback and insights.
(Feedback from Manish)
Thank you so much for a quite important point. We're now reviewing and analyzing the
Thanks, Manish, Yacov, and Gari.
I really appreciate for your feedback and insights.
(Feedback from Manish)
Thank you so much for a quite important point. We're now reviewing and analyzing the
|
By
nekia <atsushin@...>
·
#7292
·
|
|
Documentation Workgroup: No call Friday, 29 November, next call December 6
Hello All,
Due to our colleaguesin the US celebrating Thanksgiving there will not be a call this week!Our next call will be Dec 6.
You can read thesummary minutes for last week's call:
Hello All,
Due to our colleaguesin the US celebrating Thanksgiving there will not be a call this week!Our next call will be Dec 6.
You can read thesummary minutes for last week's call:
|
By
Anthony O'Dowd <a_o-dowd@...>
·
#7291
·
|
|
Re: Error while migrating from kafka to RAFT
Joson,
I just did as per your suggestion, signed config changes (envelop) with orderer MSP admin.
As I already mentioned in below mail,
"When we create certificates using cryptogen tool, for peer
Joson,
I just did as per your suggestion, signed config changes (envelop) with orderer MSP admin.
As I already mentioned in below mail,
"When we create certificates using cryptogen tool, for peer
|
By
Adhav Pavan
·
#7290
·
|
|
Re: mixing CouchDB and LevelDB
thanks. this is helpful.
From: David Enyeart <enyeart@...>
Sent: Wednesday, November 27, 2019 10:51 AM
To: Siddharth Jain <siddjain@...>
Cc: fabric@... <fabric@...>
Subject: Re: [Hyperledger Fabric]
thanks. this is helpful.
From: David Enyeart <enyeart@...>
Sent: Wednesday, November 27, 2019 10:51 AM
To: Siddharth Jain <siddjain@...>
Cc: fabric@... <fabric@...>
Subject: Re: [Hyperledger Fabric]
|
By
Siddharth Jain
·
#7289
·
|
|
Re: mixing CouchDB and LevelDB
You can see an explanation and proposal to enforce the database target here:
https://jira.hyperledger.org/browse/FAB-17163
Dave Enyeart
"Siddharth Jain" ---11/27/2019 01:01:52 PM---I read somewhere in
You can see an explanation and proposal to enforce the database target here:
https://jira.hyperledger.org/browse/FAB-17163
Dave Enyeart
"Siddharth Jain" ---11/27/2019 01:01:52 PM---I read somewhere in
|
By
David Enyeart
·
#7288
·
|