You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mattsse naive question: how can the provider crate be tested locally?
when running cargo test, I get such errors:
---- provider::wallet::test::bubbles_through_fillers stdout ----
thread 'provider::wallet::test::bubbles_through_fillers' panicked at crates/provider/src/layers/anvil.rs:22:66:
called `Result::unwrap()` on an `Err` value: SpawnError(Os { code: 2, kind: NotFound, message: "No such file or directory" })
@mattsse naive question: how can the provider crate be tested locally? when running cargo test, I get such errors:
---- provider::wallet::test::bubbles_through_fillers stdout ----
thread 'provider::wallet::test::bubbles_through_fillers' panicked at crates/provider/src/layers/anvil.rs:22:66:
called `Result::unwrap()` on an `Err` value: SpawnError(Os { code: 2, kind: NotFound, message: "No such file or directory" })
Component
rpc
Describe the feature you would like
getBlockBy supports an additional setting for full/hashes:
alloy/crates/provider/src/provider/trait.rs
Lines 299 to 304 in ef23dae
it be nice if we could set this on the return type of
get_block_by_hash
similar to
alloy/crates/provider/src/provider/trait.rs
Line 145 in ef23dae
TODO
Additional context
No response
The text was updated successfully, but these errors were encountered: