Modules§
Enums§
- Failure
- https://github.com/MinaProtocol/mina/blob/3753a8593cc1577bcf4da16620daf9946d88e8e5/src/lib/mina_generators/zkapp_command_generators.ml#L7
- NotPermited
Of - https://github.com/MinaProtocol/mina/blob/3753a8593cc1577bcf4da16620daf9946d88e8e5/src/lib/mina_generators/zkapp_command_generators.ml#L7
- Role
- https://github.com/MinaProtocol/mina/blob/3753a8593cc1577bcf4da16620daf9946d88e8e5/src/lib/mina_generators/zkapp_command_generators.ml#L20
Constants§
- ACCOUNT_
CREATION_ 🔒FEE - Value when we run
dune runtest src/lib/staged_ledger -f
- LEDGER_
DEPTH 🔒 - Value of
ledger_depth
when we rundune runtest src/lib/staged_ledger -f
- MAX_
ACCOUNT_ 🔒UPDATES - 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
- MAX_
TOKEN_ 🔒UPDATES - https://github.com/MinaProtocol/mina/blob/3753a8593cc1577bcf4da16620daf9946d88e8e5/src/lib/mina_generators/zkapp_command_generators.ml#L1113
- MINIMUM_
USER_ 🔒COMMAND_ FEE