Skip to content

fix: system call should have 30M gas limit#2755

Merged
rakita merged 1 commit intomainfrom
rakita/30m_system_call
Jul 22, 2025
Merged

fix: system call should have 30M gas limit#2755
rakita merged 1 commit intomainfrom
rakita/30m_system_call

Conversation

@rakita
Copy link
Member

@rakita rakita commented Jul 22, 2025

System call tx should have fixed 30_000_000 gas. Currently it does not effect anything

@codspeed-hq
Copy link

codspeed-hq bot commented Jul 22, 2025

CodSpeed Performance Report

Merging #2755 will not alter performance

Comparing rakita/30m_system_call (62ba3c4) with main (9d9ffb0)

Summary

✅ 171 untouched benchmarks

.data(data)
.kind(TxKind::Call(system_contract_address))
.gas_limit(eip7825::TX_GAS_LIMIT_CAP)
.gas_limit(30_000_000)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mainly curious; where does this 30M come from?

@rakita rakita merged commit d3d239e into main Jul 22, 2025
29 checks passed
@rakita rakita deleted the rakita/30m_system_call branch July 23, 2025 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants