We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to run local relayer without specifying a block-engine? If I don't specify the relay exit with a panic (when getting a packet)
thread 'forwarder_thread_0' panicked at transaction-relayer/src/forwarder.rs:92:45: error sending packet batch to block engine handler
Att: @buffalu
The text was updated successfully, but these errors were encountered:
It's meant to be optional. I will look into the implementation.
In the meantime, setting the following flag should work:
/// Disable Mempool forwarding #[arg(long, env, default_value_t = false)] disable_mempool: bool,
Sorry, something went wrong.
yep, I confirm the workaround - thank you
No branches or pull requests
Is there a way to run local relayer without specifying a block-engine?
If I don't specify the relay exit with a panic (when getting a packet)
Att: @buffalu
The text was updated successfully, but these errors were encountered: