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 eth-call-bundle module #5465

Merged
merged 1 commit into from
Nov 16, 2023
Merged

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Nov 16, 2023

closes #5444

this adds eth-call-bundle as standalone module.

even if this technically belongs into the eth_ namespace, it's a non-standard method, and should be opt-in independent of the eth namespace.

this may change in the future, but for now this is the best solution

@mattsse mattsse added A-rpc Related to the RPC implementation A-cli Related to the reth CLI labels Nov 16, 2023
@mattsse mattsse force-pushed the matt/add-eth-call-bundle-module branch from 934f211 to 468a311 Compare November 16, 2023 18:11
Copy link
Member

@Rjected Rjected left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@mattsse mattsse added this pull request to the merge queue Nov 16, 2023
Merged via the queue into main with commit baf407f Nov 16, 2023
25 checks passed
@mattsse mattsse deleted the matt/add-eth-call-bundle-module branch November 16, 2023 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-cli Related to the reth CLI A-rpc Related to the RPC implementation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add an example on how to enable eth_callBundle please
2 participants