Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Since users cannot deploy contracts, this maximum cpu execution limit is the only one enforced on contracts and each contract that exists on the chain is thoroughly audited so that there is no possible scenario that would allow a single action to create runaway/unlimited CPU execution scenario.

Every user authorized action has a maximum potential size. Transactions that are too large will be rejected. If an actions size is not restricted by this method, it is by default restricted by default_max_transaction_net_usage.

...