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

Multiple actions returned from `process_event` if needed #43

Closed laudiacay closed 1 year ago

laudiacay commented 1 year ago

This closes #34.

Haven't seen any maintainer response to that issue, so if this change is unwanted, feel free to ignore & close... Wrote this because I knew it'd be quick and I'm learning the repo.

Happy to take suggestions on alternative good first issues!

Not sure if tests will pass (but I got the artemis-core crate and both example strategies passing...), so I guess we'll see what CI says?