jjordan-quantum
jjordan-quantum
Trying to run the pgwatch docker container in my local pc running Ubuntu 22.04. I am running postres-14 in another container, exposing port 5432, with this command: ``` sudo docker...
Is there a way to use the models as types? IE generate types from the models in the schema, like the image below from this [page](https://www.prisma.io/typescript). I would like the...
Getting the following issue during bor install: ``` TASK [install-bor : Creating symlink for bootnode] ******************************************************************************************************************************************************** fatal: [18.208.153.17]: FAILED! => {"changed": false, "gid": 0, "group": "root", "mode": "0755", "msg": "refusing...
I am running ubuntu on an ec2 with only ssh allowed inbound, and when i run `sshlog watch` I am not seeing any connection attempts, but many `connection_close` events from...
Is this line supposed to be depositing for `relayManager`? https://github.com/opengsn/gsn/blob/da4222b76e3ae1968608dc5c5d80074dcac7c4be/packages/dev/test/AbandonedRelayFlow.test.ts#L50 Because I am getting a revert on `target is not a valid IPaymaster`, which makes sense because the `relayManager` is...