martriay / martriay/flashbots-explorer

Request for feature: show effective gas price of bundle

Open
#25 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
TypeScript
Stars
165
Forks
27
PR merge metrics
No merged PRs in 30d

Description

It'd be nice to see the gas price of individual bundles at a glance

This is hard because it's not clear whether or not gas fees are included in them (e.g. for sandwiches) due to how bundles discount gas fees from transactions seen in the mempool

I'd suggest either:
- using (total coinbase transfer)/(total gas used)
- or showing BOTH (coinbase transfers)/(gas used) AND (coinbase transfers + gas fees)/(gas used)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files, tests, or entry points are named in the issue. Start by locating the existing bundle detail or list display and tracing the available coinbase transfer, gas fee, and gas used data. Done means the chosen effective-price presentation is visible for individual bundles, with the treatment of included gas fees made clear.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
data
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.