Brandon Wilson
Brandon Wilson
related https://github.com/interledger/rafiki/issues/382
I've been unable to reproduce the issue in a few dozen attempts today, some of which with the tigerbeetle logging change: https://github.com/wilsonianb/rafiki/pull/84 :confused:
I'm encountering the issue again today https://github.com/wilsonianb/rafiki/actions @jorangreef It looks like Github Actions are disabled in the tigerbeetle repo, so there isn't a recent Docker image for Rafiki to use...
The updated log message is merged :point_up_2: It looks like there's a combination of `ping` and `request` messages being dropped: https://github.com/interledger/rafiki/runs/5872664693?check_suite_focus=true ``` info(message_bus): message queue for peer tigerbeetle.src.message_bus.union:384:19{ .replica =...
with more logging: https://github.com/wilsonianb/rafiki/runs/5874848460?check_suite_focus=true
The change to the spec seems to be valid. The spec (and its examples) pass the [spectral validation workflow](https://github.com/interledger/open-payments/actions/runs/3069867464/jobs/4958993404). I also successfully validated one the the grants from the auth...
`openapi-response-validator` appears to use `Ajv` without OpenAPI 3.1's JSON Schema 2020-12 https://github.com/kogosoftwarellc/open-api/blob/master/packages/openapi-response-validator/index.ts#L1-L6 https://ajv.js.org/json-schema.html#draft-2020-12 This seems to cause keywords such as `const` and `contains` to not be supported. An attempt to...
- resolved by https://github.com/interledger/rafiki/pull/692
I'm seeing that error (in postman with `Signature`/`Signature-Input` headers as `TODO`). Logging (added [here](https://github.com/interledger/rafiki/blob/603df09615a2f458227baf3e23f99b3a0b103921/packages/openapi/src/middleware.ts#L28-L29)) shows the response as: ``` local-auth-1 | { local-auth-1 | status: 400, local-auth-1 | message: 'Bad...
This is closest related issue I've found, but I don't understand why it might manifest for us now and I don't see any `github:`/`git:` in or pnpm lockfile - https://github.com/pnpm/pnpm/issues/4739