const MAX_ACCOUNT_UPDATES: usize = 2;
Expand description
keep max_account_updates small, so zkApp integration tests don’t need lots of block producers because the other zkapp_command are split into a permissions-setter and another account_update, the actual number of other zkapp_command is twice this value, plus one, for the “balancing” account_update when we have separate transaction accounts in integration tests this number can be increased