Skip to content

Commit

Permalink
Update specs/experimental/plasma.md
Browse files Browse the repository at this point in the history
  • Loading branch information
trianglesphere authored Feb 29, 2024
1 parent 645fb14 commit 3721fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/experimental/plasma.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ block derived from the expired challenge's input and `r_end` the last L2 block d
was reset.

Derivation MUST skip input data such as `input_data_size > MAX_L1_TX_SIZE` where `MAX_L1_TX_SIZE` is a consensus
constant of 130872 bytes. In theory `MAX_L1_TX_SIZE` could be increased up to
constant of 130672 bytes. In theory `MAX_L1_TX_SIZE` could be increased up to
`(tx_gas_limit - fixed_resolution_cost) / dynamic_resolution_cost` based on the cost of resolving challenges in
the contract implementation however to make challenging accessible it is capped based on geth's txMaxSize.
130672 is chosen as 131072 - 400. Geth rejects transactions from the mempool with a total serialized size over
Expand Down

0 comments on commit 3721fe4

Please sign in to comment.