Developer Uche

Results 20 comments of Developer Uche

Do you think it is cool to drop this context [here](https://github.com/alloy-rs/alloy/blob/main/README.md)

Going through this issue, it seems like this; ```rust pub fn new_http(url: reqwest::Url) -> Self; ``` is the only function that needs to be exposed directly on ProviderBuilder, which other...

I see, unfortunately, I don't have an opinion on this

Added this to this pull request #1209

> great > > one more nit re unwrap @mattsse, sorry for the delay. For some reason, your review didn't drop a notification.

> @developeruche would you still be on to drive this PR to the finish line? thank you! Yeah, I am! Still waiting on a review

Please could you add more context? ```rust #[derive(Debug)] pub struct DatabaseComponents { pub state: S, pub block_hash: BH, } #[derive(Debug)] pub struct State { /// Cached state contains both changed...

This entail creating a example where a struct performing similar function to the `EthFrame` struct also having implmented the `FrameTr` trait, this is what you have in mind right? cc:...

Alright... I can send in a draft PR tomorrow if need be!