fabric-smart-client
fabric-smart-client copied to clipboard
The Fabric Smart Client is a new Fabric Client that lets you focus on the business processes and simplifies the development of Fabric-based distributed application.
docker chaincode exits unexpectedly after launching samples ~~~~ # yao @ yaodeMacBook-Pro in ~/Documents/rongzer/gowork/src/github.com/hyperledger-labs/fabric-smart-client [14:35:12] $ docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 1bb8b390454b gmm3pvo26vfvtldblll224mdd4-org1peer0.org1.example.com-rbc-7eb4e0b45330eca46233d634edf4400a4132984d4cda7e99bd3962aca0c609cd-6fb8ede13c2064acfb11e87c88915e706f9c7afba0c342879ee5466da254800f "chaincode...
**Context:** • Fabric Smart Client Committer technology (Delivery Client) listens to the blocks committed in Fabric network. It also checks for finality of the particular transaction & dependent transactions on...
When doing a fabric.ChaincodeQuery with WithEndorsersFromMyOrg, the FSC queries all configured peers of the own organization. On _any_ query, it validates if all responses match: https://github.com/hyperledger-labs/fabric-smart-client/blob/110f6327f420c5dc08dbaceea3fd000ed1055115/platform/fabric/core/generic/chaincode/invoke.go#L119 In some situations this...
The Fabric Vault impl supports a TxIDStore cache for better read performance. See https://github.com/hyperledger-labs/fabric-smart-client/blob/main/platform/fabric/core/generic/vault.go#L80 We should add this to the Orion Vault impl as well
For the fabric driver resolvers you might have an entry such as ``` endpoint: resolvers: - name: approver domain: org1.example.com identity: mspID: Org1MSP path: /home/dave/github-cloned/fabric-smart-client/samples/fabric/iou/testdata/fabric.default/crypto/peerOrganizations/org1.example.com/users/[email protected]/msp/signcerts/[email protected] ``` Currenly the path either...
when i set log level as warning or error and exec start ,program panic. My topology like this: 2022-09-16 14:26:35.964 CST [nwo.runner] Run -> INFO 015 running [fabric.default-OrdererOrg.orderer] with ginkgo...
Looking at some of the code, I have concerns that there isn't enough error checking on missing entries or incorrectly specified entries in core.yaml that could result in cryptic errors...