alloy-rs / core

High-performance, well-tested & documented core libraries for Ethereum, in Rust

Home Page:https://alloy.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] SolEvent::decode_raw_log should check the event signature.

ewile opened this issue · comments

Component

sol-types

What version of Alloy are you on?

0.7.0

Operating System

None

Describe the bug

Currently, SolEvent::decode_raw_log does not check that its SIGNATURE_HASH matches topic0, in the case of non-anonymous events.