firefly-fabconnect icon indicating copy to clipboard operation
firefly-fabconnect copied to clipboard

REST API to interact with a Fabric network and event streaming via websocket

Results 24 firefly-fabconnect issues
Sort by recently updated
recently updated
newest added

- Enable TLS on the HTTP Server correctly - Nest FileServer OpenAPI under /api/*filepath - Add JSON OpenAPI version - Update the mocks to fix

This Pull request updates the Dockerfile to check dependencies of this source code, and fail to build if high/critical severity vulnerabilities are detected. Currently this one is detected: ``` 8.938...

It would be great to move from the current Go SDK to the new [Fabric Gateway](https://hyperledger.github.io/fabric-gateway/) client when possible.

### Summary: An issue has been identified in the interaction between the Firefly-fabconnect and Firefly Core services. Firefly-fabconnect is not correctly populating the transactionIndex and eventIndex for events within a...

IS it possible to enroll a user with a CSR. If yes how? it is not mentioned in the documentation.

A unit test in github.com/hyperledger/firefly-fabconnect/internal/rest intermittently times out causing the build to fail. Here is an example of a recent failed build: https://github.com/hyperledger/firefly-fabconnect/runs/5773354983?check_suite_focus=true Here is the full log archive from...

bug

Currently, this repo is set up to run golangci, but has no config file, so it's missing all of the rules that we apply to our other repos. We should...

good first issue
technical debt

Currently, parameters that are objects are not encoded as strings, however, arrays are. Object parameter: https://github.com/hyperledger/firefly-fabconnect/blob/main/internal/rest/utils/params_test.go#L91 Array parameter: https://github.com/hyperledger/firefly-fabconnect/blob/main/internal/rest/utils/params_test.go#L306 This is not consistent, and begs the question how to pass...

Hi @nguyer, @jimthematrix The **"payloadType"** property of the **"SubscriptionInfo"** structure in _internal/events/api/event.go_ accepts the data types "bytes", "string" or "stringifiedJSON/json". or is the README.md the one that is not updated?...

HI, I'm deploying FabConnect on a Kubernetes environment and I'm wondering what are the minimum requirements for running FabConnect. Basically, I'm looking for `resources.requests.cpu` and `resources.requests.memory` values, the documentation does...