Skip to content

Commit 4028736

Browse files
authored
Merge pull request #534 from rsksmart/reed_updates
Updating RSKIPs after Reed activation
2 parents c578f4e + 0abae49 commit 4028736

File tree

6 files changed

+25
-19
lines changed

6 files changed

+25
-19
lines changed

IPs/RSKIP144.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
rskip: 144
33
title: Parallel Transaction Execution for Unitrie
44
description: This RSKIP describes how miners partition transactions into disjoint sets in order to be safely parallelized, and how full nodes should process transactions.
5-
status: Draft
5+
status: Accepted
66
purpose: Sca
77
author: SDL (@sergiodemianlerner)
88
layer: Core
@@ -19,7 +19,7 @@ created: 23-OCT-2019
1919
|**Purpose** |Sca |
2020
|**Layer** |Core |
2121
|**Complexity** |3 |
22-
|**Status** |Draft |
22+
|**Status** |Accepted |
2323

2424
# Abstract
2525

IPs/RSKIP305.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
rskip: 305
33
title: Peg-out efficiency improvement (Segwit)
44
description: This RSKIP introduces Segwit V0 (Bitcoin Soft Fork 2017) for use in peg-ins and peg-outs to improve performance, cost reductions, and security.
5-
status: Draft
5+
status: Adopted
66
purpose: Sca Usa Sec
77
author: PDG (@patogallaiovlabs), RFV (@ramsesfv), NV (@NVescovo)
88
layer: Core
@@ -20,7 +20,7 @@ created: 2022-06-01
2020
|**Purpose** |Sca Usa Sec |
2121
|**Layer** |Core |
2222
|**Complexity** |2 |
23-
|**Status** |Draft |
23+
|**Status** |Adopted |
2424

2525
## Abstract
2626

IPs/RSKIP502.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: MI
66
purpose: Sca
77
layer: Core
88
complexity: 1
9-
status: Draft
9+
status: Accepted
1010
description:
1111
---
1212

@@ -18,7 +18,7 @@ description:
1818
|**Purpose** |Sca |
1919
|**Layer** |Core |
2020
|**Complexity** |1 |
21-
|**Status** |Draft |
21+
|**Status** |Accepted |
2222

2323
## Abstract
2424

