riftenlabs-indexer/src/db/cauldron/tokenlist
Dagur Valberg Johannsson e1ebc853f5 Fix potential API hangs from write lock contention
- Refactor update_changes_score_volume_and_ranking to use read connections
  for read/compute phases, only acquiring write connection for final writes
- Change first_pool_creation to use try_get() for opportunistic caching,
  preventing thread exhaustion if write pool is busy
- Add linter to flag blocking _w.get() calls in RPC handlers
2026-02-02 21:01:50 +01:00
..
db_utils.rs bugfix: Reverse hash issues with blob 2026-02-02 11:34:18 +01:00
list_cached.rs bugfix: Reverse hash issues with blob 2026-02-02 11:34:18 +01:00
list_tokens_volume.rs bugfix: Reverse hash issues with blob 2026-02-02 11:34:18 +01:00
metrics_cache.rs Fix potential API hangs from write lock contention 2026-02-02 21:01:50 +01:00
mod.rs Update copyright headers 2026-01-21 12:37:13 +01:00
test.rs Fix potential API hangs from write lock contention 2026-02-02 21:01:50 +01:00
token_utils.rs bugfix: Reverse hash issues with blob 2026-02-02 11:34:18 +01:00