Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion zkevm-circuits/src/evm_circuit/execution/begin_tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ mod test {
let from = MOCK_ACCOUNTS[1];

let code = bytecode! {
RETURN
STOP
};

let block: GethData = TestContext::<2, 1>::new(
Expand Down
2 changes: 1 addition & 1 deletion zkevm-circuits/src/evm_circuit/step.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ pub enum ExecutionState {
PUSH, // PUSH1, PUSH2, ..., PUSH32
DUP, // DUP1, DUP2, ..., DUP16
SWAP, // SWAP1, SWAP2, ..., SWAP16
LOG, // LOG1, LOG2, ..., LOG5
LOG, // LOG0, LOG1, ..., LOG4
CREATE,
CALL,
CALLCODE,
Expand Down