3 Commits

Author SHA1 Message Date
Lakshya Singh
c88dd5fd27
txoo: healthcheck fix latest file retrieval
ls -r1t doesn't get latest time sorted file
r with t reverses things to get oldest one instead
use just r as time of file generation might not be sequential
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
2024-01-30 00:32:32 +05:30
Lakshya Singh
8aa940abf1
Dockerfile: healthcheck dont use sh
- interpreter already set in the scripts not need to use /bin/sh -c
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
2024-01-27 00:16:43 +05:30
Lakshya Singh
eb4926b203
txoo: healthcheck based on latest block
- fail if latest attestation is more than a block behind
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
2023-12-14 23:21:00 +05:30