Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
ncitron opened this issue Oct 24, 2023 · 1 comment · Fixed by #312
Closed

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

ncitron opened this issue Oct 24, 2023 · 1 comment · Fixed by #312
Labels
ethereum Ethereum related work. feat New feature or request help wanted Extra attention is needed

Comments

@ncitron
Copy link
Collaborator

ncitron commented Oct 24, 2023

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.

@ncitron ncitron added feat New feature or request ethereum Ethereum related work. help wanted Extra attention is needed labels Oct 24, 2023
@qiweiii
Copy link
Contributor

qiweiii commented Dec 26, 2023

Do you mean cache it inside a browser localStorage?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ethereum Ethereum related work. feat New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants