|
ANNOUNCEMENT: Hyperledger Fabric v2.2 LTS is now available!
The Hyperledger Fabric maintainers are pleased to announce the availability of Fabric v2.2.0!
v2.2 continues to build on the v2.0 foundation with additional improvements and fixes. For details, check
The Hyperledger Fabric maintainers are pleased to announce the availability of Fabric v2.2.0!
v2.2 continues to build on the v2.0 foundation with additional improvements and fixes. For details, check
|
By
David Enyeart
·
#8643
·
|
|
Hyperledger Project Quarterly Update Due #tsc-project-update - Thu, 07/09/2020
#tsc-project-update
#cal-notice
Hyperledger Project Quarterly Update Due #tsc-project-update
When:
Thursday, 9 July 2020
Organizer:
community-architects@...
Description:
Please file a project status report for the TSC
Hyperledger Project Quarterly Update Due #tsc-project-update
When:
Thursday, 9 July 2020
Organizer:
community-architects@...
Description:
Please file a project status report for the TSC
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#8642
·
|
|
Re: Critical: Chaincode package Installation error in Openshift Platform with Fabric v2.1.0 using external chaincode service
#fabric
#externalbuilders
This is correct. Docker is still the default implementation if none of the externalBuilders you set pass validation. You would need to do more debugging to figure out why the externalBuidlers you
This is correct. Docker is still the default implementation if none of the externalBuilders you set pass validation. You would need to do more debugging to figure out why the externalBuidlers you
|
By
Brett T Logan <brett.t.logan@...>
·
#8641
·
|
|
Critical: Chaincode package Installation error in Openshift Platform with Fabric v2.1.0 using external chaincode service
#fabric
#externalbuilders
Hi All,
We are trying to deploy fabric nodes with external chaincode service option in Openshift platform 4.3. As the Openshift platform doesn't have access to docker daemon for peer to create
Hi All,
We are trying to deploy fabric nodes with external chaincode service option in Openshift platform 4.3. As the Openshift platform doesn't have access to docker daemon for peer to create
|
By
keerthycbe@...
·
#8640
·
|
|
Re: Chain code install approval and commit on existing channel .
Yeah what about when 2 organizations exist on separate servers ?
You have to exchange tls keys with secure copy and then run the commit command on one of the servers ?
Yeah what about when 2 organizations exist on separate servers ?
You have to exchange tls keys with secure copy and then run the commit command on one of the servers ?
|
By
p.kirkinezis@...
·
#8639
·
|
|
Re: Chain code install approval and commit on existing channel .
This document walks you through exactly what you need to do to deploy a chaincode across two orgs with a policy of
This document walks you through exactly what you need to do to deploy a chaincode across two orgs with a policy of
|
By
David Enyeart
·
#8638
·
|
|
two proposal responses and failure on commit?
Hello,
I have a contract with one transaction returning a boolean. The transaction is endorsed to just one peer (peer0.org1.example.com). The transaction executes correctly until the end and returns
Hello,
I have a contract with one transaction returning a boolean. The transaction is endorsed to just one peer (peer0.org1.example.com). The transaction executes correctly until the end and returns
|
By
Roxana Danger
·
#8637
·
|
|
invoke failed
Hello,
I have a chaincode with two contracts such that the second contract invoke a transaction of the first one as follows:class ContractA implements ContractInterface{ ..... @Transaction
Hello,
I have a chaincode with two contracts such that the second contract invoke a transaction of the first one as follows:class ContractA implements ContractInterface{ ..... @Transaction
|
By
Roxana Danger
·
#8636
·
|
|
Chain code install approval and commit on existing channel .
I have a channel with 2 organizations Server 1 Org1 and Server 2 Org2 .
My endorsement policy and lifecycle policy is set to majority .
What approach should I apply for approval distribution ?
I
I have a channel with 2 organizations Server 1 Org1 and Server 2 Org2 .
My endorsement policy and lifecycle policy is set to majority .
What approach should I apply for approval distribution ?
I
|
By
p.kirkinezis@...
·
#8635
·
|
|
Upcoming Event: Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere - Fri, 07/10/2020 6:00am-7:00am
#cal-reminder
Reminder: Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere
When: Friday, 10 July 2020, 6:00am to 7:00am, (GMT+01:00) Europe/London
Where:https://zoom.us/j/6223336701
View
Reminder: Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere
When: Friday, 10 July 2020, 6:00am to 7:00am, (GMT+01:00) Europe/London
Where:https://zoom.us/j/6223336701
View
|
By
fabric@lists.hyperledger.org Calendar <fabric@...>
·
#8634
·
|
|
Re: RFC for ledger checkpointing
Let's move this RFC to final comment period. Please provide any remaining feedback in the next week so that we can merge the RFC and plan the delivery for a subsequent Fabric release.
Thanks,
Dave
Let's move this RFC to final comment period. Please provide any remaining feedback in the next week so that we can merge the RFC and plan the delivery for a subsequent Fabric release.
Thanks,
Dave
|
By
David Enyeart
·
#8633
·
|
|
How to get block with fabric-network 2.0?
v1.x of fabric-client used to have methods using which one could get block by number or hash. For example:
let response_payload =await channel.queryBlock(parseInt(blockNumber),peer);
How does one do
v1.x of fabric-client used to have methods using which one could get block by number or hash. For example:
let response_payload =await channel.queryBlock(parseInt(blockNumber),peer);
How does one do
|
By
Siddharth Jain
·
#8632
·
|
|
Re: Install Hyperledger Fabric in Raspberry Pi
#fabric
We don't publish images for ARM but it's very easy to build fabric from source. And yes, it is possible to run Fabric on a Pi but only on 64 bit systems as one of the crypto packages used in Fabric
We don't publish images for ARM but it's very easy to build fabric from source. And yes, it is possible to run Fabric on a Pi but only on 64 bit systems as one of the crypto packages used in Fabric
|
By
Matthew Sykes
·
#8631
·
|
|
Re: When I run `peer lifecycle chaincode approveformyorg`, I always get the error: ENDORSEMENT_POLICY_FAILURE
The deploy a chaincode to a channel tutorial also has a troubleshooting section that may be helpful:
The deploy a chaincode to a channel tutorial also has a troubleshooting section that may be helpful:
|
By
Nikhil Gupta
·
#8630
·
|
|
Re: When I run `peer lifecycle chaincode approveformyorg`, I always get the error: ENDORSEMENT_POLICY_FAILURE
This error can also be seen if you commit chaincode BEFORE approving for each org after installation. The way the sample is written, this is easy to do because most want to install, approve, and
This error can also be seen if you commit chaincode BEFORE approving for each org after installation. The way the sample is written, this is easy to do because most want to install, approve, and
|
By
Chris Gabriel <alaskadd@...>
·
#8629
·
|
|
Re: When I run `peer lifecycle chaincode approveformyorg`, I always get the error: ENDORSEMENT_POLICY_FAILURE
I think the problem here is that you are using org1’s admin identity to execute peer lifecycle chaincode approveformyorg
The approval needs to be done by a peer.
See the new channel tutorial:
I think the problem here is that you are using org1’s admin identity to execute peer lifecycle chaincode approveformyorg
The approval needs to be done by a peer.
See the new channel tutorial:
|
By
Pam Andrejko
·
#8628
·
|
|
Next Hyperledger Fabric Application Developer Community call -- this Thursday 9th July @ 3pm UTC time: 4pm UK, 11am ET, 8am PT
dear Fabric ApplicationDeveloper,
the next FabricApplication Developer community call is: Thursday9th July - 3pm UTC, 4pm UK time (+1), 11am ET (-5 hrs), 8am PT (-8hrs) - othertime zoneshere. It
dear Fabric ApplicationDeveloper,
the next FabricApplication Developer community call is: Thursday9th July - 3pm UTC, 4pm UK time (+1), 11am ET (-5 hrs), 8am PT (-8hrs) - othertime zoneshere. It
|
By
Paul O'Mahoney <mahoney@...>
·
#8627
·
|
|
Re: When I run `peer lifecycle chaincode approveformyorg`, I always get the error: ENDORSEMENT_POLICY_FAILURE
You are submitting from Org1, but your log shows Org2 peer endorsed.
You need to submit the approveformyorg transaction from an Org1 admin to an Org1 peer. Then from an Org2 admin to an Org2
You are submitting from Org1, but your log shows Org2 peer endorsed.
You need to submit the approveformyorg transaction from an Org1 admin to an Org1 peer. Then from an Org2 admin to an Org2
|
By
David Enyeart
·
#8626
·
|
|
Re: Test cases for Chaincode written with fabric-contract-api
With the new chaincode model you can simply use standard mocking tools in your language of choice. While I don't have experience with mocking NodeJS, a quick Google search show's multiple mocking
With the new chaincode model you can simply use standard mocking tools in your language of choice. While I don't have experience with mocking NodeJS, a quick Google search show's multiple mocking
|
By
Brett T Logan <brett.t.logan@...>
·
#8625
·
|
|
Test cases for Chaincode written with fabric-contract-api
Dear all,
Hope everyone is doing well. I have run into a dire situation where I have a bulk of chaincode written but can't find a way to do offline testing. Earlier we used fabric-shim for cc
Dear all,
Hope everyone is doing well. I have run into a dire situation where I have a bulk of chaincode written but can't find a way to do offline testing. Earlier we used fabric-shim for cc
|
By
Abhijeet Bhowmik <abhijeet@...>
·
#8624
·
|