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

Add Obsolete indicator to non-admin feature RPC #5220

Open
pdp2121 opened this issue Dec 12, 2024 · 3 comments
Open

Add Obsolete indicator to non-admin feature RPC #5220

pdp2121 opened this issue Dec 12, 2024 · 3 comments
Labels
Feature Request Used to indicate requests to add new features

Comments

@pdp2121
Copy link

pdp2121 commented Dec 12, 2024

Summary

Obsolete indicator is only available in feature RPC response via vetoed, which is unavailable in non-admin mode. Another boolean field (e.g obsolete/retired) should be added to feature response to identify amendments that are marked as obsolete in the code.

Motivation

Non-admin feature RPC should show obsolete information.

@pdp2121 pdp2121 added the Feature Request Used to indicate requests to add new features label Dec 12, 2024
@ximinez
Copy link
Collaborator

ximinez commented Dec 16, 2024

See also #4730

@mDuo13
Copy link
Collaborator

mDuo13 commented Feb 4, 2025

Related, it's misleading that the feature command shows retired amendments as "enabled": false even though the functionality associated with them is always enabled. Previous ticket: #4014.

@mvadari
Copy link
Collaborator

mvadari commented Feb 5, 2025

I think this issue would be solved with #4730

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Used to indicate requests to add new features
Projects
None yet
Development

No branches or pull requests

5 participants
@ximinez @mDuo13 @mvadari @pdp2121 and others