Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/evm/src/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1581,7 +1581,7 @@ impl<C: sov_modules_api::Context> Evm<C> {
Ok(all_logs)
}

// https://github.com/paradigmxyz/reth/blob/main/crates/rpc/rpc/src/eth/logs_utils.rs#L21
// https://github.com/paradigmxyz/reth/blob/main/crates/rpc/rpc-eth-types/src/logs_utils.rs#L69
fn append_matching_block_logs(
&self,
working_set: &mut WorkingSet<C::Storage>,
Expand Down
2 changes: 1 addition & 1 deletion crates/evm/src/rpc_helpers/log_utils.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// https://github.com/paradigmxyz/reth/blob/main/crates/rpc/rpc/src/eth/logs_utils.rs
// https://github.com/paradigmxyz/reth/blob/main/crates/rpc/rpc-eth-types/src/logs_utils.rs

/// Computes the block range based on the filter range and current block numbers
pub fn get_filter_block_range(
Expand Down