rusk icon indicating copy to clipboard operation
rusk copied to clipboard

archiver: Optimizing Moonlight History retrieval

Open HDauven opened this issue 5 months ago • 0 comments

Summary

Currently archival events are in binary. For our most common use cases, like Moonlight transactions, the full history would require a traversal through many events.

Possible solution

Index an array of transaction hashes to BLS keys, and index Moonlight transactions into a separate database.

HDauven avatar Sep 27 '24 12:09 HDauven