rusk
rusk copied to clipboard
archiver: Optimizing Moonlight History retrieval
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.