-
Per stackoverflow post https://stackoverflow.com/questions/69115892/hyperledger-fabric-java-chaincode-timeout-expired-while-starting-chaincode , it appears Java chaincode is missing from chaincode as…
-
The Fabric doc says that "Using this chaincode as an external service model, installing the chaincode on each peer is no longer required"
**But this statement can confuse a user who has an organiza…
-
-
Hello everyone,
Is there any reason that the chaincode is installed, launched and activated only in the org1 as we can see on [this](https://github.com/hyperledger/fabric-samples/blob/main/test-ne…
-
### Current Status
As part of developing business logic in fabric smart contracts, if we need information
outside of blockchain, request for seamless integration of Oracle service with chaincode
to…
-
Is it possible to enhance the developer experience by implementing Just-In-Time (JIT) compilation and execution of chaincode within a Kubernetes job? Below is some pseudocode for OCI artifacts, though…
-
Looking at [Configuring a peer to process external chaincode](https://hyperledger-fabric.readthedocs.io/en/release-2.2/cc_service.html#modify-the-peer-core-yaml-to-include-the-externalbuilder) and [Wr…
-
**Is your feature request related to a problem? Please describe.**
Many Kubernetes cloud services, such as Microsoft AKS, have stopped supporting docker sock interconnection. This is required in the …
-
### Description
Packaged a chain contract and tried to install it with the following command:
`peer lifecycle chaincode install mycc.tar.gz`
I'm using on my machine podman instead of docker and…
rlfnb updated
2 months ago
-
@mbwhite I reviewed the 2 pages below for CaaS. This issue is for comments and questions that may be applicable to a docs update, please ignore what is not.
https://github.com/hyperledger/fabric-s…