From 15bbc646e908e73dc4b89b538398bb69e2e264a1 Mon Sep 17 00:00:00 2001 From: "Enot (ded) Skelly" Date: Tue, 2 Jun 2026 16:29:55 -0700 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 197655d..fa1b32d 100644 --- a/README.md +++ b/README.md @@ -409,14 +409,14 @@ For paginated responses use the generic page wrapper: - [x] REST API: Stats - [x] Materialized view refresh (mv_hourly_iata_stats, mv_top_nodes_by_iata) - [x] Swagger/OpenAPI documentation via swaggo/swag +- [x] Path resolution (node short ID lookup) +- [x] Parse payloads (that we can decrypt) into DB and return with packet + details ### In progress / next -- [ ] Path resolution (node short ID lookup) - [ ] Propagation time calculation - [ ] Routes and traces endpoints -- [ ] Parse payloads (that we can decrypt) into DB and return with packet - details ### Future