1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 01:43:29 +01:00
electrs/TODO.md
2018-08-15 15:05:40 +03:00

561 B

Electrum

  • Snapshot DB after successful indexing - and run queries on the latest snapshot
  • Update height to -1 for txns with any unconfirmed input

Rust

  • Use bytes instead of Vec<u8> when possible
  • Use generators instead of vectors
  • Use proper HTTP parser for JSONRPC replies over persistent connection

Performance