a16z / helios

A fast, secure, and portable light client for Ethereum
MIT License
1.81k stars 274 forks source link

feat: add database that uses browser local storage for caching checkpoints #293

Closed ncitron closed 8 months ago

ncitron commented 11 months ago

Right now the only WASM supported checkpoint database is ConfigDB which just returns the hardcoded checkpoint from the config. It would be useful to have a database that cache checkpoints in local storage.

qiweiii commented 9 months ago

Do you mean cache it inside a browser localStorage?