Alexey Shekhirin

Results 65 comments of Alexey Shekhirin

@martinezjorge you can run `cargo expand --manifest-path crates/errors/Cargo.toml error` to see what does `thiserror` macros expand to: ```rust mod error { ... #[allow(unused_qualifications)] impl std::error::Error for RethError { fn source(&self)...

There are still some errors left in `reth-network-p2p` due to changes in `reth-consensus` error types https://github.com/paradigmxyz/reth/actions/runs/10359250687/job/28675253949?pr=9663

hey @jancris100, are you still working on this? Let me know if you need any help

@caglaryucekaya assigned! let me know if you have any questions :)

@caglaryucekaya we want a custom error enum that will be returned from functions as `Result`