Peter Broadhurst

Results 55 issues of Peter Broadhurst

Currently we only increase the block high-watermark on a subscription to an event stream, when we have successfully processed a batch: https://github.com/kaleido-io/ethconnect/blob/ad40de61370ec2b99a8cfc79cdf72e5dcac3d914/internal/kldevents/logprocessor.go#L83 This means that if no events arrive on...

Seeing an error on a `PATCH` ``` [2020-09-21T02:18:13.187Z] INFO --> PATCH /eventstreams/es-8855b6c3-5941-43e8-5b46-b34c6e3059cf [2020-09-21T02:18:13.187Z] INFO es-8855b6c3-5941-43e8-5b46-b34c6e3059cf: Update event stream 2020/09/21 02:18:13 http: panic serving 10.10.68.2:43306: close of closed channel goroutine 565...

Intermittent build failure. Occurred in Travis for #65 ``` time="2020-04-20T03:45:18Z" level=debug msg="Kafka consumer loop started" time="2020-04-20T03:45:18Z" level=info msg="Sent message: {\"headers\":{\"type\":\"TestSingleMessageWithReply\",\"account\":\"0xAA983AD2a0e0eD8ac639277F37be42F2A5d2618c\",\"ctx\":{\"some\":\"data\"}}}" time="2020-04-20T03:45:18Z" level=info msg="Kafka consumer received message: Partition=5 Offset=500" time="2020-04-20T03:45:18Z" level=info...

You can subscribe to events, but it would be great to automatically return the Events that were emitted from a transaction as part of the transaction receipt payload.

enhancement

This is a bit challenging in a migration scenario, as I would expect the normal flow is: - Install new `ff` - Find you need to delete your old dev...

A few releases back (can't remember exactly when) this config was deprecated: https://github.com/hyperledger/firefly-cli/blob/03797a8484fb7df6d277d236d99a6fc79bdaa2bb/internal/core/firefly_config.go#L71 It's now `org.key`. Would be good for the CLI to switch over, as it will print a...

When I try to get `/webui/` on the IPFS container, it redirects me to: `/ipfs/bafybeif4zkmu7qdhkpf3pnhwxipylqleof7rl6ojbe7mq3fzogz6m4xk3i/` However, it then doesn't return, and I assume that's because that needs to be published...

enhancement
good first issue

We have a mix of: - `transactionHash` - `transactionID` - `transactionId` Receipts seem to be the place that should change: https://github.com/hyperledger/firefly-fabconnect/blob/9b005b6664e65e3e0645cd5d5c03c6c9c9354a0e/internal/messages/messages.go#L140-L155 To match events which use `transactionId`: https://github.com/hyperledger/firefly-fabconnect/blob/afde10c5c4139db48f2695d3845ddc9b15a45817/internal/events/api/event.go#L64-L73

bug

In order to pick up a fix for https://www.npmjs.com/advisories/1203 we wanted to update the `mongodb` version. There were a couple of changes needed with the latest client: - Needed to...

Updates the dependencies, and adds a readme update pointing people at what they are more likely to want.