You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aptos-move/aptos-release-builder/data/release.yaml
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -69,3 +69,15 @@ proposals:
69
69
- FeatureFlag:
70
70
enabled:
71
71
- 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."
0 commit comments