mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-05-10 17:55:18 +00:00
4982ba482d
- Updated `MeshGraph` to support multi-resolution storage of edges, allowing prefixes of 2, 4, or 6 hex chars without truncation. - Implemented prefix matching logic to ensure distinct links are maintained and accurately retrieved based on prefix queries. - Refactored methods in `MessageHandler` and `PathCommand` to accommodate variable prefix lengths during graph lookups. - Enhanced tests to validate prefix match functionality and edge management in the mesh graph.