Skip to content

Commit 4ab57c9

Browse files
Rumato EstorskyVlad
authored andcommitted
Draft for RSKIP555
1 parent 72f08ad commit 4ab57c9

2 files changed

Lines changed: 26 additions & 4 deletions

File tree

IPs/RSKIP555.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
rskip: 555
3+
title: EVM gas costs update
4+
description: Update gas cost to match Ethereum Berlin hardfork
5+
status: Draft
6+
purpose:
7+
author:
8+
layer: Core
9+
complexity: 4
10+
created: 2026-04-14
11+
---
12+
13+
14+
## Aggregated changes for gas pricing
15+
16+
* BALANCE: 400 -> 700 (EIP-1884)
17+
* SLOAD: 200 -> 800 (EIP-1884)
18+
* EXTCODEHASH: 400 -> 700 (EIP-1884)
19+

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -251,10 +251,12 @@ You can find an easily browseable version of this information [here](https://ips
251251
| 536 |[Additional methods for BlockHeader precompiled contract](IPs/RSKIP536.md)| 10-OCT-2025 | MI | Usa | Core | 1 | Adopted |
252252
| 540 |[Bridge method `getEstimatedFeesForNextPegOutEvent` improvements and new parameterized method](IPs/RSKIP540.md)| 04-DEC-2025 | MI | Usa | Core | 1 | Adopted |
253253
| 543 |[Implement EIP-2718 Typed Transactions in Rootstock](IPs/RSKIP543.md)| 05-JAN-2026 | PDG, SM | Sca, Usa | Core | 2 | Draft |
254-
| 544 |[Reject new contract code starting with the `0xEF` byte](IPs/RSKIP544.md)| 05-JAN-2026 | PDG, SM | Usa | Core | 1 | Adopted |
255-
| 551 |[Deprecate RSKIP459](IPs/RSKIP551.md)| 18-MAR-26 | MI | Usa | Core | 1 | Adopted |
256-
| 552 |[Improve Blake2F Input Validation](IPs/RSKIP552.md)| 16-MAR-2026 | FML | Sec | Core | 1 | Adopted |
257-
| 553 |[Network Upgrade: Vetiver](IPs/RSKIP553.md)| 23-MAR-2026 | AE | Usa, Sca, Sec | Core | 2 | Adopted |
254+
| 544 |[Reject new contract code starting with the `0xEF` byte](IPs/RSKIP544.md)| 05-JAN-2026 | PDG, SM | Usa | Core | 1 | Draft |
255+
| 551 |[Deprecate RSKIP459](IPs/RSKIP551.md)| 18-MAR-26 | MI | Usa | Core | 1 | Draft |
256+
| 552 |[Improve Blake2F Input Validation](IPs/RSKIP552.md)| 16-MAR-2026 | FML | Sec | Core | 1 | Draft |
257+
| 553 |[Network Upgrade: Vetiver](IPs/RSKIP553.md)| 23-MAR-2026 | AE | Usa, Sca, Sec | Core | 2 | Draft |
258+
| 555 |[EVM gas costs update](IPs/RSKIP555.md)| 14-APR-2026 | VZ | - | Core | - | Draft |
259+
258260

259261
# Author Index
260262

@@ -293,6 +295,7 @@ You can find an easily browseable version of this information [here](https://ips
293295
| SM | Shreemoy Mishra | shreemoy@rootstocklabs.com |
294296
| SMS | Sebastian Matias Sicardi | |
295297
| VK | Volodymyr Kravets | |
298+
| VZ | Vladislav Zablotsky | |
296299

297300

298301
## Build locally

0 commit comments

Comments
 (0)