- Snapshot DB after successful indexing - and run queries on the latest snapshot
- Improve management of reorgs (remove rows related to txs of reorg'd blocks from db)
- Use bytes instead of
Vec<u8>
when possible - Use generators instead of vectors
- Use proper HTTP parser for JSONRPC replies over persistent connection