Skip to content

fix: reconcile LIP status between README index and frontmatter#113

Merged
dob merged 3 commits into
masterfrom
fix/lip-status-consistency
Jun 29, 2026
Merged

fix: reconcile LIP status between README index and frontmatter#113
dob merged 3 commits into
masterfrom
fix/lip-status-consistency

Conversation

@rickstaa

@rickstaa rickstaa commented Jun 27, 2026

Copy link
Copy Markdown
Member

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.

LIP was (README / frontmatter) now
89–92 Final / Proposed Final (Treasury bundle, adopted)
100 Draft / Last Call Last Call
101 Final / Proposed Final (executed on-chain; supersedes #108, which fixed only the README)

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.

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
@rickstaa rickstaa force-pushed the fix/lip-status-consistency branch from 06c4976 to 8251300 Compare June 27, 2026 07:58
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
@rickstaa rickstaa requested a review from dob June 27, 2026 08:12
@rickstaa

Copy link
Copy Markdown
Member Author

This supersedes #108 and implements the change @dob requested there: LIP-101's own frontmatter status is updated to Final in LIPs/LIP-101.md (not just the README index). It also reconciles five other LIPs whose README/frontmatter status had drifted — 89–92 → Final, 100 → Last Call — plus trailing-whitespace cleanup in LIP-3/15.

@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.

@rickstaa rickstaa mentioned this pull request Jun 27, 2026

@dob dob left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dob dob merged commit 5f9ca58 into master Jun 29, 2026
@dob dob deleted the fix/lip-status-consistency branch June 29, 2026 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants