From 9ac588f86933248c804b16713e6aa09a99ab6f33 Mon Sep 17 00:00:00 2001 From: Adrian Eidelman Date: Thu, 4 Jul 2024 09:51:51 -0300 Subject: [PATCH 1/4] Adding patch network upgrade RSKIP --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 926f5b81..0ce56120 100644 --- a/README.md +++ b/README.md @@ -231,6 +231,7 @@ You can find an easily browseable version of this information [here](https://ips | 427 |[Express the amount value in wei for peg-out related events](IPs/RSKIP427.md)| 17-APR-24 | MI | Usa | Core | 1 | Draft | | 428 | [New pegout creation event including UTXO outpoint values](IPs/RSKIP428.md)| 23-APR-24 | NC, MI | Sca, Sec | Core | 1 | Draft | | 435 |[Network Upgrade: Lovell](IPs/RSKIP435.md)|27-JUN-24 | AE | Usa, Sec, Sca | Core | 2 | Draft | +| TBD |[Network Upgrade (patch): Arrowhead 6.3.1](IPs/RSKIPTBD.md)|4-JUL-24 | AE | Usa | Core | 2 | Draft | # Author Index From 18abc9e61c30f7b559c722516b5b1c539d51ff72 Mon Sep 17 00:00:00 2001 From: Adrian Eidelman Date: Thu, 4 Jul 2024 10:01:53 -0300 Subject: [PATCH 2/4] Including RSKIP details --- IPs/RSKIP436.md | 61 +++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 2 +- 2 files changed, 62 insertions(+), 1 deletion(-) create mode 100644 IPs/RSKIP436.md diff --git a/IPs/RSKIP436.md b/IPs/RSKIP436.md new file mode 100644 index 00000000..d0e2d3bb --- /dev/null +++ b/IPs/RSKIP436.md @@ -0,0 +1,61 @@ +--- +rskip: 436 +title: Network Upgrade (patch) - Arrowhead 6.3.1 +description: +status: Draft +purpose: Usa +author: AE +layer: Core +complexity: 2 +created: 2024-07-04 +--- +# Network Upgrade (patch): Arrowhead 6.3.1 + +|RSKIP |436 | +| :------------ |:-------------| +|**Title** |Network Upgrade (patch): Hop 6.3.1 | +|**Created** |04-JUL-2024 | +|**Author** |AE | +|**Purpose** |Usa | +|**Layer** |Core | +|**Complexity** |2 | +|**Status** |Draft | + +## Abstract + +This RSKIP specifies the changes included in the Rootstock patch network upgrade Arrowhead 6.3.1. This network upgrade aims to fix the issue that caused the PowPeg service outage, as described in [1]. + +## Specification + +- Codename: Arrowhead 6.3.1 +- Activation: + - RSK Mainnet block: To be confirmed + - RSK Testnet block: N/A +- Open for comments until Jul, 9th, 2024. + +### Included RSKIPs + +### Accepted RSKIPs + +### Rejected RSKIPs + +- No rejected RSKIPs so far + +### Proposed RSKIPs + +- [RSKIP-434](https://github.com/rsksmart/RSKIPs/blob/master/IPs/RSKIP434.md): Bridge Bitcoin block chainwork up to 12 Bytes + +## Timeline + +- Jul-4-24: RSKIP created and proposed RSKIPs listed + +## References + +[1] [Incident report: Rootstock peg-in / peg-out service outage on June 24th](https://blog.rootstock.io/noticia/incident-report-rootstock-peg-in-peg-out-service-outage-on-june-24th/) + +## Copyright + +Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/). + + + diff --git a/README.md b/README.md index 0ce56120..c6c53fb8 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ You can find an easily browseable version of this information [here](https://ips | 427 |[Express the amount value in wei for peg-out related events](IPs/RSKIP427.md)| 17-APR-24 | MI | Usa | Core | 1 | Draft | | 428 | [New pegout creation event including UTXO outpoint values](IPs/RSKIP428.md)| 23-APR-24 | NC, MI | Sca, Sec | Core | 1 | Draft | | 435 |[Network Upgrade: Lovell](IPs/RSKIP435.md)|27-JUN-24 | AE | Usa, Sec, Sca | Core | 2 | Draft | -| TBD |[Network Upgrade (patch): Arrowhead 6.3.1](IPs/RSKIPTBD.md)|4-JUL-24 | AE | Usa | Core | 2 | Draft | +| 436 |[Network Upgrade (patch): Arrowhead 6.3.1](IPs/RSKIP436.md)|4-JUL-24 | AE | Usa | Core | 2 | Draft | # Author Index From ee1f28861782ddf28a2bcea52186fc5080391e73 Mon Sep 17 00:00:00 2001 From: Adrian Eidelman Date: Thu, 4 Jul 2024 12:15:21 -0300 Subject: [PATCH 3/4] Claryfing that this is only intended for Rootstock Mainnet --- IPs/RSKIP436.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/IPs/RSKIP436.md b/IPs/RSKIP436.md index d0e2d3bb..9dffb7fb 100644 --- a/IPs/RSKIP436.md +++ b/IPs/RSKIP436.md @@ -23,14 +23,14 @@ created: 2024-07-04 ## Abstract -This RSKIP specifies the changes included in the Rootstock patch network upgrade Arrowhead 6.3.1. This network upgrade aims to fix the issue that caused the PowPeg service outage, as described in [1]. +This RSKIP specifies the changes included in the Rootstock patch network upgrade Arrowhead 6.3.1. This network upgrade aims to fix the issue that caused the PowPeg service outage, as described in [1]. This patch is only intended for the Rootstock Mainnet network. -## Specification +## Specificationi - Codename: Arrowhead 6.3.1 - Activation: - - RSK Mainnet block: To be confirmed - - RSK Testnet block: N/A + - Rootstock Mainnet block: To be confirmed + - Rootstock Testnet block: N/A - Open for comments until Jul, 9th, 2024. ### Included RSKIPs From 9940973fd34a8208fcb6903534f743981e594bb6 Mon Sep 17 00:00:00 2001 From: Adrian Eidelman Date: Thu, 4 Jul 2024 12:36:03 -0300 Subject: [PATCH 4/4] Typo and naming correction --- IPs/RSKIP436.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IPs/RSKIP436.md b/IPs/RSKIP436.md index 9dffb7fb..7d6efb3e 100644 --- a/IPs/RSKIP436.md +++ b/IPs/RSKIP436.md @@ -13,7 +13,7 @@ created: 2024-07-04 |RSKIP |436 | | :------------ |:-------------| -|**Title** |Network Upgrade (patch): Hop 6.3.1 | +|**Title** |Network Upgrade (patch): Arrowhead 6.3.1 | |**Created** |04-JUL-2024 | |**Author** |AE | |**Purpose** |Usa | @@ -25,7 +25,7 @@ created: 2024-07-04 This RSKIP specifies the changes included in the Rootstock patch network upgrade Arrowhead 6.3.1. This network upgrade aims to fix the issue that caused the PowPeg service outage, as described in [1]. This patch is only intended for the Rootstock Mainnet network. -## Specificationi +## Specification - Codename: Arrowhead 6.3.1 - Activation: