Skip to content

Commit

Permalink
feat: add cancun evm opcodes to evm-tracing-events
Browse files Browse the repository at this point in the history
  • Loading branch information
RomarQ committed Jun 20, 2024
1 parent 27dca71 commit 973a84b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tracing/shared/primitives/rpc/evm-tracing-events/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,9 @@ pub fn opcodes_string(opcode: Opcode) -> Vec<u8> {
Opcode(89) => "MSize",
Opcode(90) => "Gas",
Opcode(91) => "JumpDest",
Opcode(92) => "TLoad",
Opcode(93) => "TStore",
Opcode(94) => "MCopy",
Opcode(96) => "Push1",
Opcode(97) => "Push2",
Opcode(98) => "Push3",
Expand Down

0 comments on commit 973a84b

Please sign in to comment.