Skip to content

Commit

Permalink
add tx size limits to Impact
Browse files Browse the repository at this point in the history
  • Loading branch information
tao-stones committed Sep 5, 2024
1 parent 6064a3e commit c171fea
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions proposals/simd-0172-lower-default-per-ix-cost.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,11 @@ The proposal will lead to more densely packed blocks, increasing revenue for
block producers.

2. Developer Adjustments:
Developers will be more inclined to explicitly include set-compute-unit-limit
for their transactions, ensuring accurate compute unit allocation.
Developers will be more inclined, or even required, to explicitly use
`set-compute-unit-limit` for their transactions to ensure accurate compute unit
allocation. However, adding compute-budget instructions reduces the available
space within the 1232-byte transaction limit, which could pose challenges for
some developers.

3. No Impact on Simple Transactions:
Simple transactions, such as transfers, and other builtin-only transactions
Expand Down

0 comments on commit c171fea

Please sign in to comment.