|
registering assets
Yes, think of ‘assets’ on the ledger as being ‘records’ in a database. Fabric uses a key/value model for storing individual ‘records’ in the state database. So in your example the record key may be “i
Yes, think of ‘assets’ on the ledger as being ‘records’ in a database. Fabric uses a key/value model for storing individual ‘records’ in the state database. So in your example the record key may be “i
|
By
David Enyeart
· #11396
·
|
|
Fabric Contributor Meeting - July 27, 2022
Hyperledger Fabric Contributor Meeting When: Every 4th Wednesday 9am US Eastern, 13:00 UTC Where: https://zoom.us/j/5184947650?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09 Agendas and Recordings: https://wiki
Hyperledger Fabric Contributor Meeting When: Every 4th Wednesday 9am US Eastern, 13:00 UTC Where: https://zoom.us/j/5184947650?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09 Agendas and Recordings: https://wiki
|
By
David Enyeart
· #11392
·
|
|
how to get separate transaction id for two transactions within same chaincode
No, that is not possible. The entire point of calling a function from one contract to another is to ensure they are committed atomically in a single transaction. If you want two different transactions
No, that is not possible. The entire point of calling a function from one contract to another is to ensure they are committed atomically in a single transaction. If you want two different transactions
|
By
David Enyeart
· #11389
·
|
|
Transactions query issue
#fabric-sdk-java
Not enough information here. What is the query? What is the exact error? Anything in CouchDB log? Can you reproduce when querying CouchDB directly? You say the queries now work, so is the problem repr
Not enough information here. What is the query? What is the exact error? Anything in CouchDB log? Can you reproduce when querying CouchDB directly? You say the queries now work, so is the problem repr
|
By
David Enyeart
· #11387
·
|
|
Proposal to move Fabric docs into a distinct repo
I think we need to get one level deeper on a proposal… Any impact to ReadTheDocs? Can it transparently point to a different repo? How about the older release branches? How would maintainers be structu
I think we need to get one level deeper on a proposal… Any impact to ReadTheDocs? Can it transparently point to a different repo? How about the older release branches? How would maintainers be structu
|
By
David Enyeart
· #11380
·
|
|
Fabric release-2.5 branch and main branch
I would certainly consider that. What is the full proposal? What has worked well for other projects? Could you start a new topic dedicated to the doc proposal? From: Ry Jones <rjones@...
I would certainly consider that. What is the full proposal? What has worked well for other projects? Could you start a new topic dedicated to the doc proposal? From: Ry Jones <rjones@...
|
By
David Enyeart
· #11378
·
|
|
Fabric release-2.5 branch and main branch
I am not in favor of moving i18n translations to fabric core repo. There are assumptions that everything in fabric core repository should stay in sync and up to date including features, tests, and doc
I am not in favor of moving i18n translations to fabric core repo. There are assumptions that everything in fabric core repository should stay in sync and up to date including features, tests, and doc
|
By
David Enyeart
· #11373
·
|
|
Fabric release-2.5 branch and main branch
PRs have started coming in for Fabric v3.0, e.g. removal of already deprecated features like Kafka ordering and system channel, as discussed in contributor meetings. So as to not impact the next v2.x
PRs have started coming in for Fabric v3.0, e.g. removal of already deprecated features like Kafka ordering and system channel, as discussed in contributor meetings. So as to not impact the next v2.x
|
By
David Enyeart
· #11368
·
|
|
Fabric Contributor Meeting - June 29, 2022
Hyperledger Fabric Contributor Meeting When: Every 4th Wednesday 9am US Eastern, 13:00 UTC Where: https://zoom.us/j/5184947650?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09 Agendas and Recordings: https://wiki
Hyperledger Fabric Contributor Meeting When: Every 4th Wednesday 9am US Eastern, 13:00 UTC Where: https://zoom.us/j/5184947650?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09 Agendas and Recordings: https://wiki
|
By
David Enyeart
· #11291
·
|
|
rpc error when installing chaincode
Exactly what chaincode build steps are you doing? Are you following one of the samples or docs? What component is the suspected bug in? From: fabric@... <fabric@...
Exactly what chaincode build steps are you doing? Are you following one of the samples or docs? What component is the suspected bug in? From: fabric@... <fabric@...
|
By
David Enyeart
· #11277
·
|
|
Endorsement Policy Failure while committing chaincode
#fabric-kubernetes
#hyperledger-fabric
#chaincode
You can use either OrgMSP.member or OrgMSP.peer format, assuming you’ve configured the MSP for Node OU roles and provided the matching OU “peer” tag in the peer’s certificate. More details at https://
You can use either OrgMSP.member or OrgMSP.peer format, assuming you’ve configured the MSP for Node OU roles and provided the matching OU “peer” tag in the peer’s certificate. More details at https://
|
By
David Enyeart
· #11263
·
|
|
Endorsement Policy Failure while committing chaincode
#fabric-kubernetes
#hyperledger-fabric
#chaincode
Here is the key lines: 2022-06-22 07:16:04.421 UTC [policies] func1 -> DEBU 777c66 Evaluation Failed: Only 0 policies were satisfied, but needed 3 of [ SchooleducationMSP/Endorsement HighereducationMS
Here is the key lines: 2022-06-22 07:16:04.421 UTC [policies] func1 -> DEBU 777c66 Evaluation Failed: Only 0 policies were satisfied, but needed 3 of [ SchooleducationMSP/Endorsement HighereducationMS
|
By
David Enyeart
· #11259
·
|
|
Endorsement Policy Failure while committing chaincode
#fabric-kubernetes
#hyperledger-fabric
#chaincode
Your LifecycleEndorsement is set to a majority of orgs. So you will need to approve the chaincode on at least 5 of 8 orgs and then send the commit request to at least those 5 orgs. It looks like your
Your LifecycleEndorsement is set to a majority of orgs. So you will need to approve the chaincode on at least 5 of 8 orgs and then send the commit request to at least those 5 orgs. It looks like your
|
By
David Enyeart
· #11247
·
|
|
ANNOUNCEMENT: Hyperledger Fabric fix releases v2.2.6, v2.4.4 and Fabric CA v1.5.4 are now available!
The latest Fabric and Fabric CA fix releases are now available. Check out the release notes for details about fixes and improvements: https://github.com/hyperledger/fabric/releases/tag/v2.2.6 https://
The latest Fabric and Fabric CA fix releases are now available. Check out the release notes for details about fixes and improvements: https://github.com/hyperledger/fabric/releases/tag/v2.2.6 https://
|
By
David Enyeart
· #11242
·
|
|
FW: Fabric Contributor meetings - every 4 weeks starting June 1st
Agenda topics for June 1 contributor meeting: Project update Performance Sandbox – Sam Yuan Etcd upgrade PR – Antoine Toulme From: David Enyeart <enyeart@...> Date: Tuesday, May 24, 2022 at 5:1
Agenda topics for June 1 contributor meeting: Project update Performance Sandbox – Sam Yuan Etcd upgrade PR – Antoine Toulme From: David Enyeart <enyeart@...> Date: Tuesday, May 24, 2022 at 5:1
|
By
David Enyeart
· #11209
·
|
|
Fabric Contributor meetings - every 4 weeks starting June 1st
We’ve been cancelling several of the biweekly meetings, either due to schedules or no agenda topics. I’ve discussed with a few other maintainers and we’ve decided to shift to a meeting every 4 weeks l
We’ve been cancelling several of the biweekly meetings, either due to schedules or no agenda topics. I’ve discussed with a few other maintainers and we’ve decided to shift to a meeting every 4 weeks l
|
By
David Enyeart
· #11199
·
|
|
gateway functionality in application
Yes, applications built using the legacy SDKs continue to work against Fabric v2.4 and beyond. We encourage new projects to utilize the new Gateway SDKs as the legacy SDKs will likely become deprecate
Yes, applications built using the legacy SDKs continue to work against Fabric v2.4 and beyond. We encourage new projects to utilize the new Gateway SDKs as the legacy SDKs will likely become deprecate
|
By
David Enyeart
· #11194
·
|
|
invalid signature when successively send requests
I think you will struggle with a design that writes huge values to the ledger with frequent updates. Not just with the conflicts that you are seeing, but also with the growth of the blockchain. Can yo
I think you will struggle with a design that writes huge values to the ledger with frequent updates. Not just with the conflicts that you are seeing, but also with the growth of the blockchain. Can yo
|
By
David Enyeart
· #11165
·
|
|
Fabric Contributor Meeting - May 11, 2022
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: https://wi
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: https://wi
|
By
David Enyeart
· #11160
·
|
|
Fabric Contributor Meeting - April 27th CANCELLED, Next meeting May 11th
Sorry to cancel Wednesday’s contributor meeting again, many of the regular participants are not able to attend this week. We’ll pick back up May 11th.
Sorry to cancel Wednesday’s contributor meeting again, many of the regular participants are not able to attend this week. We’ll pick back up May 11th.
|
By
David Enyeart
· #11125
·
|