Skip to content
New issue

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

feat: Add more missing eth_callBundle arguments #1667

Merged
merged 2 commits into from
Nov 19, 2024

Conversation

ryanschneider
Copy link
Contributor

@ryanschneider ryanschneider commented Nov 19, 2024

Motivation

Previously #978 missed coinbase and timeout when adding the additional undocumented fields available on the actual node. I suspect this happened because the the initial versions of rpc-types-mev were based on Flashbots' public API docs for eth_callBundle, but the public options are actually only a subset of what's actually available on an actual node.

Solution

This simply adds the missing fields and their builder methods. I'll also make a follow-on PR to add functionality for them in reth.

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

@ryanschneider ryanschneider marked this pull request as ready for review November 19, 2024 19:51
@mattsse mattsse merged commit 9ecb8a6 into alloy-rs:main Nov 19, 2024
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants