From 673853517813bf1a9487e393ae39d7d989652ef3 Mon Sep 17 00:00:00 2001 From: Igor Papandinas <26460174+ipapandinas@users.noreply.github.com> Date: Mon, 9 Sep 2024 16:43:45 +0200 Subject: [PATCH] vendor libs updated --- vendor/primitives/evm-tracing-events/src/runtime.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vendor/primitives/evm-tracing-events/src/runtime.rs b/vendor/primitives/evm-tracing-events/src/runtime.rs index b35f7d6b05..5158c65756 100644 --- a/vendor/primitives/evm-tracing-events/src/runtime.rs +++ b/vendor/primitives/evm-tracing-events/src/runtime.rs @@ -225,6 +225,9 @@ pub fn opcodes_string(opcode: Opcode) -> Vec { 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",