Files
nanoreth/src/node
sprites0 98cc4ce30b feat: cache spot metadata in database to reduce API calls
Implements persistent caching of ERC20 contract address to spot token ID
mappings in the database to minimize API requests and improve performance.

Changes:
- Add SpotMetadata database table for persistent storage
- Implement load_spot_metadata_cache() to initialize cache on startup
- Add init_spot_metadata() for init-state command to pre-populate cache
- Extract store_spot_metadata() helper to DRY serialization logic
- Enable on-demand API fetches with automatic database persistence
- Integrate cache loading in main node startup flow

The cache falls back to on-demand API fetches if database is empty,
with automatic persistence of fetched data for future use.
2025-11-05 07:48:42 +00:00
..
2025-11-05 07:46:22 +00:00
2025-11-05 07:46:22 +00:00
2025-11-05 07:46:22 +00:00
2025-11-05 07:46:22 +00:00
2025-10-05 09:58:13 +00:00
2025-08-23 22:17:03 -04:00
2025-11-05 07:46:22 +00:00