zerosnacks

Results 376 comments of zerosnacks

The recent `revm` + `alloy-evm` bump with the dynamic `DynPrecompile` and the `PrecompileFactory` makes this much easier to do

Good point on the re-org resistance. An alternative solution could be to have a function a user can call to refetch the nonce, overwriting the cache entry. Assuming they have...

> Even if we indicate whether to fetch nonce from the rpc when sending the rpc request, it will still be inconvenient since you won't be able to fully customize...

cc @onbjerg / @prestwich curious to hear your thoughts on this proposal / approach

I'm curious if this would be interesting for Reth too (or it already has simulators for this). If a general solution can be found this could be very useful for...

Spotted a discrepancy, specifically in `debug_trace_call_many` where the `bundles` parameter doesn't skip over `block_override`, incompatible with `Vec`. https://github.com/alloy-rs/alloy/blob/067cc464bd1357e745653709db051707b949cc6b/crates/rpc-types-eth/src/call.rs#L11-L12 https://github.com/alloy-rs/alloy/blob/067cc464bd1357e745653709db051707b949cc6b/crates/provider/src/ext/debug.rs#L125 [eth_callMany](https://www.chainnodes.org/docs/ethereum/eth_callMany) does not seem to be implemented in Alloy so that...

Now unblocked with #1062 merged

Fixed `debug_traceCallMany` and `trace_callMany` in #1278 https://github.com/alloy-rs/alloy/issues/1274 will add `eth_callMany` as it requires some more consideration

Given that most API updates are done automatically (renaming commands, deprecating, etc..) we would need a solution that automatically tags the diff with this emoji