IPs/RSKIP516.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
rskip: 516
33
title: Precompiled contracts for +/* on Secp256k1
44
description: This RSKIP introduces precompiled contracts for elliptic curve operations that are required in order to efficiently perform MuSig2 signature verifications on the Secp256k1 curve.
5-
status: Draft
5+
status: Adopted
66
purpose: Usa
77
author: SDL (@sergiodemianlerner)
88
layer: Core
@@ -20,7 +20,7 @@ created: 2024-04-10
2020
|**Purpose** |Usa |
2121
|**Layer** |Core |
2222
|**Complexity** |2 |
23-
|**Status** |Draft |
23+
|**Status** |Adopted |
2424
|**discussions-to** ||
2525

2626
# Abstract

IPs/RSKIP518.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
rskip: 518
33
title: Network Upgrade - Reed
44
description:
5-
status: Draft
5+
status: Adopted
66
purpose: Usa, Sca
77
author: AE
88
layer: Core
@@ -19,7 +19,7 @@ created: 2025-06-13
1919
|**Purpose** | Usa,Sca |
2020
|**Layer** | Core |
2121
|**Complexity** | 3 |
22-
|**Status** | Draft |
22+
|**Status** | Adopted |
2323

2424
## Abstract
2525

@@ -29,11 +29,16 @@ This RSKIP outlines the consensus changes proposed for inclusion in Rootstock’
2929

3030
- Codename: Reed
3131
- Activation:
32-
- Rootstock Mainnet block: to be determined
33-
- Rootstock Testnet block: to be determined
32+
- Rootstock Mainnet block: 8,052,200
33+
- Rootstock Testnet block: 6,835,655
3434

3535
### Included RSKIPs
3636

37+
- [RSKIP-305](https://github.com/rsksmart/RSKIPs/blob/master/IPs/RSKIP305.md): Peg-out efficiency improvement (Segwit)
38+
- [RSKIP-516](https://github.com/rsksmart/RSKIPs/blob/master/IPs/RSKIP516.md): Precompiled contracts for +/* on Secp256k1
39+
40+
Note: the remaining accepted RSKIPs will be released in a second release on Testnet as explained later in this document.
41+
3742
### Accepted RSKIPs
3843

3944
- [RSKIP-305](https://github.com/rsksmart/RSKIPs/blob/master/IPs/RSKIP305.md): Peg-out efficiency improvement (Segwit)
@@ -62,6 +67,7 @@ Reed will be released in two parts, with Testnet-only features included in the s
6267
- JUN-19-25: Added additional proposed RSKIPs
6368
- AUG-07-25: Core Devs Community Call covering all RSKIPs proposed. The upgrade proposal is open for comments until August 22nd.
6469
- AUG-27-25: The upgrade proposal is now closed for comments. Accepted RSKIPs list has been updated.
70+
- SEP-30-25: Reed successfully activated on Mainnet and Testnet
6571

6672
## References
6773

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ You can find an easily browseable version of this information [here](https://ips
136136
| 139 |[Precompile to get transaction refunds](IPs/RSKIP139.md)| 10-SEP-19 | SDL | Sca | Core | 1 | Draft |
137137
| 140 |[EXTCODEHASH opcode](IPs/RSKIP140.md)| 04-SEP-19 | JL | Usa | Core | 2 | Adopted |
138138
| 141 |[Network Upgrade: Papyrus](IPs/RSKIP141.md)| 27-SEP-19 | AE | Sca,Usa,Sec | Core | 2 | Adopted |
139-
| 144 |[Parallel Transaction Execution for Unitrie](IPs/RSKIP144.md)| 13-OCT-19 | SDL | Sca | Core | 3 | Draft |
139+
| 144 |[Parallel Transaction Execution for Unitrie](IPs/RSKIP144.md)| 13-OCT-19 | SDL | Sca | Core | 3 | Accepted |
140140
| 145 |[Struct Transaction Format](IPs/RSKIP145.md)| 20-FEB-17 | SDL | Sca | Core | 2 | Draft |
141141
| 146 |[Encode bridge events in Solidity format](IPs/RSKIP146.md)| 25-OCT-19 | MI & JD | Usa | Core | 2 | Adopted |
142142
| 148 |[ERC1820 Pseudo-introspection Registry Contract](IPs/RSKIP148.md)| 6-NOV-19 | PMP | Usa | DApp | 1 | Adopted |
@@ -205,7 +205,7 @@ You can find an easily browseable version of this information [here](https://ips
205205
| 294 |[Limit the number of inputs to include in a migration transaction](IPs/RSKIP294.md)| 03-FEB-22 | MI | Sca, Sec | Core | 1 | Adopted |
206206
| 297 |[Increase max timestamp difference between btc and rsk blocks for Testnet](IPs/RSKIP297.md)| 13-APR-22 | VK | Usa | Core | 1 | Adopted |
207207
| 298 |[Bridge peg-out creation index](IPs/RSKIP298.md)| 18-APR-22 | JD | Sca | Core | 2 | Draft |
208-
| 305 |[Peg-out efficiency improvement (Segwit)](IPs/RSKIP305.md)| 01-JUN-22 | PDG, RVF & NV | Sca, Usa, Sec | Core | 2 | Draft |
208+
| 305 |[Peg-out efficiency improvement (Segwit)](IPs/RSKIP305.md)| 01-JUN-22 | PDG, RVF & NV | Sca, Usa, Sec | Core | 2 | Adopted |
209209
| 326 |[Pegout events improvements](IPs/RSKIP326.md)| 21-JUNE-22 | KI & JT | Usa | Core | 1 | Adopted |
210210
| 336 |[Simple Parallelizable Semaphore](IPs/RSKIP336.md)| 11-JUL-22 | SDL | Sca | Core | 2 | Draft |
211211
| 351 |[Miniheader: block header compression](IPs/RSKIP351.md)| 12-SEP-22 | IO | Sca | Core | 1 | Draft |
@@ -242,10 +242,10 @@ You can find an easily browseable version of this information [here](https://ips
242242
| 459 |[Mark rejected peg-ins as processed](IPs/RSKIP459.md)| 10-DEC-24 | MI | Usa | Core | 1 | Adopted |
243243
| 460 |[Ignore non-standard outputs when searching for the witness commitment hash](IPs/RSKIP460.md)| 12-DEC-24 | MI | Usa,Sec | Core | 1 | Adopted |
244244
| 491 |[Reduce target difficulty to lower average block time to 10s](IPs/RSKIP491.md)| 27-FEB-2025 | PDG | Usa | Core | 1 | Draft |
245-
| 502 |[PowPeg and Union Bridge integration](IPs/RSKIP502.md)| 19-MAR-2025 | MI | Sca | Core | 1 | Draft |
246-
| 516 |[Precompiled contracts for +/* on Secp256k1](IPs/RSKIP516.md)| 10-APR-2025 | SDL | Usa | Core | 2 | Draft |
245+
| 502 |[PowPeg and Union Bridge integration](IPs/RSKIP502.md)| 19-MAR-2025 | MI | Sca | Core | 1 | Accepted |
246+
| 516 |[Precompiled contracts for +/* on Secp256k1](IPs/RSKIP516.md)| 10-APR-2025 | SDL | Usa | Core | 2 | Adopted |
247247
| 517 |[Block time-centric difficulty adjustment with uncle threshold](IPs/RSKIP517.md)| 29-MAY-2025 | PDG | Sec,Sca | Core | 1 | Draft |
248-
| 518 |[Network Upgrade: Reed](IPs/RSKIP518.md)| 13-JUN-2025 | AE | Usa, Sca | Core | 3 | Draft |
248+
| 518 |[Network Upgrade: Reed](IPs/RSKIP518.md)| 13-JUN-2025 | AE | Usa, Sca | Core | 3 | Adopted |
249249

250250
(*) Under evaluation to be implemented in the next reference client release
251251

@@ -262,7 +262,7 @@ You can find an easily browseable version of this information [here](https://ips
262262
| FJ | Federico Jinich | federico@rootstocklabs.com |
263263
| FML | Frederico M. Leal | frederico.macielleal@rootstocklabs.com |
264264
| GM | Guido Medina | |
265-
| IO | Ilan Olkies | ilan@rootstocklabs.com |
265+
| IO | Ilan Olkies | |
266266
| JIO | Jose Ignacio Orlicki | |
267267
| JD | Jose Dahlquist | jose@rootstocklabs.com |
268268
| JL | Julian Len | julian@rootstocklabs.com |
@@ -285,7 +285,7 @@ You can find an easily browseable version of this information [here](https://ips
285285
| SDL | Sergio Demian Lerner | sergio@rootstocklabs.com |
286286
| SM | Shreemoy Mishra | shreemoy@rootstocklabs.com |
287287
| SMS | Sebastian Matias Sicardi | |
288-
| VK | Volodymyr Kravets | volodymyr@rootstocklabs.com |
288+
| VK | Volodymyr Kravets | |
289289

290290

291291
## Build locally

0 commit comments

Comments
 (0)