Skip to content

feat(gas-profiler): add Intrinsic Gas parameter group to simulation UI#413

Merged
mattevans merged 2 commits intomasterfrom
feat/gas-sim-intrinsic
Feb 12, 2026
Merged

feat(gas-profiler): add Intrinsic Gas parameter group to simulation UI#413
mattevans merged 2 commits intomasterfrom
feat/gas-sim-intrinsic

Conversation

@mattevans
Copy link
Member

@mattevans mattevans commented Feb 12, 2026

Introduce a new "Intrinsic Gas" category that exposes transaction-level gas parameters (TX_BASE, TX_DATA_ZERO, TX_CREATE_BASE, etc.) so users can experiment with protocol-level costs. This replaces the previous hard-coded note that these values were not customisable.

Update tooltip and display logic to strip the "TX_" prefix in the same way "PC_" is already handled, and adjust category labels to show "parameter(s)" instead of "opcode(s)" for this new group.

Screenshot 2026-02-12 at 10 35 09

Introduce a new "Intrinsic Gas" category that exposes transaction-level
gas parameters (TX_BASE, TX_DATA_ZERO, TX_CREATE_BASE, etc.) so users
can experiment with protocol-level costs. This replaces the previous
hard-coded note that these values were not customizable.

Update tooltip and display logic to strip the "TX_" prefix in the same
way "PC_" is already handled, and adjust category labels to show
"parameter(s)" instead of "opcode(s)" for this new group.
@mattevans mattevans self-assigned this Feb 12, 2026
@mattevans mattevans requested a review from Savid as a code owner February 12, 2026 00:36
refactor: change search placeholder from "Search opcodes..." to "Search..."
@mattevans mattevans merged commit 1bbec5f into master Feb 12, 2026
3 checks passed
@mattevans mattevans deleted the feat/gas-sim-intrinsic branch February 12, 2026 00:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants