|
Re: Hyperledger Fabric v2.4.1 Sample Application failing to endorse
@David,
Thank you for your reply. I was going through the steps to try to understand the process. the error was a surprise and led me to believe that i might have done something wrong. I am glad it
@David,
Thank you for your reply. I was going through the steps to try to understand the process. the error was a surprise and led me to believe that i might have done something wrong. I am glad it
|
By
WebZest
·
#10732
·
|
|
Re: ACLs for User chaincodes
Thanks for the response David!
Actually, I was going through the documentation on ACLs & had found that user chaincode also serves as a resource, hence thought the control can be specified within the
Thanks for the response David!
Actually, I was going through the documentation on ACLs & had found that user chaincode also serves as a resource, hence thought the control can be specified within the
|
By
J K
·
#10731
·
|
|
Re: Chaincode queries with couchDB
#fabric-chaincode
The normal CouchDB query syntax is used in Fabric, please see the CouchDB query reference at https://docs.couchdb.org/en/3.1.1/api/database/find.html.
Dave Enyeart
pham.qtpham---12/19/2021 05:18:34
The normal CouchDB query syntax is used in Fabric, please see the CouchDB query reference at https://docs.couchdb.org/en/3.1.1/api/database/find.html.
Dave Enyeart
pham.qtpham---12/19/2021 05:18:34
|
By
David Enyeart
·
#10730
·
|
|
Re: ACLs for User chaincodes
User chaincodes don't utilize channel polices for access control. Instead you can directly access the transaction's organization and/or user information and apply any access control you like in the
User chaincodes don't utilize channel polices for access control. Instead you can directly access the transaction's organization and/or user information and apply any access control you like in the
|
By
David Enyeart
·
#10729
·
|
|
Re: Hyperledger Fabric v2.4.1 Sample Application failing to endorse
That error is intentional in the samples... it is demonstrating how to handle errors between chaincode and an application.
Dave Enyeart
"WebZest" ---12/20/2021 10:22:54 AM---Greetings,
From:
That error is intentional in the samples... it is demonstrating how to handle errors between chaincode and an application.
Dave Enyeart
"WebZest" ---12/20/2021 10:22:54 AM---Greetings,
From:
|
By
David Enyeart
·
#10728
·
|
|
Re: Number of channels
Very helpful, thank you Tsvetan!
On Tuesday, 14 December, 2021, 05:56:07 am IST, Tsvetan Georgiev <tsvetan@...>
Very helpful, thank you Tsvetan!
On Tuesday, 14 December, 2021, 05:56:07 am IST, Tsvetan Georgiev <tsvetan@...>
|
By
J K
·
#10727
·
|
|
Re: Hypetledger Fabric
I also suggest MiniFabric--
Ry Jones
Community Architect, Hyperledger
Chat: @rjones Calendar
I also suggest MiniFabric--
Ry Jones
Community Architect, Hyperledger
Chat: @rjones Calendar
|
By
Ry Jones
·
#10726
·
|
|
Re: Hypetledger Fabric
Thank you, I will check it out.
Thank you, I will check it out.
|
By
Balamurugan Manickam
·
#10725
·
|
|
Re: Hypetledger Fabric
I recommend the official documentation, at the beginning of my learning the documentation tutorials helped me a lot to have a better understanding of Hyperledger Fabric, especially the Commercial
I recommend the official documentation, at the beginning of my learning the documentation tutorials helped me a lot to have a better understanding of Hyperledger Fabric, especially the Commercial
|
By
Gustavo Sales
·
#10724
·
|
|
Hypetledger Fabric
Hi
I am new to hyperledger Fabric. Kindly guide me from which topic I need to start and help to set up the environment to practice.
Regards,
Balamurugan. M
Hi
I am new to hyperledger Fabric. Kindly guide me from which topic I need to start and help to set up the environment to practice.
Regards,
Balamurugan. M
|
By
Balamurugan Manickam
·
#10723
·
|
|
Re: ANNOUNCEMENT: Hyperledger Fabric v2.4.1 is now available!
Awesome to see sample and documentation !
Regards
/sijo
Awesome to see sample and documentation !
Regards
/sijo
|
By
Sijo Cherian
·
#10722
·
|
|
Hyperledger Fabric v2.4.1 Sample Application failing to endorse
Greetings,
I am running the latest version oof HLF 2.4.1 and installed all the prerequisites and started the netowrk with ./network.sh up successfully.
I also installed the test basic typescript
Greetings,
I am running the latest version oof HLF 2.4.1 and installed all the prerequisites and started the netowrk with ./network.sh up successfully.
I also installed the test basic typescript
|
By
WebZest
·
#10721
·
|
|
Re: When I run `peer lifecycle chaincode approveformyorg`, I always get the error: ENDORSEMENT_POLICY_FAILURE
On Sun, Jul 5, 2020 at 06:02 PM, David Enyeart wrote:
rk with 3 org
Hey there!
I have the same exact problem.
My peer logs the following:
2021-12-20 13:12:54.979 UTC [vscc] Validate -> ERRO 0a4
On Sun, Jul 5, 2020 at 06:02 PM, David Enyeart wrote:
rk with 3 org
Hey there!
I have the same exact problem.
My peer logs the following:
2021-12-20 13:12:54.979 UTC [vscc] Validate -> ERRO 0a4
|
By
gonzalo.bustos@...
·
#10720
·
|
|
ACLs for User chaincodes
Hi Folks,
I am working on implementing Access Control Lists in my project but I am curious to know how will my custom user chaincode serve as a resource? The official HLF documentation states that
Hi Folks,
I am working on implementing Access Control Lists in my project but I am curious to know how will my custom user chaincode serve as a resource? The official HLF documentation states that
|
By
J K
·
#10719
·
|
|
Chaincode queries with couchDB
#fabric-chaincode
Hi,
I followed the doc (https://hyperledger-fabric.readthedocs.io/en/latest/couchdb_as_state_database.html ) to create index as below:
{
"index": {
"fields": ["ownerName",
Hi,
I followed the doc (https://hyperledger-fabric.readthedocs.io/en/latest/couchdb_as_state_database.html ) to create index as below:
{
"index": {
"fields": ["ownerName",
|
By
pham.qtpham@...
·
#10718
·
|
|
Re: About BCCSP plugin
Hi Yacov, David,
Thanks for your reply and I am still work in progress of investigation about how other golang based open source programs apply with plugin mode. (For ex some CNCF projects)
For my
Hi Yacov, David,
Thanks for your reply and I am still work in progress of investigation about how other golang based open source programs apply with plugin mode. (For ex some CNCF projects)
For my
|
By
袁怿
·
#10717
·
|
|
Re: ANNOUNCEMENT: Hyperledger Fabric v2.4.1 is now available!
cool!
By
袁怿
·
#10716
·
|
|
Re: ANNOUNCEMENT: Hyperledger Fabric v2.4.1 is now available!
cool!
By
Anil Kumar
·
#10715
·
|
|
Re: Question about invokeChaincode api
#fabric-chaincode
Thank you guys so much, it's really helpful!
Thank you guys so much, it's really helpful!
|
By
BigBang019
·
#10714
·
|
|
Re: ANNOUNCEMENT: Hyperledger Fabric v2.4.1 is now available!
Great!!!
Em sex., 17 de dez. de 2021 17:34, David Enyeart <enyeart@...> escreveu:
Great!!!
Em sex., 17 de dez. de 2021 17:34, David Enyeart <enyeart@...> escreveu:
|
By
David F. D. Reis
·
#10713
·
|