ethereum / trin

An Ethereum portal client: a json-rpc server with nearly instant sync, and low CPU & storage usage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrate from `eyre` to `anyhow` in `light-client` crate

ogenev opened this issue · comments

To keep consistency amongst our code base, we want to use the same error handling library which in our case is anyhow.

However, in the light-client crate we use the eyre library. It will be nice if we migrate from eyre to anyhow to keep consistency.

I could try to take this

I could try to take this

sure!