A fast, secure, and portable light client for Ethereum
Go to file
Noah Citron 0579855141
feat: add checkpoint caching (#41)
* add checkpoint caching

* add data dir override to cli

* move checkpointing into database

* move logging to client

* clean up
2022-09-16 15:32:15 -04:00
.github/workflows feat: ci releases (#36) 2022-09-15 04:55:29 -04:00
cli feat: add checkpoint caching (#41) 2022-09-16 15:32:15 -04:00
client feat: add checkpoint caching (#41) 2022-09-16 15:32:15 -04:00
common feat: ci releases (#36) 2022-09-15 04:55:29 -04:00
config feat: add checkpoint caching (#41) 2022-09-16 15:32:15 -04:00
consensus feat: add checkpoint caching (#41) 2022-09-16 15:32:15 -04:00
execution feat: ci releases (#36) 2022-09-15 04:55:29 -04:00
lightclientup feat: add installer (#37) 2022-09-15 17:13:10 -04:00
.gitignore setup api bindings for reaching out to light servers 2022-08-11 14:09:58 -04:00
Cargo.lock feat: add checkpoint caching (#41) 2022-09-16 15:32:15 -04:00
Cargo.toml refactor: switch execution rpc to ethers (#13) 2022-09-06 13:57:47 -04:00