Add a --fee-stats flag to show detailed breakdown of bid vs charged fees and surge pricing impact.
Context
Understanding costs is important for optimization and troubleshooting "too much fee" errors.
Implementation Guidelines
Key Files: crates/cli/src/commands/inspect.rs.
- Extract fee meta from the transaction envelope and result.
- Render a summary of the inclusion fee vs the resource fee.
Expectations
What done looks like: Inspect reports include a "FEE BREAKDOWN" section with detailed costs.
For any question, reach me on Discord: emry_ss
Add a
--fee-statsflag to show detailed breakdown of bid vs charged fees and surge pricing impact.Context
Understanding costs is important for optimization and troubleshooting "too much fee" errors.
Implementation Guidelines
Key Files:
crates/cli/src/commands/inspect.rs.Expectations
What done looks like: Inspect reports include a "FEE BREAKDOWN" section with detailed costs.
For any question, reach me on Discord: emry_ss