xmr-remote-nodes/internal/monero
Christian Ditaputratama ec6f0a1893
Changed LastChecked from uint to int64
Since the LastChecked record is storing unix timestamp, using `int64`
make it easier to work with `time` package.
2024-10-31 22:40:38 +07:00
..
monero.go Changed LastChecked from uint to int64 2024-10-31 22:40:38 +07:00
monero_test.go refactor: Use ptr for QueryNodes.toSQL() 2024-08-05 18:27:00 +07:00
prober.go refactor: Use proberRepo struct instead of interface 2024-07-07 03:25:30 +07:00
prober_test.go Uppercase CheckAPI test func 2024-06-10 03:23:03 +07:00
report.go feat: Record node ip addresses #84 2024-09-12 01:13:30 +07:00
report_test.go test: Unit test for parseStatuses() 2024-06-03 22:18:24 +07:00