Skip to content

fix: patch missing ipc messages in eth get_logs#1226

Merged
cryptoAtwill merged 3 commits intomainfrom
patch-eth-api
Dec 5, 2024
Merged

fix: patch missing ipc messages in eth get_logs#1226
cryptoAtwill merged 3 commits intomainfrom
patch-eth-api

Conversation

@cryptoAtwill
Copy link
Copy Markdown
Contributor

This PR addresses #1225.

This PR updates the matching of query addresses against txn from and to to only user signed txns. IPC message does not really need to check that because it's obviously system call.

@cryptoAtwill cryptoAtwill requested a review from a team as a code owner December 4, 2024 07:13
{
continue;
}
let no_intersection =
Copy link
Copy Markdown
Contributor

@karlem karlem Dec 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: addrs_disjoint_from_emitters might be better?

@cryptoAtwill cryptoAtwill merged commit a2fe0e3 into main Dec 5, 2024
@cryptoAtwill cryptoAtwill deleted the patch-eth-api branch December 5, 2024 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

No open projects
Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants