fix: reconcile LIP status between README index and frontmatter#113
Merged
Conversation
4a97b7c to
06c4976
Compare
Six LIPs had a status recorded inconsistently between the README index table and their file frontmatter: - 89, 90, 91, 92: Treasury bundle, adopted -> Final (frontmatter was Proposed) - 100: Last Call (README index was Draft) - 101: executed on-chain -> Final (frontmatter was Proposed; see #108) Also strips trailing whitespace from the status field of LIP-3 and LIP-15. Refs #112. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011c4cuAi1T5yQ7WtCbMp3DW
06c4976 to
8251300
Compare
LIP-100 (Introduction of Inflation Bounds in the Inflation Adjustment Algorithm) is no longer being pursued. Move it to the Abandoned status in both the frontmatter and the README index. Refs #112. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011c4cuAi1T5yQ7WtCbMp3DW
Member
Author
|
This supersedes #108 and implements the change @dob requested there: LIP-101's own frontmatter status is updated to @dob @b3nnnp mind reviewing here so we can merge this instead of #108? The follow-up gate in #114 will prevent this kind of README/frontmatter drift going forward. |
Closed
chore: mark LIP-100 as Abandoned
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.
Part of #112.
A LIP's status is recorded in two hand-edited places, the README index table and the LIP file frontmatter, which had drifted apart for six LIPs.
Also strips trailing whitespace from the
status:field of LIP-3 and LIP-15.After this PR all 25 LIPs are internally consistent, which is the green baseline the CI gate (next PR) enforces. #108 can be closed in favour of this PR.