A fast, secure, and portable light client for Ethereum
Go to file
Noah Citron 5d1f4a6344
refactor: better error handling (#63)
* add custom errors to consensus

* add BlockNotFoundError

* better handling of blocktag parsing

* clean up

* add execution errors

* add rpc errors

* add more fields to errors
2022-09-29 19:35:43 -04:00
.github/workflows feat: ci releases (#36) 2022-09-15 04:55:29 -04:00
cli feat: add forced shutdowns (#56) 2022-09-23 22:09:03 -04:00
client refactor: better error handling (#63) 2022-09-29 19:35:43 -04:00
common refactor: better error handling (#63) 2022-09-29 19:35:43 -04:00
config refactor: core consensus (#61) 2022-09-28 16:48:24 -04:00
consensus refactor: better error handling (#63) 2022-09-29 19:35:43 -04:00
execution refactor: better error handling (#63) 2022-09-29 19:35:43 -04:00
lightclientup chore: fix typos (#50) 2022-09-22 23:41:17 -04:00
.gitignore setup api bindings for reaching out to light servers 2022-08-11 14:09:58 -04:00
Cargo.lock refactor: better error handling (#63) 2022-09-29 19:35:43 -04:00
Cargo.toml refactor: switch execution rpc to ethers (#13) 2022-09-06 13:57:47 -04:00