Skip to content

Commit 55e674c

Browse files
committed
Ledger/transaction_logic: extract zkapp_command module to separate file
Extract the zkapp_command module from transaction_logic/mod.rs into its own file. This is a large module (~3300 lines) containing zkApp command types, account updates, events, actions, and verification logic. Changes: - Extract zkapp_command module to transaction_logic/zkapp_command.rs - Use explicit imports instead of 'use super::*' - Add required trait imports (Zero, Magnitude, Itertools, AppendToInputs) - Update mod.rs to reference the new module file
1 parent 30ad28a commit 55e674c

File tree

2 files changed

+3303
-3301
lines changed

2 files changed

+3303
-3301
lines changed

0 commit comments

Comments
 (0)