Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 64 additions & 0 deletions IPs/RSKIP553.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
---
rskip: 553
title: Network Upgrade - Vetiver
description:
status: Draft
purpose: Usa, Sca, Sec
author: AE
layer: Core
complexity: 2
created: 2026-03-23
---
# Network Upgrade: Vetiver

|RSKIP | 553 |
| :------------ |:---------------------------|
|**Title** | Network Upgrade: Vetiver |
|**Created** | 23-MAR-2026 |
|**Author** | AE |
|**Purpose** | Usa, Sca, Sec |
|**Layer** | Core |
|**Complexity** | 2 |
|**Status** | Draft |

## Abstract
This RSKIP outlines the consensus changes proposed for inclusion in Rootstock’s upcoming network upgrade, codenamed Vetiver. Some of the proposed RSKIPs, if ultimately approved, are intended to activate initially only on the Rootstock Testnet as part of an incremental rollout strategy. This approach allows them to be validated in a less critical environment before deployment on Mainnet. These RSKIPs are marked below as (Testnet only). Additionally, some RSKIPs that were already activated on Testnet in previous network upgrades are now being proposed for activation on Mainnet. These RSKIPs are marked below as (Mainnet only).
## Specification

- Codename: Vetiver
- Block activations for Vetiver 9.0.0:
- Rootstock Mainnet block: TBD
- Rootstock Testnet block: TBD

### Included RSKIPs

No included RSKIPs

### Accepted RSKIPs

No accepted RSKIPs

### Rejected RSKIPs

No rejected RSKIPs

### Proposed RSKIPs

- [RSKIP-535](https://github.com/rsksmart/RSKIPs/blob/master/IPs/RSKIP535.md): (Testnet-only) Add the baseEvent field to the Block header extension
- [RSKIP-536](https://github.com/rsksmart/RSKIPs/blob/master/IPs/RSKIP536.md): (Mainnet-only) Additional methods for the BlockHeader precompiled contract
- [RSKIP-540](https://github.com/rsksmart/RSKIPs/blob/master/IPs/RSKIP540.md): Bridge method `getEstimatedFeesForNextPegOutEvent` improvements and new parameterized method
- [RSKIP-544](https://github.com/rsksmart/RSKIPs/blob/master/IPs/RSKIP544.md): Reject new contract code starting with the `0xEF` byte
- [RSKIP-551](https://github.com/rsksmart/RSKIPs/blob/master/IPs/RSKIP551.md): Deprecate RSKIP-459
- [RSKIP-552](https://github.com/rsksmart/RSKIPs/blob/master/IPs/RSKIP552.md): Improve Blake2F input validation

## Timeline

- MAR-23-26: RSKIP created with an initial list of proposed RSKIPs

## References

## Copyright

Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).


1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ You can find an easily browseable version of this information [here](https://ips
| 544 |[Reject new contract code starting with the `0xEF` byte](IPs/RSKIP544.md)| 05-JAN-2026 | PDG, SM | Usa | Core | 1 | Draft |
| 551 |[Deprecate RSKIP459](IPs/RSKIP551.md)| 18-MAR-26 | MI | Usa | Core | 1 | Draft |
| 552 |[Improve Blake2F Input Validation](IPs/RSKIP552.md)| 16-MAR-2026 | FML | Sec | Core | 1 | Draft |
| 553 |[Network Upgrade: Vetiver](IPs/RSKIP553.md)| 23-MAR-2026 | AE | Usa, Sca, Sec | Core | 2 | Draft |

# Author Index

Expand Down
Loading