From 8251300883126d4f2ed84b301e7fce5230e20391 Mon Sep 17 00:00:00 2001 From: Rick Staa Date: Sat, 27 Jun 2026 09:32:45 +0200 Subject: [PATCH 1/2] fix: reconcile LIP status between README index and frontmatter 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) Claude-Session: https://claude.ai/code/session_011c4cuAi1T5yQ7WtCbMp3DW --- LIPs/LIP-101.md | 2 +- LIPs/LIP-15.md | 2 +- LIPs/LIP-3.md | 2 +- LIPs/LIP-89.md | 2 +- LIPs/LIP-90.md | 2 +- LIPs/LIP-91.md | 2 +- LIPs/LIP-92.md | 2 +- README.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/LIPs/LIP-101.md b/LIPs/LIP-101.md index de9c786..94e70cd 100644 --- a/LIPs/LIP-101.md +++ b/LIPs/LIP-101.md @@ -3,7 +3,7 @@ lip: 101 title: Restart Treasury Reward Cut author: Ben Perez (@b3nnnp) type: Parameter -status: Proposed +status: Final created: 2025-12-12 discussions-to: https://forum.livepeer.org/t/pre-proposal-lip-101-restart-treasury-reward-cut --- diff --git a/LIPs/LIP-15.md b/LIPs/LIP-15.md index 8ac9732..788ffd7 100644 --- a/LIPs/LIP-15.md +++ b/LIPs/LIP-15.md @@ -3,7 +3,7 @@ lip: 15 title: Poll Based LIP Process author: Yondon Fu (@yondonfu), Doug Petkanics (@dob) type: Meta -status: Final +status: Final created: 2020-03-31 requires: 16 part-of: 19 diff --git a/LIPs/LIP-3.md b/LIPs/LIP-3.md index 5272110..fb8c4ad 100644 --- a/LIPs/LIP-3.md +++ b/LIPs/LIP-3.md @@ -3,7 +3,7 @@ lip: 3 title: Ability to update registered solver in LivepeerVerifier author: Yondon Fu type: Standard Track -status: Final +status: Final created: 2018-05-15 --- diff --git a/LIPs/LIP-89.md b/LIPs/LIP-89.md index 5d359c8..e09febc 100644 --- a/LIPs/LIP-89.md +++ b/LIPs/LIP-89.md @@ -3,7 +3,7 @@ lip: 89 title: Livepeer Treasury author: Doug Petkanics (@dob), Victor Elias (@victorges) type: Standard Track -status: Proposed +status: Final created: 2023-06-14 part-of: 91 discussions-to: https://forum.livepeer.org/t/lip-livepeer-treasury-bundle-discussion-thread/2115 diff --git a/LIPs/LIP-90.md b/LIPs/LIP-90.md index 1c4b479..45252a0 100644 --- a/LIPs/LIP-90.md +++ b/LIPs/LIP-90.md @@ -3,7 +3,7 @@ lip: 90 title: Funding Entity Conventions author: Doug Petkanics (@dob) type: Meta -status: Proposed +status: Final created: 2023-06-29 part-of: 91 discussions-to: https://forum.livepeer.org/t/lip-livepeer-treasury-bundle-discussion-thread/2115 diff --git a/LIPs/LIP-91.md b/LIPs/LIP-91.md index 6f5646e..051b2d4 100644 --- a/LIPs/LIP-91.md +++ b/LIPs/LIP-91.md @@ -3,7 +3,7 @@ lip: 91 title: Livepeer Treasury Bundle author: Doug Petkanics (@dob), Victor Elias (@victorges) type: Meta -status: Proposed +status: Final created: 2023-06-29 requires: 89, 90 discussions-to: https://forum.livepeer.org/t/lip-livepeer-treasury-bundle-discussion-thread/2115 diff --git a/LIPs/LIP-92.md b/LIPs/LIP-92.md index 731714a..0c7600a 100644 --- a/LIPs/LIP-92.md +++ b/LIPs/LIP-92.md @@ -3,7 +3,7 @@ lip: 92 title: Treasury Contribution Percentage author: Doug Petkanics (@dob), Victor Elias (@victorges) type: Standard Track -status: Proposed +status: Final created: 2023-06-14 discussions-to: https://forum.livepeer.org/t/lip-treasury-contribution-percentage-discussion-thread/2116 requires: 91 diff --git a/README.md b/README.md index 47e628d..f74e6dc 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ The first PR should contain the first draft of an LIP. An editor will manually r | [90](LIPs/LIP-90.md) | Funding Entity Conversations | Final | | [91](LIPs/LIP-91.md) | Livepeer Treasury Bundle | Final | | [92](LIPs/LIP-92.md) | Treasury Contribution Percentage | Final | -| [100](LIPs/LIP-100.md) | Introduction of Inflation Bounds in the Inflation Adjustment Algorithm | Draft | +| [100](LIPs/LIP-100.md) | Introduction of Inflation Bounds in the Inflation Adjustment Algorithm | Last Call | | [101](LIPs/LIP-101.md) | Restart Treasury Reward Cut | Final | | [107](LIPs/LIP-107.md) | Recalibrate LPT Emissions Parameters | Proposed | From 65b336d0cdec09b7ac17052aed1e32580c3ef87f Mon Sep 17 00:00:00 2001 From: Rick Staa Date: Sat, 27 Jun 2026 09:59:37 +0200 Subject: [PATCH 2/2] chore: mark LIP-100 as Abandoned 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) Claude-Session: https://claude.ai/code/session_011c4cuAi1T5yQ7WtCbMp3DW --- LIPs/LIP-100.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LIPs/LIP-100.md b/LIPs/LIP-100.md index 04a9da3..001aee0 100644 --- a/LIPs/LIP-100.md +++ b/LIPs/LIP-100.md @@ -3,7 +3,7 @@ lip: 100 title: Introduction of Inflation Bounds in the Inflation Adjustment Algorithm author: Doug Petkanics (@dob), Marco Van Dijk (@stronk) type: Standard Track -status: Last Call +status: Abandoned created: 2025-03-12 discussions-to: https://forum.livepeer.org/t/inflation-focused-lip-discussion-thread/2753 --- diff --git a/README.md b/README.md index f74e6dc..92137a0 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ The first PR should contain the first draft of an LIP. An editor will manually r | [90](LIPs/LIP-90.md) | Funding Entity Conversations | Final | | [91](LIPs/LIP-91.md) | Livepeer Treasury Bundle | Final | | [92](LIPs/LIP-92.md) | Treasury Contribution Percentage | Final | -| [100](LIPs/LIP-100.md) | Introduction of Inflation Bounds in the Inflation Adjustment Algorithm | Last Call | +| [100](LIPs/LIP-100.md) | Introduction of Inflation Bounds in the Inflation Adjustment Algorithm | Abandoned | | [101](LIPs/LIP-101.md) | Restart Treasury Reward Cut | Final | | [107](LIPs/LIP-107.md) | Recalibrate LPT Emissions Parameters | Proposed |