Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. OpenSSF Scorecard
Scanned Manifest Files |
There was a problem hiding this comment.
Pull request overview
Adds a new document RSKIP551.md intended to serve as an RSKIP template / starting point for RSKIP-551 within the IPs/ RSKIP repository.
Changes:
- Introduces
IPs/RSKIP551.mdcontaining the standard RSKIP front matter and section scaffolding (Abstract/Motivation/Specification/Rationale/References). - Includes placeholder metadata fields and placeholder section text.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
There was a problem hiding this comment.
Pull request overview
Adds a new RSKIP document (RSKIP-551) proposing to deprecate RSKIP-459 behavior around marking rejected/unrefundable peg-ins as processed, and registers the new RSKIP in the repository index.
Changes:
- Add README index entry for RSKIP-551.
- Add new proposal document
IPs/RSKIP551.mddescribing the deprecation of RSKIP-459 semantics.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| README.md | Adds RSKIP-551 to the RSKIP index table. |
| IPs/RSKIP551.md | Introduces the new RSKIP-551 proposal text and metadata. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| | 540 |[Bridge method `getEstimatedFeesForNextPegOutEvent` improvements and new parameterized method](IPs/RSKIP540.md)| 04-DEC-2025 | MI | Usa | Core | 1 | Draft | | ||
| | 543 |[Implement EIP-2718 Typed Transactions in Rootstock](IPs/RSKIP543.md)| 05-JAN-2026 | PDG, SM | Sca, Usa | Core | 2 | Draft | | ||
| | 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 | |
There was a problem hiding this comment.
The Created date format here ("18-MAR-26") is inconsistent with the other 2026 entries in this table (e.g., "05-JAN-2026"). Please switch to the 4-digit year format for consistency (e.g., "18-MAR-2026").
| | 551 |[Deprecate RSKIP459](IPs/RSKIP551.md)| 18-MAR-26 | MI | Usa | Core | 1 | Draft | | |
| | 551 |[Deprecate RSKIP459](IPs/RSKIP551.md)| 18-MAR-2026 | MI | Usa | Core | 1 | Draft | |
| title: Deprecate RSKIP459 | ||
| created: 18-MAR-26 | ||
| author: MI | ||
| purpose: Usa |
There was a problem hiding this comment.
The YAML front-matter created field uses a 2-digit year ("18-MAR-26"), but several recent RSKIPs use ISO format in front matter (e.g., created: 2026-01-05 in RSKIP543/544, created: 2025-10-10 in RSKIP536). Please align this to the current front-matter convention (ISO YYYY-MM-DD) to keep metadata machine-friendly.
| |**Title** |Deprecate RSKIP459 | | ||
| |**Created** |18-MAR-26 | | ||
| |**Author** |MI | | ||
| |**Purpose** |Usa | |
There was a problem hiding this comment.
The **Created** date in the header table uses a 2-digit year ("18-MAR-26"). In other recent RSKIPs (e.g., RSKIP543/544) the table uses a 4-digit year ("05-JAN-2026"). Please update this to the 4-digit year format (e.g., "18-MAR-2026") to match the repository’s newer documents and the README index.
No description provided.