Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add the limit of state diff size to limits-and-triggers.adoc #1479

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ The gas limit for Starknet blocks is therefore inherited from the gas limit for
This limit is important for ensuring the efficient execution of transactions and preventing potential congestion.
| 10,000,000 | 10,000,000

|Max state diffs per transaction|The maximum number of storage updates (state differences) that a single transaction can generate.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See this comment

This limit helps maintain network stability and predictable performance.
| 4,000 | 4,000

|Max number of events per transaction|The maximum number of events that a transaction can emit during its execution.
| 1,000 | 1,000

Expand Down