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.
The library has a support for OpenTelemetry by providing some configuration parameters. However, we noticed that the trace provider defined in the library overwrites the trace provider defined in the...
Use the `SerializedIdemixIdentity` proto definition from the idemix repo and not from fabric, whence idemix has been removed.
Currently, in order to subscribe to transaction status changes, we need to add a listener to the commit pipeline. Then every time a FSC node commits a transaction, this will...
… the alias. This PR attempts to solve two things: 1. The default resolver, which was registered with the node id and the grpc address, was causing unpredictable behaviour with...
This PR addresses #665
This PR enables the user to override any configuration key with an environment variable. Technically we were supposed to already have this feature (via viper's AutomaticEnv), but it was flaky...
This PR does remove the following view commands: - `Track`. It was not implemented and never requested. - `IsTxFinal`. Each application should provide this functionality only if needed.
for people who don't InitiateView directly but create the view.Context first, this PR creates the opportunity to pass a go context. This is useful for tracing a request through the...