RSKIP-336: set status to Rejected - #661
Open
rarf-app[bot] wants to merge 3 commits into
Open
Conversation
Align frontmatter, body table and README index to Deferred: no semaphore precompile ships in rskj, and per the RARF operator the proposal is deferred, not withdrawn.
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Manifest Files |
SergioDemianLerner
requested changes
Aug 19, 2026
SergioDemianLerner
left a comment
Collaborator
There was a problem hiding this comment.
We need to reject this because Ethereum already has TLOAD/TSTORE that provides the same functionality.
# Conflicts: # README.md
Per @SergioDemianLerner's review: the functionality this precompile provides is already available through the transient storage opcodes TLOAD/TSTORE, adopted in Rootstock as RSKIP-446 and shipped in the Lovell upgrade (RSKIP-435). A dedicated Semaphore precompile is therefore not going to be pursued, so the proposal is Rejected rather than parked.
Collaborator
|
Agreed — updated to Rejected in |
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.
Sets RSKIP-336 (Simple Parallelizable Semaphore) to Rejected in the frontmatter, the body status table and the README index.
Per @SergioDemianLerner's review, the functionality this precompile provides is already available through the transient storage opcodes
TLOAD/TSTORE, adopted in Rootstock as RSKIP-446 and shipped in the Lovell upgrade (RSKIP-435); the opcodes are live in rskj'sOpCode.java. NoSemaphoreprecompile ships in rskj and none will be pursued, so this is Rejected rather than Deferred.Updated from the original Deferred proposal — the second commit carries the change, and
masterwas merged in to clear a README conflict.