Nicko Guyer

Results 47 issues of Nicko Guyer

Hi there, I am running the iOS 9 beta on two different devices (iPhone 6 and iPad Mini 2) and neither device can see node_airtunes anymore. These same devices used...

This PR switches to the `docker buildx` command for building images for multiple CPU architectures. Currently, the build jobs are set up to build `linux/amd64` and `linux/arm64`. This is set...

During an E2E run on a recent PR I saw the test TestEthereumE2ESuite/TestE2EWebhookRequestReplyNoTx fail https://github.com/hyperledger/firefly/runs/6869100624?check_suite_focus=true Logs from the test run, and the containers are attached [logs_3791.zip](https://github.com/hyperledger/firefly/files/8899724/logs_3791.zip) [container-logs-TestEthereumE2ESuite-geth-postgres-erc1155 (2).zip](https://github.com/hyperledger/firefly/files/8899726/container-logs-TestEthereumE2ESuite-geth-postgres-erc1155.2.zip)

We have a great tutorial that explains how to upload and broadcast a blob (https://hyperledger.github.io/firefly/gettingstarted/broadcast_data.html). Usually the very next question is "How do I, or how does another member of...

documentation

We need a documentation page on how to use Webhooks with FireFly, similar to what we have for WebSockets. Specifically we should also call out on this page to use...

documentation

Currently we have documented the appropriate configuration settings for basic auth at the HTTP listener level. But there is no guide for how to set it up, how to create...

good first issue

Attaching a log as I don't have time to diagnose at the moment, but I believe that loading the Sandbox UI caused this issue. [firefly_concurrent_map_crash.log](https://github.com/hyperledger/firefly/files/9547596/firefly_concurrent_map_crash.log)

bug

This PR adds the ability to listen to multiple types of events on the same contract listener, by adding an array of listeners, rather than a single event signature/location per...

migration_consideration

# Background FireFly v1.1.0 introduced the ability to configure multiple namespaces and connect to multiple blockchains at the same time. This allowed FireFly to scale beyond the constraints of a...