Skip to content

Commit 1942bd0

Browse files
on chain config (aptos-labs#9039)
Co-authored-by: danielxiangzl <[email protected]>
1 parent 835b61b commit 1942bd0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

aptos-move/aptos-release-builder/data/release.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,15 @@ proposals:
6969
- FeatureFlag:
7070
enabled:
7171
- gas_payer_enabled
72+
- name: enable_block_gas_limit
73+
metadata:
74+
title: "Enable Block Gas Limit"
75+
description: "AIP-33: The block gas limit is a feature that terminates block execution when the gas consumed by the committed prefix of transactions exceeds the limit, thus providing predictable latency."
76+
discussion_url: "https://github.com/aptos-foundation/AIPs/issues/132"
77+
execution_mode: MultiStep
78+
update_sequence:
79+
- Execution:
80+
V2:
81+
transaction_shuffler_type:
82+
sender_aware_v1: 32
83+
block_gas_limit : 35000

0 commit comments

Comments
 (0)