This PR adds a crate in the crates/clients path which adds the following components:
Fiber Collector: a low-latency mempool & new blocks stream powered by the fiber-rs gRPC client
Echo Executor: a feature-rich RPC option for sending mev bundles to multiple block builders
We implemented the crate following the Artemis core traits. The crate also includes an example usage script plus all the contextual links to help with integration.
Chainbound x Artemis integration
This PR adds a crate in the
crates/clients
path which adds the following components:fiber-rs
gRPC clientWe implemented the crate following the Artemis core traits. The crate also includes an example usage script plus all the contextual links to help with integration.