RSKIP-109: set status to Withdrawn - #620
Open
ilanolkies wants to merge 1 commit into
Open
Conversation
Align frontmatter, body table and README index to the code-verified status: the proposed key-length gas scheme never landed in rskj (GasCost SSTORE costs are flat).
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Manifest Files |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the documentation for RSKIP-109 to reflect its current lifecycle state by marking it as Withdrawn consistently across the repository’s primary index and the RSKIP document itself.
Changes:
- Update the RSKIP-109 entry in the main README index from Draft to Withdrawn.
- Update
IPs/RSKIP109.mdfrontmatterstatusfrom Draft to Withdrawn. - Update the RSKIP-109 in-document metadata table status from Draft to Withdrawn.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Updates the RSKIP index row for 109 to show status Withdrawn. |
| IPs/RSKIP109.md | Aligns both frontmatter and the metadata table to status Withdrawn. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Aligns RSKIP-109's recorded status (frontmatter, body table, README index) from Draft to Withdrawn. The proposed key-length-dependent storage gas scheme never landed in rskj:
GasCost.javastill carries flat SSTORE costs (300/5000/20000) with no variable-by-key-length pricing. The audit's confidence here is MEDIUM — if the idea is still alive, Deferred may fit better than Withdrawn; your call as the RSKIP's author.