Peter Broadhurst
Peter Broadhurst
Change in `values.yaml` v0.0.30 to v0.0.31 - removes ability to define end user params via ConfigMap
Due to PR https://github.com/arttor/helmify/pull/94 the use of a `configMapGenerator` with a YAML file in a Kustomize, is generating an invalid config map. ``` Error: YAML parse error on kaleido-helm/templates/operator.yaml: error...
Currently we have some information about multi-party status, bundled into the `/status` API on a namespace. This is deliberately lightweight in-memory information from the multi-party manager (if it's enabled) -...
This is problematic for FireFly, which subscribes from Block 0, and uses a `PATCH` on startup to ensure the configuration of the event stream is always up to date. ```...
``` 2021-11-23T05:25:39.1160458Z === RUN TestUpdateStreamInvalidWebhookURL 2021-11-23T05:25:39.1161372Z submanager_test.go:54: tmpdir/create: /tmp/fly050519160 2021-11-23T05:25:39.1162700Z time="2021-11-23T05:25:38Z" level=debug msg="es-07b17239-1d96-4da8-419e-b2d3dbc2defa: Begin batch dispatcher loop, current batch length: 0" 2021-11-23T05:25:39.1164927Z time="2021-11-23T05:25:38Z" level=info msg="Created subscription ID:sb-656816c5-98d2-427b-50cf-0a03adb7e743 name:mySubName topic:0x063e04f28cb50f8e287e51b090fb7178b81cdc973d06858573c0a273133cfe1c" 2021-11-23T05:25:39.1166671Z...
https://github.com/hyperledger/firefly-ethconnect/runs/4001938764?check_suite_focus=true ``` 2021-10-25T20:20:01.0056281Z === RUN TestActionChildCleanup 2021-10-25T20:20:01.0057071Z submanager_test.go:55: tmpdir/create: /tmp/fly914068645 2021-10-25T20:20:01.0058862Z time="2021-10-25T20:20:00Z" level=info msg="es-00b50f13-bb23-410d-6e1d-2b707f15f646: Event stream stopped" 2021-10-25T20:20:01.0060584Z time="2021-10-25T20:20:00Z" level=info msg="es-00b50f13-bb23-410d-6e1d-2b707f15f646: Suspended, returning exiting batch processor" 2021-10-25T20:20:01.0062738Z time="2021-10-25T20:20:00Z" level=debug msg="No...
FireFly e2e has been failing in the Github actions, and I just tried it locally… I found that ethconnect was failing with: ``` ethconnect_0_1 | [2021-09-01T21:18:51.134Z] DEBUG WS/d6949896-7c43-4e51-6483-dc37de68f424: Received: {Type:listenreplies...
- Add option to query Swagger in 3.0 format - Could be performed using the https://github.com/getkin/kin-openapi package to do a convert
We need to do a substantial update to the README, as we move over to hyperledger. We've been relying quite heavily on the docs on the Kaleido platform itself, and...
Currently callers have to poll for `/replies` that contain the asynchronous responses to `kld-sync=false` requests. We now have a WebSocket interface on ethconnect, which can be used (as an alternative...
The receipt at the moment doesn't contain the nonce. As the nonce can be automatically calculated by ethconnect, it would be helpful to include it in the response. ```json {...