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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(taiko-client): introduce mev pool #17609

Closed
wants to merge 9 commits into from
Closed

Conversation

YoGhurt111
Copy link
Contributor

No description provided.

@YoGhurt111 YoGhurt111 marked this pull request as ready for review June 18, 2024 00:25
@Brechtpd
Copy link
Contributor

Can you provide a bit of context? I'm not familiar enough with the geth codebase to immediately see what this PR does.

@YoGhurt111
Copy link
Contributor Author

Can you provide a bit of context? I'm not familiar enough with the geth codebase to immediately see what this PR does.

We want to optimize the gas setting and send private TX to protect the proposer's profit, so we introduce Blocknative's API.
For the gas price estimate, you can see this https://docs.blocknative.com/gas-prediction/gas-platform.
For the mev production, you can see https://docs.blocknative.com/blocknative-mev-protection/transaction-boost.

@Brechtpd
Copy link
Contributor

Can you provide a bit of context? I'm not familiar enough with the geth codebase to immediately see what this PR does.

We want to optimize the gas setting and send private TX to protect the proposer's profit, so we introduce Blocknative's API. For the gas price estimate, you can see this https://docs.blocknative.com/gas-prediction/gas-platform. For the mev production, you can see https://docs.blocknative.com/blocknative-mev-protection/transaction-boost.

Oh nice, batch send to all builders with revert protection.

Copy link
Contributor

@mask-pp mask-pp left a comment

Choose a reason for hiding this comment

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

LGTM, just left a carp.

@YoGhurt111 YoGhurt111 closed this Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants