From a76612404316fa00ac1329b2a625ea7579e668e6 Mon Sep 17 00:00:00 2001 From: Liviu Date: Fri, 28 Aug 2026 00:49:10 +0300 Subject: [PATCH] README: cite the two AERE source files by their full in-repo paths so the citations resolve for a reader --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5846396..52d6c77 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ in production does not exist on chain 2800 yet. rule, written independently rather than ported, so that agreement between the two clients is evidence rather than a shared assumption. - **`Nethermind.AerePqc/Consensus/`** — header and seal validation for the AERE variant of QBFT. -- **`Nethermind.Consensus.Ethash/AereBaseFeeCalculator.cs`** — the AERE base-fee floor, active from +- **`src/Nethermind/Nethermind.Consensus.Ethash/AereBaseFeeCalculator.cs`** — the AERE base-fee floor, active from block 10,141,734 with a 1 Gwei floor. -- **`Nethermind.Core/AereFloorLapse.cs`** — the one historical range in which chain 2800 did not +- **`src/Nethermind/Nethermind.Core/AereFloorLapse.cs`** — the one historical range in which chain 2800 did not apply its own floor. Read that file: it explains what happened, why the exception belongs at validation rather than in the calculation, and how the bounds were measured. - **tests** — including the two that matter most, the follower proof against real chain-2800 headers