diff --git a/IPs/RSKIP553.md b/IPs/RSKIP553.md new file mode 100644 index 00000000..c401a289 --- /dev/null +++ b/IPs/RSKIP553.md @@ -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/). + + diff --git a/README.md b/README.md index 8e0d41a7..da8c7ccd 100644 --- a/README.md +++ b/README.md @@ -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