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.
This PR does the following: It fixes the bug reported in #568 . The integration tests by default have the web server disabled. Only the `pingpong` test uses it. The...
Because the handler is nil. ``` 6:40:34.601 [fsc] Start INFO Starting sdks... 2024/05/08 16:43:05 Start triggered panic: runtime error: invalid memory address or nil pointer dereference goroutine 1 [running]: runtime/debug.Stack()...
I am getting the following error when trying to run the weaver relay sample: ``` [e][fabric.alpha-peer-lifecycle-chaincode-install] Error: failed to endorse chaincode install: rpc error: code = ResourceExhausted desc = trying...
Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.38.2 to 0.42.0. Release notes Sourced from github.com/quic-go/quic-go's releases. v0.42.0 New Features added a qlog tracer for events that happen before / outside of established connection: #4305...
FSC is a heavy user of Fabric code, in particular, the fabric protos which are imported from [github.com/hyperledger/fabric-protos-go](https://github.com/hyperledger/fabric-protos-go). These protos require the us of [github.com/golang/protobuf](https://pkg.go.dev/mod/github.com/golang/protobuf), which is deprecated and should...