alloy icon indicating copy to clipboard operation
alloy copied to clipboard

[Bug] Event subscription filter not filtering.

Open developeruche opened this issue 10 months ago • 3 comments

Component

provider, pubsub

What version of Alloy are you on?

188c4f8

Operating System

macOS (Apple Silicon)

Describe the bug

When subscribing to event, Filter doesn't work as it ought to.

For more context, here is the code performing the subscribed log; https://github.com/developeruche/alloy-examples/blob/main/examples/subscriptions/examples/subscribe_to_log_external_provider.rs

these are some logs gotten during the subscription; https://gist.github.com/developeruche/e86e35724ae5c6db1f5c13ad78268be9

one of the logs gotten came from this tx; https://etherscan.io/tx/0x47495262a6ba8ea4e3fd2fd9031ac80eb2b08354ab8173e9edb10a5c63d08bdb

this has completely nothing to do with the filter I provided to the subscription function.

developeruche avatar Apr 22 '24 12:04 developeruche