|
Fabric contributor meeting - May 26, 2021 - any agenda topics?
Hi Dave, I am on vacation this week, but in two weeks I can cover the proposal for the CICD migration from Azure DevOps to GitHub Actions. Unless you intend to adjorn for the summer, in which case I'd
Hi Dave, I am on vacation this week, but in two weeks I can cover the proposal for the CICD migration from Azure DevOps to GitHub Actions. Unless you intend to adjorn for the summer, in which case I'd
|
By
...
· #10064
·
|
|
Problematic raspberry support
While I hold that those changes do in fact make building Fabric for ARM64 possible, as Matt mentioned it's not officially supported. I can say that I've tested that change on PI4 and when done right w
While I hold that those changes do in fact make building Fabric for ARM64 possible, as Matt mentioned it's not officially supported. I can say that I've tested that change on PI4 and when done right w
|
By
...
· #9763
·
|
|
Install fabric-chaincode-java to raspberry 4
#fabric-chaincode
#fabric-questions
I believe you need to add `mavenLocal()` to https://github.com/hyperledger/fabric-chaincode-java/blob/master/fabric-chaincode-protos/build.gradle#L13 like it is mentioned here: https://github.com/hype
I believe you need to add `mavenLocal()` to https://github.com/hyperledger/fabric-chaincode-java/blob/master/fabric-chaincode-protos/build.gradle#L13 like it is mentioned here: https://github.com/hype
|
By
...
· #9717
·
|
|
Migration From Azure Pipelines to GitHub Actions
Hello Fabric Community, We've begun a discussion on a migration from Azure Pipelines to GitHub Actions. We are starting by just soliciting feedback, and potentially some PoC's to evaluate it, but in t
Hello Fabric Community, We've begun a discussion on a migration from Azure Pipelines to GitHub Actions. We are starting by just soliciting feedback, and potentially some PoC's to evaluate it, but in t
|
By
...
· #9704
·
|
|
Install fabric-chaincode-java to raspberry 4
#fabric-chaincode
#fabric-questions
Also, the ld failure I believe can be solve by adding the binutils-gold package to the image. You can see the same problem on ARM was solved here for the fabric images: https://github.com/hyperledger/
Also, the ld failure I believe can be solve by adding the binutils-gold package to the image. You can see the same problem on ARM was solved here for the fabric images: https://github.com/hyperledger/
|
By
...
· #9688
·
|
|
Install fabric-chaincode-java to raspberry 4
#fabric-chaincode
#fabric-questions
Somewhere I have the instructions on how to build this, but the net-net is, the Java protobuf library doesnt have a native distribution for ARM. You need to clone the protobuf repo (which will also ha
Somewhere I have the instructions on how to build this, but the net-net is, the Java protobuf library doesnt have a native distribution for ARM. You need to clone the protobuf repo (which will also ha
|
By
...
· #9687
·
|
|
Hyperledger Fabric Gerrit Archive
Hello Fabric Community, When we migrated off Gerrit to GitHub we took a snapshot of the existing state of the Hyperledger Gerrit Server. I converted all of the Gerrit Change Requests and their convers
Hello Fabric Community, When we migrated off Gerrit to GitHub we took a snapshot of the existing state of the Hyperledger Gerrit Server. I converted all of the Gerrit Change Requests and their convers
|
By
...
· #9659
·
|
|
ChannelParticipation integration tests fail with "too many open files" on OSX 10.15
https://github.com/hyperledger/fabric/pull/2410
https://github.com/hyperledger/fabric/pull/2410
|
By
...
· #9651
·
|
|
ChannelParticipation integration tests fail with "too many open files" on OSX 10.15
I found the issue, fixing and opening a PR soon.
I found the issue, fixing and opening a PR soon.
|
By
...
· #9650
·
|
|
ChannelParticipation integration tests fail with "too many open files" on OSX 10.15
Hey Jay, Will and I actually debugged this same problem when he was writing the Channel Participation API tests. The issue was, on Mac the Open File Limit was pretty low, and there is no simple way to
Hey Jay, Will and I actually debugged this same problem when he was writing the Channel Participation API tests. The issue was, on Mac the Open File Limit was pretty low, and there is no simple way to
|
By
...
· #9648
·
|
|
Max. Number of Organizations in a common channel
#channel
#fabric
#hyperledger-fabric
#network
#administrator-organiization
I'll quote Senthil on this one, consider a channel, with a large number of organizations, but only requiring 2 endorsements, the question was, does increasing the number of members decrease the perfor
I'll quote Senthil on this one, consider a channel, with a large number of organizations, but only requiring 2 endorsements, the question was, does increasing the number of members decrease the perfor
|
By
...
· #9497
·
|
|
how to reference fabric 2.2 in application go.mod?
#fabric
#fabric-chaincode
You can reference a commit SHA, for example, the latest hash for the release-2.2 branch can be picked by doing a `go get` on the SHA like this: `go get github.com/hyperledger/fabric@68055151b43cd3fd7e
You can reference a commit SHA, for example, the latest hash for the release-2.2 branch can be picked by doing a `go get` on the SHA like this: `go get github.com/hyperledger/fabric@68055151b43cd3fd7e
|
By
...
· #9493
·
|
|
Ordering Service REST API
I missed replying all in the original thread, doing so now for the record. Brett Logan Software Engineer, IBM Blockchain Phone: 1-984-242-6890 E-mail: brett.t.logan@...
I missed replying all in the original thread, doing so now for the record. Brett Logan Software Engineer, IBM Blockchain Phone: 1-984-242-6890 E-mail: brett.t.logan@...
|
By
...
· #9434
·
|
|
No way to query chain info from chaincode
User chaincode cannot invoke QSCC, i.e., cross-chaincode invocation, as there is a danger of deadlock, and system chaincode was never meant to be queried in this way. You can still query it directly b
User chaincode cannot invoke QSCC, i.e., cross-chaincode invocation, as there is a danger of deadlock, and system chaincode was never meant to be queried in this way. You can still query it directly b
|
By
...
· #9370
·
|
|
Invoking qscc from client SDK (V2.0)
#fabric-sdk-node
#qscc
This was a regression, it was patched here: https://github.com/hyperledger/fabric-sdk-node/commit/cbb3ba0aa22d61be6ebe9e258a15e13e3b8ef0d4 You'll need to upgrade to the absolute latest npm package, th
This was a regression, it was patched here: https://github.com/hyperledger/fabric-sdk-node/commit/cbb3ba0aa22d61be6ebe9e258a15e13e3b8ef0d4 You'll need to upgrade to the absolute latest npm package, th
|
By
...
· #9356
·
|
|
Error using HSM in Fabric 2.2.1. Works fine in 1.4.9.
There are some issues in the 2.x parsing of the BCCSP config, though I don't remember this being one of them. BCCSP has always been something we've been on the fence about letting people configure by
There are some issues in the 2.x parsing of the BCCSP config, though I don't remember this being one of them. BCCSP has always been something we've been on the fence about letting people configure by
|
By
...
· #9290
·
|
|
When will FAB-106 be solved?
Ledger snapshotting and checkpointing is functionally complete. Its implementation is part of the current master branch and it will be released in our upcoming 2.3.0 release later this month. You can
Ledger snapshotting and checkpointing is functionally complete. Its implementation is part of the current master branch and it will be released in our upcoming 2.3.0 release later this month. You can
|
By
...
· #9274
·
|
|
Calculation of chaincode package ID in v2.2.x
#fabric-questions
#externalbuilders
#fabric
The unique identifier on the package ID is the sha256 of the chaincode "package" bytes. When you package the chaincode a metadata file is added that contains the path to the chaincode, its language, a
The unique identifier on the package ID is the sha256 of the chaincode "package" bytes. When you package the chaincode a metadata file is added that contains the path to the chaincode, its language, a
|
By
...
· #9256
·
|
|
What is the purpose of shim.GetBinding()
Here is a pretty lengthy description of this API along with an example from the node-sdk API spec: https://hyperledger.github.io/fabric-chaincode-node/master/api/fabric-shim.ChaincodeStub.html#getBind
Here is a pretty lengthy description of this API along with an example from the node-sdk API spec: https://hyperledger.github.io/fabric-chaincode-node/master/api/fabric-shim.ChaincodeStub.html#getBind
|
By
...
· #9204
·
|
|
Hyperledger Fabric 2.2.x on Kubernetes
#fabric
#fabric-kubernetes
If you are looking for a production ready network, there is also the Hyperledger Lab for Blockchain Automation Framework for automating the deployment of "production-grade" Fabric networks: https://gi
If you are looking for a production ready network, there is also the Hyperledger Lab for Blockchain Automation Framework for automating the deployment of "production-grade" Fabric networks: https://gi
|
By
...
· #9197
·
|