martriay / martriay/flashbots-explorer
Request for feature: show effective gas price of bundle
Nobody has claimed this yet.
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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