paradigmxyz / artemis

A simple, modular, and fast framework for writing MEV bots in Rust.
Apache License 2.0
2.31k stars 442 forks source link

Log Collector doesn't return the entire log #35

Closed mteam88 closed 1 year ago

mteam88 commented 1 year ago

https://github.com/paradigmxyz/artemis/pull/24 expands block collector to return the entire block, we should do the same for log collector's logs

I would be happy to make a PR for this.