A fast, secure, and portable light client for Ethereum
Go to file
Noah Citron cf6c211516
feat: refactor client (#17)
* seperate client and node

* encapsule rpc inside client

* pass proper port into rpc

* track chain head in seperate thread

* client new takes config instead of arc

* refactor main

* add start method to client
2022-09-10 00:01:23 -04:00
.github/workflows chore: add ci (#12) 2022-09-04 21:14:20 -04:00
cli feat: refactor client (#17) 2022-09-10 00:01:23 -04:00
client feat: refactor client (#17) 2022-09-10 00:01:23 -04:00
common add cli app 2022-08-29 16:54:58 -04:00
config feat: refactor client (#17) 2022-09-10 00:01:23 -04:00
consensus feat: add logging (#15) 2022-09-08 21:34:14 -04:00
execution feat: add logging (#15) 2022-09-08 21:34:14 -04:00
.gitignore setup api bindings for reaching out to light servers 2022-08-11 14:09:58 -04:00
Cargo.lock feat: improve cli (#16) 2022-09-09 18:14:17 -04:00
Cargo.toml refactor: switch execution rpc to ethers (#13) 2022-09-06 13:57:47 -04:00