You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was expecting that after simulating transactions with Evm and CacheDB, I would be able to read all the events that occurred.
I found a way to read logs after transact_commit and transact through the ExecutionResult field and collect them manually, but the logs field in CacheDB confused me.
The text was updated successfully, but these errors were encountered:
Hello engineers!
Could someone please clarify is the logs field in CacheDB is not used at all?
revm/crates/database/src/in_memory_db.rs
Line 27 in 66adad0
I was expecting that after simulating transactions with
Evm
andCacheDB
, I would be able to read all the events that occurred.I found a way to read logs after
transact_commit
andtransact
through theExecutionResult
field and collect them manually, but the logs field in CacheDB confused me.The text was updated successfully, but these errors were encountered: