Skip to content

Commit

Permalink
Update to include max steps adjustment (#791)
Browse files Browse the repository at this point in the history
  • Loading branch information
JameStark authored Sep 5, 2023
1 parent e865fbe commit 63c9bf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ This version includes the following changes:

* Enabling P2P Authentication: An additional endpoint in the sequencer gateway to provide a signature on the state diff commitment and block hash.
* Resolving Mismatches in Queries: An extension to the `get_state_update` endpoint in the sequencer gateway that returns both the pending state diff and the pending block together.
* Increased maximum Cairo steps per transaction from 1 million to 3 million.

== Starknet v0.12.1 (August 21st 23)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ These are subject to revisions and change on a regular basis
|Block time |3 minutes |3 minutes
|Block limit (Cairo steps) | 8M | 8M
|Block limit (gas) |3M |3M
|Max transaction size (Cairo steps)|1M |1M
|Max transaction size (Cairo steps)|3M |3M
|Max contract bytecode size (No of felts in the program) | 61440 | 61440
|Max contract class size| 20MB | 20MB
|Mempool size limit | No limitation|1000 transactions
Expand Down

0 comments on commit 63c9bf4

Please sign in to comment.