hyperledger-labs / fabric-smart-client

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.
Apache License 2.0
52 stars 52 forks source link

add functions to initiate a view context from an existing go context #644

Closed arner closed 2 months ago

arner commented 3 months ago

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 process.

arner commented 2 months ago

test with token sdk succeeds: https://github.com/hyperledger-labs/fabric-token-sdk/pull/762