Skip to content

Commit

Permalink
feat: add new evm opcodes to evm-tracing-events (#2843)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomarQ authored Jun 25, 2024
1 parent 8a443c6 commit 2b3b650
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions primitives/rpc/evm-tracing-events/src/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,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 2b3b650

Please sign in to comment.