Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARC-0 Add Tracking mechanism for extension #318

Merged
merged 2 commits into from
Oct 15, 2024
Merged

Conversation

SudoWeezy
Copy link
Collaborator

We already had these 2 headers:
• superseded-by (only if Status is Deprecated): “To be used to refer to the newer ARC(s) that replace the older ARC.”
• replaces: “To be used to refer to an earlier ARC that is replaced by this ARC.”

The following are proposed to be added:
• extended-by: “To be used to refer to the newer ARC(s) that add functionality to the existing, still active ARC.”
• extends: “To be used as a reference from a new ARC that cannot be used independently.”

• superseded-by (only if Status is Deprecated): “To be used to refer to the newer ARC(s) that replace the older ARC.”
• replaces: “To be used to refer to an earlier ARC that is replaced by this ARC.”
• extended-by: “To be used to refer to the newer ARC(s) that add functionality to the existing, still active ARC.”
• extends: “To be used as a reference from a new ARC that cannot be used independently.”
@SudoWeezy SudoWeezy merged commit 8a936b0 into main Oct 15, 2024
5 checks passed
@SudoWeezy SudoWeezy deleted the arc-0-handle-updates branch October 15, 2024 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant