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.
currently, if the delivery connection is dropped for some reason, the connection is reestablish starting from the block of the latest known transaction to the FSC node. But if the...
When I use fabric Topology, i want to store world state with couchdb. fabric-smart-client can support?
Some tests seem to be flaky, such as the FPC integration test. - Short-term solution: Upgrade to ginkgo v2 as proposed in #331 and add `ginkgo --flake-attempts=N` to the corresponding...
The current NWO chaincode packager currently packages the whole of fabric-smart-client and then relies on fabric to reference the chaincode stored inside the source code tree. This isn't really optimal...
This Issue calls for the following improvements to `platform/fabric/core/generic/chaincode`: - [ ] (Invoke) Add a timeout when requesting endorsements - [ ] (Invoke) Retry if the endorsement cannot be achieved...
Documentation for: - [ ] Architecture - [ ] Tutorial: Write your first Distributed Application with the Fabric Smart Client - [ ] Advanced deployment - [ ] Integration Tests
- [ ] cmd/fsccli/version/version.go:7-45: duplicate of node/version/version.go:7-45 - [ ] platform/view/services/db/driver/memory/db_test.go:31-84: duplicate of platform/view/services/db/driver/memory/db_test.go:373-426 - [ ] platform/fabric/core/generic/msp/x509/ecdsa.go:130-203: duplicate of platform/view/core/id/x509/ecdsa.go:133-206 - [ ] platform/view/services/flogging/fabenc/color_test.go:21-30: duplicate of platform/view/services/flogging/fabenc/color_test.go:32-41 - [...