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
Each forced transaction from L1 will also have a corresponding gas limit. The L1 contract is responsible for queuing transactions on L1 to not exceed the block gas limit.
Right now, the block producer service blindly increases the da block height to the last available height. However, this may cause a situation when we need to include more transactions than fit into the block gas limit. To avoid that, the block producer should take into account the gas used by the transactions from the L1.
The text was updated successfully, but these errors were encountered:
Each forced transaction from L1 will also have a corresponding gas limit. The L1 contract is responsible for queuing transactions on L1 to not exceed the block gas limit.
Right now, the block producer service blindly increases the da block height to the last available height. However, this may cause a situation when we need to include more transactions than fit into the block gas limit. To avoid that, the block producer should take into account the gas used by the transactions from the L1.
The text was updated successfully, but these errors were encountered: